Papers
Topics
Authors
Recent
Search
2000 character limit reached

LRQ-Solver: Low-Rank Query PDE Solver

Updated 4 July 2026
  • LRQ-Solver is a framework that replaces globally expensive dense operations with efficient low‐rank surrogates through precomputation and hierarchical updates.
  • It encompasses diverse formulations—boundary-integral updates, HODLR/BDLR multifrontal solvers, and transformer-based neural operators—to handle local geometry perturbations and large point clouds.
  • The approach achieves significant speedups and memory savings by leveraging techniques like the Woodbury formula and covariance-based low-rank attention while preserving accuracy.

Low-Rank Query-based PDE Solver (LRQ-Solver) denotes, in the supplied literature, a class of low-rank, query-oriented PDE solution frameworks rather than a single invariant algorithm. In one formulation, it is a two-stage direct-solver workflow for boundary value problems on locally perturbed geometries: one precomputes a direct factorization of an original boundary-integral system and answers each new query by a low-rank update. In another, it is an HODLR- and BDLR-based solver design for 3D elliptic finite-element matrices within a multifrontal elimination process. In a third, it is the name of a transformer-based neural operator for large-scale 3D PDEs that combines Parameter Conditioned Lagrangian Modeling (PCLM) with Low-Rank Query Attention (LR-QA) (Zhang et al., 2017, Aminfar et al., 2014, Zeng et al., 13 Oct 2025).

1. Scope and unifying idea

Across the supplied sources, the label is attached to three distinct constructions. Their common motif is the replacement of globally expensive dense operations by compressed, low-rank surrogates targeted at repeated solves, multifrontal subproblems, or large point-cloud inference. This suggests a shared organizing principle: expensive global interactions are amortized by a one-time factorization, hierarchical compression, or covariance-based attention.

Formulation Query object Low-rank mechanism
Locally perturbed boundary solver New, locally perturbed geometry Low rank update to the original system plus Sherman–Morrison–Woodbury
3D elliptic multifrontal solver Dense frontal matrices in multifrontal elimination HODLR representation plus BDLR pseudo-skeleton compression
Transformer neural operator Global design vector and large point cloud PCLM plus LR-QA with covariance decomposition

A common misconception is that “low-rank” has a single technical meaning here. In the supplied formulations it refers, respectively, to numerically low-rank cut-and-paste updates in boundary integral equations, off-diagonal low-rank structure in hierarchical dense fronts, and low-rank structure in attention induced by second-order statistics of physical fields (Zhang et al., 2017, Aminfar et al., 2014, Zeng et al., 13 Oct 2025).

2. Boundary-integral LRQ-Solver for locally perturbed geometries

In the boundary-integral formulation, the continuous problem is the Laplace Dirichlet boundary value problem on a simply-connected domain ΩR2\Omega \subset \mathbb{R}^2 with smooth boundary Γ\Gamma:

Δu(x)=0,xΩ,u(x)=g(x),xΓ.-\Delta u(x)=0,\quad x\in\Omega,\qquad u(x)=g(x),\quad x\in\Gamma.

The solution is represented by a double-layer potential

u(x)=ΓD(x,y)σ(y)ds(y),D(x,y)=νyG(x,y),G=(1/2π)logxy,u(x)=\int_\Gamma D(x,y)\,\sigma(y)\,ds(y),\qquad D(x,y)=\partial_{\nu_y}G(x,y),\qquad G=-(1/2\pi)\log|x-y|,

and the boundary limit yields the second-kind integral equation

12σ(x)+ΓD(x,y)σ(y)ds(y)=g(x),xΓ,-\frac12 \sigma(x)+\int_\Gamma D(x,y)\sigma(y)\,ds(y)=g(x),\qquad x\in\Gamma,

abbreviated as K[σ]=fK[\sigma]=f on Γ\Gamma (Zhang et al., 2017).

The geometric query is a local perturbation of an original boundary Γ0\Gamma_0. One removes a small patch ΓcΓ0\Gamma_c \subset \Gamma_0 with NcN_c points, glues in a new patch Γ\Gamma0 with Γ\Gamma1 points, and denotes the remaining part by Γ\Gamma2. The perturbed boundary is

Γ\Gamma3

After Nyström or Galerkin discretization on Γ\Gamma4, one obtains

Γ\Gamma5

A fast direct solver is then built for Γ\Gamma6, using a data-sparse factorization such as HBS, HODLR, or an Γ\Gamma7-matrix approximation Γ\Gamma8 satisfying Γ\Gamma9, together with an approximate inverse Δu(x)=0,xΩ,u(x)=g(x),xΓ.-\Delta u(x)=0,\quad x\in\Omega,\qquad u(x)=g(x),\quad x\in\Gamma.0 (Zhang et al., 2017).

The new perturbed system is rewritten as an extended block diagonal matrix plus a small update Δu(x)=0,xΩ,u(x)=g(x),xΓ.-\Delta u(x)=0,\quad x\in\Omega,\qquad u(x)=g(x),\quad x\in\Gamma.1, acting on the unknown densities Δu(x)=0,xΩ,u(x)=g(x),xΓ.-\Delta u(x)=0,\quad x\in\Omega,\qquad u(x)=g(x),\quad x\in\Gamma.2. The update collects the couplings caused by removing Δu(x)=0,xΩ,u(x)=g(x),xΓ.-\Delta u(x)=0,\quad x\in\Omega,\qquad u(x)=g(x),\quad x\in\Gamma.3 and adding Δu(x)=0,xΩ,u(x)=g(x),xΓ.-\Delta u(x)=0,\quad x\in\Omega,\qquad u(x)=g(x),\quad x\in\Gamma.4. By proxy-surface arguments or HBS leaf-box extraction, the subblocks

Δu(x)=0,xΩ,u(x)=g(x),xΓ.-\Delta u(x)=0,\quad x\in\Omega,\qquad u(x)=g(x),\quad x\in\Gamma.5

as well as the diagonal-with-zero-diagonal block Δu(x)=0,xΩ,u(x)=g(x),xΓ.-\Delta u(x)=0,\quad x\in\Omega,\qquad u(x)=g(x),\quad x\in\Gamma.6, are numerically low rank. Hence

Δu(x)=0,xΩ,u(x)=g(x),xΓ.-\Delta u(x)=0,\quad x\in\Omega,\qquad u(x)=g(x),\quad x\in\Gamma.7

and, after discarding zero rows and columns, the perturbed system is represented in the compact form

Δu(x)=0,xΩ,u(x)=g(x),xΓ.-\Delta u(x)=0,\quad x\in\Omega,\qquad u(x)=g(x),\quad x\in\Gamma.8

The significance of this formulation is operational rather than merely algebraic: the local perturbation is treated as a query against a precomputed inverse, so the original factorization is reused instead of rebuilt.

3. Precomputation, Woodbury acceleration, and asymptotics

For the low-rank updated system Δu(x)=0,xΩ,u(x)=g(x),xΓ.-\Delta u(x)=0,\quad x\in\Omega,\qquad u(x)=g(x),\quad x\in\Gamma.9, the core identity is the Sherman–Morrison–Woodbury formula

u(x)=ΓD(x,y)σ(y)ds(y),D(x,y)=νyG(x,y),G=(1/2π)logxy,u(x)=\int_\Gamma D(x,y)\,\sigma(y)\,ds(y),\qquad D(x,y)=\partial_{\nu_y}G(x,y),\qquad G=-(1/2\pi)\log|x-y|,0

The efficient application sequence is: compute u(x)=ΓD(x,y)σ(y)ds(y),D(x,y)=νyG(x,y),G=(1/2π)logxy,u(x)=\int_\Gamma D(x,y)\,\sigma(y)\,ds(y),\qquad D(x,y)=\partial_{\nu_y}G(x,y),\qquad G=-(1/2\pi)\log|x-y|,1; form u(x)=ΓD(x,y)σ(y)ds(y),D(x,y)=νyG(x,y),G=(1/2π)logxy,u(x)=\int_\Gamma D(x,y)\,\sigma(y)\,ds(y),\qquad D(x,y)=\partial_{\nu_y}G(x,y),\qquad G=-(1/2\pi)\log|x-y|,2; factor u(x)=ΓD(x,y)σ(y)ds(y),D(x,y)=νyG(x,y),G=(1/2π)logxy,u(x)=\int_\Gamma D(x,y)\,\sigma(y)\,ds(y),\qquad D(x,y)=\partial_{\nu_y}G(x,y),\qquad G=-(1/2\pi)\log|x-y|,3 once by LU or Cholesky; compute u(x)=ΓD(x,y)σ(y)ds(y),D(x,y)=νyG(x,y),G=(1/2π)logxy,u(x)=\int_\Gamma D(x,y)\,\sigma(y)\,ds(y),\qquad D(x,y)=\partial_{\nu_y}G(x,y),\qquad G=-(1/2\pi)\log|x-y|,4; solve u(x)=ΓD(x,y)σ(y)ds(y),D(x,y)=νyG(x,y),G=(1/2π)logxy,u(x)=\int_\Gamma D(x,y)\,\sigma(y)\,ds(y),\qquad D(x,y)=\partial_{\nu_y}G(x,y),\qquad G=-(1/2\pi)\log|x-y|,5; and return u(x)=ΓD(x,y)σ(y)ds(y),D(x,y)=νyG(x,y),G=(1/2π)logxy,u(x)=\int_\Gamma D(x,y)\,\sigma(y)\,ds(y),\qquad D(x,y)=\partial_{\nu_y}G(x,y),\qquad G=-(1/2\pi)\log|x-y|,6 (Zhang et al., 2017).

The precomputation stage is performed once for u(x)=ΓD(x,y)σ(y)ds(y),D(x,y)=νyG(x,y),G=(1/2π)logxy,u(x)=\int_\Gamma D(x,y)\,\sigma(y)\,ds(y),\qquad D(x,y)=\partial_{\nu_y}G(x,y),\qquad G=-(1/2\pi)\log|x-y|,7: discretize u(x)=ΓD(x,y)σ(y)ds(y),D(x,y)=νyG(x,y),G=(1/2π)logxy,u(x)=\int_\Gamma D(x,y)\,\sigma(y)\,ds(y),\qquad D(x,y)=\partial_{\nu_y}G(x,y),\qquad G=-(1/2\pi)\log|x-y|,8 on u(x)=ΓD(x,y)σ(y)ds(y),D(x,y)=νyG(x,y),G=(1/2π)logxy,u(x)=\int_\Gamma D(x,y)\,\sigma(y)\,ds(y),\qquad D(x,y)=\partial_{\nu_y}G(x,y),\qquad G=-(1/2\pi)\log|x-y|,9, build the fast direct solver, and form 12σ(x)+ΓD(x,y)σ(y)ds(y)=g(x),xΓ,-\frac12 \sigma(x)+\int_\Gamma D(x,y)\sigma(y)\,ds(y)=g(x),\qquad x\in\Gamma,0. The online stage is executed for each placement of the patch 12σ(x)+ΓD(x,y)σ(y)ds(y)=g(x),xΓ,-\frac12 \sigma(x)+\int_\Gamma D(x,y)\sigma(y)\,ds(y)=g(x),\qquad x\in\Gamma,1: discretize the new patch and identify removal indices; assemble 12σ(x)+ΓD(x,y)σ(y)ds(y)=g(x),xΓ,-\frac12 \sigma(x)+\int_\Gamma D(x,y)\sigma(y)\,ds(y)=g(x),\qquad x\in\Gamma,2 so that 12σ(x)+ΓD(x,y)σ(y)ds(y)=g(x),xΓ,-\frac12 \sigma(x)+\int_\Gamma D(x,y)\sigma(y)\,ds(y)=g(x),\qquad x\in\Gamma,3; compute 12σ(x)+ΓD(x,y)σ(y)ds(y)=g(x),xΓ,-\frac12 \sigma(x)+\int_\Gamma D(x,y)\sigma(y)\,ds(y)=g(x),\qquad x\in\Gamma,4 at cost 12σ(x)+ΓD(x,y)σ(y)ds(y)=g(x),xΓ,-\frac12 \sigma(x)+\int_\Gamma D(x,y)\sigma(y)\,ds(y)=g(x),\qquad x\in\Gamma,5; form 12σ(x)+ΓD(x,y)σ(y)ds(y)=g(x),xΓ,-\frac12 \sigma(x)+\int_\Gamma D(x,y)\sigma(y)\,ds(y)=g(x),\qquad x\in\Gamma,6 at cost 12σ(x)+ΓD(x,y)σ(y)ds(y)=g(x),xΓ,-\frac12 \sigma(x)+\int_\Gamma D(x,y)\sigma(y)\,ds(y)=g(x),\qquad x\in\Gamma,7; factor or invert 12σ(x)+ΓD(x,y)σ(y)ds(y)=g(x),xΓ,-\frac12 \sigma(x)+\int_\Gamma D(x,y)\sigma(y)\,ds(y)=g(x),\qquad x\in\Gamma,8 in 12σ(x)+ΓD(x,y)σ(y)ds(y)=g(x),xΓ,-\frac12 \sigma(x)+\int_\Gamma D(x,y)\sigma(y)\,ds(y)=g(x),\qquad x\in\Gamma,9; and, for a given right-hand side, compute the solution by the Woodbury sequence in K[σ]=fK[\sigma]=f0. The total per-query cost is therefore K[σ]=fK[\sigma]=f1 (Zhang et al., 2017).

For the original factorization, the stated construction and memory costs are K[σ]=fK[\sigma]=f2 or K[σ]=fK[\sigma]=f3 for HBS/HODLR, and applying K[σ]=fK[\sigma]=f4 to a vector also costs K[σ]=fK[\sigma]=f5 or K[σ]=fK[\sigma]=f6. The update becomes asymptotically faster when K[σ]=fK[\sigma]=f7. For fixed-size local patches, where K[σ]=fK[\sigma]=f8 is roughly constant, the reported precompute-stage speedup is approximately K[σ]=fK[\sigma]=f9 relative to building a new fast direct solver from scratch, while the solve stage is comparable or slightly slower (Zhang et al., 2017).

The limitations are explicit. If the patch grows proportionally with Γ\Gamma0, then Γ\Gamma1 and the speedup disappears. In practice the method is most advantageous as long as the patch contains fewer than Γ\Gamma2 points, often less than Γ\Gamma3 of Γ\Gamma4. Supported perturbations include translated patches of fixed shape, which are described as ideal, and locally refined meshes, which remain efficient as long as Γ\Gamma5 stays a small fraction of Γ\Gamma6. The same methodology is stated to extend to other boundary-integral operators, including Helmholtz and elasticity, and to 3D provided a fast inverse Γ\Gamma7 can be built (Zhang et al., 2017).

4. HODLR/BDLR realization for 3D elliptic multifrontal systems

A second LRQ-Solver formulation addresses 3D elliptic PDEs through the dense frontal matrices generated by nested-dissection and multifrontal sparse elimination. At each node of the elimination tree, a dense frontal matrix Γ\Gamma8 is partitioned at the top level into

Γ\Gamma9

with Γ0\Gamma_00 and Γ0\Gamma_01 treated recursively and the off-diagonal blocks approximated by rank-Γ0\Gamma_02 factors,

Γ0\Gamma_03

Recursive subdivision yields a Γ0\Gamma_04-level HODLR tree (Aminfar et al., 2014).

The low-rank compression is constructed by the boundary-distance low-rank approximation (BDLR), a pseudo-skeleton scheme based on graph distance in the sparse matrix graph. For an off-diagonal block Γ0\Gamma_05, one forms a separator graph on the DOFs in Γ0\Gamma_06, identifies boundary sets Γ0\Gamma_07 and Γ0\Gamma_08, computes graph distances Γ0\Gamma_09 and ΓcΓ0\Gamma_c \subset \Gamma_00, and selects rows and columns closest to the separator. With the selected index sets ΓcΓ0\Gamma_c \subset \Gamma_01 and ΓcΓ0\Gamma_c \subset \Gamma_02, one forms

ΓcΓ0\Gamma_c \subset \Gamma_03

then computes an LU factorization with full pivoting of ΓcΓ0\Gamma_c \subset \Gamma_04, truncates to numerical rank ΓcΓ0\Gamma_c \subset \Gamma_05, and returns factors ΓcΓ0\Gamma_c \subset \Gamma_06 and ΓcΓ0\Gamma_c \subset \Gamma_07 so that ΓcΓ0\Gamma_c \subset \Gamma_08 (Aminfar et al., 2014).

The direct solve is itself Woodbury-style. For

ΓcΓ0\Gamma_c \subset \Gamma_09

one introduces auxiliary variables NcN_c0 and NcN_c1, factors the diagonal blocks, and solves a small Schur complement

NcN_c2

The same procedure recurses to leaf size NcN_c3. The stated complexity is NcN_c4 if the off-diagonal ranks remain approximately constant, or NcN_c5 in practice; when rank growth follows the 3D pattern NcN_c6, the total can rise to NcN_c7, though with a small prefactor (Aminfar et al., 2014).

This formulation can also be used as a GMRES preconditioner. The stated strategy is to use a low-tolerance HODLR factorization, with NcN_c8, so that GMRES converges in NcN_c9–Γ\Gamma00 iterations to machine precision Γ\Gamma01. Practical settings include leaf size Γ\Gamma02–Γ\Gamma03, direct-solve tolerance Γ\Gamma04, preconditioner tolerance Γ\Gamma05–Γ\Gamma06, BDLR depth Γ\Gamma07–Γ\Gamma08 for Γ\Gamma09 and up to Γ\Gamma10–Γ\Gamma11 for Γ\Gamma12 on unstructured meshes, and a rank cap that switches to dense storage when Γ\Gamma13 (Aminfar et al., 2014).

5. Transformer-based neural-operator LRQ-Solver

The 2025 LRQ-Solver is an end-to-end differentiable neural operator built on a transformer-style backbone for large-scale 3D PDEs. Its inputs are a global design parameter vector Γ\Gamma14 and a large point cloud Γ\Gamma15 representing the geometry. Internally it combines two submodules: Parameter Conditioned Lagrangian Modeling (PCLM), which encodes Γ\Gamma16 into a latent control field Γ\Gamma17, and Low-Rank Query Attention (LR-QA), which replaces standard Γ\Gamma18 self-attention by a covariance-based approximation with complexity Γ\Gamma19, where Γ\Gamma20 (Zeng et al., 13 Oct 2025).

The architecture proceeds in five stages. First, the Parameter-Conditioned Encoder (PCE) maps Γ\Gamma21 to Γ\Gamma22 by cross-attention. In the stated implementation, the PCE uses Γ\Gamma23-head cross-attention, Γ\Gamma24 learnable queries, and Γ\Gamma25. Second, Γ\Gamma26 is concatenated with each spatial coordinate Γ\Gamma27 to form an extended input Γ\Gamma28. Third, a stack of Γ\Gamma29 transformer-style layers processes these features; each layer uses LR-QA with Γ\Gamma30 heads and Γ\Gamma31 per head together with a residual MLP of width Γ\Gamma32. Fourth, a Γ\Gamma33-layer MLP decodes the final features into pseudo-physics fields such as Γ\Gamma34. Fifth, system-level quantities such as drag coefficient, total force, and heat flux are obtained by differentiable control-volume integrals (Zeng et al., 13 Oct 2025).

PCLM is defined by treating the local state as

Γ\Gamma35

with Γ\Gamma36 a global latent control vector summarizing Γ\Gamma37. The conservation laws are then enforced over the extended input space Γ\Gamma38 through a physics residual

Γ\Gamma39

For aerodynamic tasks, a pair-wise ranking loss

Γ\Gamma40

is added to preserve monotonicity in drag predictions (Zeng et al., 13 Oct 2025).

LR-QA is motivated by the observation that, in many PDE fields, the key and value matrices admit a low-rank structure. At layer Γ\Gamma41, one forms

Γ\Gamma42

each in Γ\Gamma43. Instead of forming the Γ\Gamma44 similarity matrix, LR-QA computes the Γ\Gamma45 covariances

Γ\Gamma46

and thereby reduces attention complexity from Γ\Gamma47 to Γ\Gamma48. The stated approximation guarantee is

Γ\Gamma49

with the interpretation that decaying singular values imply discarding only low-energy modes (Zeng et al., 13 Oct 2025).

The training setup uses AdamW with learning rate Γ\Gamma50 and weight decay Γ\Gamma51, a learning-rate decay by Γ\Gamma52 at epoch Γ\Gamma53, batch size Γ\Gamma54 per A100 GPU (64 GB), and DDP over Γ\Gamma55 GPUs. The total loss is

Γ\Gamma56

with Γ\Gamma57, Γ\Gamma58, Γ\Gamma59, and Γ\Gamma60 (Zeng et al., 13 Oct 2025).

6. Quantitative behavior, invariance, and stated limitations

The three formulations report different performance regimes. For the locally perturbed boundary solver, fixed-size local patches yield an approximately Γ\Gamma61 speedup in the precompute stage, while the solve stage is comparable or slightly slower; the method is most advantageous when the perturbation remains a small fraction of the full geometry (Zhang et al., 2017). For the HODLR/BDLR multifrontal solver, the reported benchmarks include a 3D unstructured beam front of size approximately Γ\Gamma62 K, where HODLR-preconditioned GMRES with Γ\Gamma63 takes approximately Γ\Gamma64 s versus LU at Γ\Gamma65 s, reducing iterations from Γ\Gamma66 to Γ\Gamma67; a Γ\Gamma68 K cylinder-head front with approximately Γ\Gamma69 speedup at Γ\Gamma70; and a FETI local cube problem with a Γ\Gamma71 K front and approximately Γ\Gamma72–Γ\Gamma73 speedup (Aminfar et al., 2014).

For the neural-operator LRQ-Solver, the DrivAer++ benchmark uses Γ\Gamma74 car models, Γ\Gamma75 deformable parameters, and Γ\Gamma76 k surface points per sample, with a Γ\Gamma77 train/validation/test split and metrics MSE, MAE, MaxAE, and MRE. The reported result is MSE Γ\Gamma78, MAE Γ\Gamma79, MaxAE Γ\Gamma80, MRE Γ\Gamma81, training time Γ\Gamma82 h, and inference time Γ\Gamma83 s, corresponding to a Γ\Gamma84 relative MSE reduction and a Γ\Gamma85 inference speedup over Transolver++ at Γ\Gamma86 s. On the 3D Beam benchmark, using Γ\Gamma87 beam configurations with point clouds ranging from Γ\Gamma88 to Γ\Gamma89 k points and a Γ\Gamma90 split, the reported result is MAE_sub Γ\Gamma91 MPa, MAE_all Γ\Gamma92 MPa, training time Γ\Gamma93 h, and inference time Γ\Gamma94 ms, corresponding to a Γ\Gamma95 MAE reduction over Geom-DeepONet and Γ\Gamma96 faster training. The same source states that RegDGCNN runs OOM on the full geometry, whereas LRQ-Solver scales to Γ\Gamma97 million points on one A100 (Zeng et al., 13 Oct 2025).

The ablations identify complementary contributions from LR-QA and PCLM. On DrivAer++, the baseline MLP has MSE Γ\Gamma98 and MRE Γ\Gamma99; adding LR-QA reduces this to Δu(x)=0,xΩ,u(x)=g(x),xΓ.-\Delta u(x)=0,\quad x\in\Omega,\qquad u(x)=g(x),\quad x\in\Gamma.00 and Δu(x)=0,xΩ,u(x)=g(x),xΓ.-\Delta u(x)=0,\quad x\in\Omega,\qquad u(x)=g(x),\quad x\in\Gamma.01; adding PCLM gives Δu(x)=0,xΩ,u(x)=g(x),xΓ.-\Delta u(x)=0,\quad x\in\Omega,\qquad u(x)=g(x),\quad x\in\Gamma.02 and Δu(x)=0,xΩ,u(x)=g(x),xΓ.-\Delta u(x)=0,\quad x\in\Omega,\qquad u(x)=g(x),\quad x\in\Gamma.03; and the full model gives Δu(x)=0,xΩ,u(x)=g(x),xΓ.-\Delta u(x)=0,\quad x\in\Omega,\qquad u(x)=g(x),\quad x\in\Gamma.04 and Δu(x)=0,xΩ,u(x)=g(x),xΓ.-\Delta u(x)=0,\quad x\in\Omega,\qquad u(x)=g(x),\quad x\in\Gamma.05. On 3D Beam, the baseline MAE_all is Δu(x)=0,xΩ,u(x)=g(x),xΓ.-\Delta u(x)=0,\quad x\in\Omega,\qquad u(x)=g(x),\quad x\in\Gamma.06 MPa, with Δu(x)=0,xΩ,u(x)=g(x),xΓ.-\Delta u(x)=0,\quad x\in\Omega,\qquad u(x)=g(x),\quad x\in\Gamma.07 for baseline plus LR-QA, Δu(x)=0,xΩ,u(x)=g(x),xΓ.-\Delta u(x)=0,\quad x\in\Omega,\qquad u(x)=g(x),\quad x\in\Gamma.08 for baseline plus PCLM, and Δu(x)=0,xΩ,u(x)=g(x),xΓ.-\Delta u(x)=0,\quad x\in\Omega,\qquad u(x)=g(x),\quad x\in\Gamma.09 for the full model (Zeng et al., 13 Oct 2025).

Discretization invariance is reported by varying the number of points from Δu(x)=0,xΩ,u(x)=g(x),xΓ.-\Delta u(x)=0,\quad x\in\Omega,\qquad u(x)=g(x),\quad x\in\Gamma.10 to Δu(x)=0,xΩ,u(x)=g(x),xΓ.-\Delta u(x)=0,\quad x\in\Omega,\qquad u(x)=g(x),\quad x\in\Gamma.11 k, while maintaining stable error, exemplified by MAE Δu(x)=0,xΩ,u(x)=g(x),xΓ.-\Delta u(x)=0,\quad x\in\Omega,\qquad u(x)=g(x),\quad x\in\Gamma.12 MPa on 3D Beam, and approximately constant inference latency of about Δu(x)=0,xΩ,u(x)=g(x),xΓ.-\Delta u(x)=0,\quad x\in\Omega,\qquad u(x)=g(x),\quad x\in\Gamma.13 ms (Zeng et al., 13 Oct 2025). The stated limitations are likewise formulation-specific. In the classical update solver, large patches drive Δu(x)=0,xΩ,u(x)=g(x),xΓ.-\Delta u(x)=0,\quad x\in\Omega,\qquad u(x)=g(x),\quad x\in\Gamma.14 toward Δu(x)=0,xΩ,u(x)=g(x),xΓ.-\Delta u(x)=0,\quad x\in\Omega,\qquad u(x)=g(x),\quad x\in\Gamma.15 and remove the speedup (Zhang et al., 2017). In the HODLR setting, 3D rank growth can increase total cost to Δu(x)=0,xΩ,u(x)=g(x),xΓ.-\Delta u(x)=0,\quad x\in\Omega,\qquad u(x)=g(x),\quad x\in\Gamma.16 (Aminfar et al., 2014). In the neural-operator setting, the covariance approximation relies on a rapidly decaying singular spectrum; highly turbulent or multi-scale flows with full-rank interactions may require larger Δu(x)=0,xΩ,u(x)=g(x),xΓ.-\Delta u(x)=0,\quad x\in\Omega,\qquad u(x)=g(x),\quad x\in\Gamma.17 or hierarchical rank-adaptation, the current model addresses steady or quasi-steady PDEs, and topology changes or additional multiphysics may require domain-decomposition or hybrid graph/transformer architectures (Zeng et al., 13 Oct 2025).

Taken together, these formulations position LRQ-Solver as a name for PDE solvers that use low-rank structure to answer queries efficiently, whether the query is a local geometric perturbation, a multifrontal dense front, or a parameterized point-cloud configuration.

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Low-Rank Query-based PDE Solver (LRQ-Solver).