---
title: Low-Mode Deflation Overview
url: https://www.emergentmind.com/topics/low-mode-deflation
type: topic
---

# Low-Mode Deflation Overview

Searching arXiv for recent and foundational papers on low-mode deflation across Krylov solvers, lattice QCD, and related spectral-deflation settings.
Low-mode deflation denotes a class of spectral projection techniques in which a small subspace associated with troublesome or otherwise privileged modes is isolated and treated separately from the complementary space. In its classical Krylov-solver form, the deflated subspace contains eigenvectors associated with small or isolated eigenvalues, near-null-space components, or algebraically smooth error modes, and the iteration is then performed on a projected operator with those directions removed or neutralized [2508.00101]. In lattice QCD, the same principle appears as exact treatment of low quark modes in propagator solves and determinant reweighting [0706.2298], [2306.02385], [1005.5424]. More recent work broadens the term beyond the literal low end of the spectrum: in non-Hermitian GMRES the relevant deflation space can be defined by generalized eigenmodes of the skew-Hermitian part relative to the Hermitian part [2312.13625], in WaveHoltz by modes nearest the driving frequency rather than smallest eigenvalues [2606.31842], and in variational quantum deflation by previously computed low-energy Hamiltonian states that are penalized so that the next state can be resolved [2410.11514].

## 1. Spectral principle and scope

The common algebraic idea is that a small-dimensional spectral subspace governs either convergence degradation or the physical quantity of interest. In SPD linear systems this usually means the low end of the spectrum: if the deflation basis spans exact eigenvectors corresponding to the first \(k\) eigenvalues of the preconditioned operator \(\Mm\Am\), then the deflated operator satisfies
\[
\sigma(\boldsymbol{\Pi}^T \Mm \Am) = \{0, \ldots, 0, \lambda_{k+1}, \ldots, \lambda_n \},
\]
so the unwanted modes are annihilated in the projected problem [2508.00101]. In lattice QCD, low modes matter because the density of eigenvalues near zero is tied to chiral symmetry breaking; the Banks–Casher relation implies that the number of low modes below a fixed physical threshold grows proportionally to the lattice volume \(V\), which makes explicit global low-eigenmode deflation increasingly expensive if implemented naively [0706.2298].

The literature also shows that “low mode” is not a uniform notion across applications. In determinant reweighting for Wilson fermions, the critical objects are the lowest eigenmodes of a Hermitian even-odd preconditioned Wilson-Dirac operator because those modes dominate fluctuations of determinant ratios and their stochastic estimators [2306.02385]. In overlap-fermion inversions, low modes of the massless overlap operator \(D_{ov}\) and of the Hermitian Wilson kernel \(H_W\) are both deflated, because the former slow the outer solve and the latter make sign-function evaluation expensive [1005.5424]. By contrast, in WaveHoltz the slow modes are the discrete eigenmodes satisfying \(|\lambda_j-\omega^2|\ll 1\), so deflation targets a spectral packet near a shift rather than the smallest eigenvalues [2606.31842]. In non-Hermitian GMRES with \(A=H+S\), the recommended deflation space is
\[
\mathcal Z = \operatorname{span}\{z^{(k)}:\ |\lambda_k|>\tau\},
\qquad
S z^{(k)} = \lambda_k H z^{(k)},
\]
so the modes removed are those with large skew-to-Hermitian ratio, not small eigenvalues of \(A\) [2312.13625].

| Setting | Modes treated | Immediate purpose |
|---|---|---|
| SPD DPCG | Small or isolated eigenmodes / near-null-space directions | Reduce \(\kappa(\boldsymbol{\Pi}^{\top}\Mm\Am)\) [2508.00101] |
| Lattice QCD propagators and reweighting | Lowest modes of Hermitian Wilson-Dirac or overlap-related operators | Stabilize and denoise infrared-dominated computations [2306.02385], [1005.5424] |
| Non-Hermitian GMRES | Generalized \((S,H)\)-eigenmodes with large \(|\lambda|\) | Improve one-step contraction bound [2312.13625] |
| WaveHoltz | Near-resonant modes with \(\lambda_j\approx \omega^2\) | Remove components with iteration eigenvalues near \(1\) [2606.31842] |
| VQD | Previously found low-energy eigenstates | Force the optimizer into the orthogonal complement [2410.11514] |

This diversity suggests a precise operational definition: deflation removes the subspace that most obstructs the target computation, but the spectral criterion defining that subspace depends on the operator class, objective, and solver.

## 2. Projectors, coarse operators, and deflated solves

The basic finite-dimensional construction is a projection-splitting of the solution into coarse and complementary parts. In the classical SPD formulation used for deflated PCG, one introduces restriction and prolongation operators
\[
\Rm : \mathbb{R}^n \to \mathbb{R}^k,\qquad \Pm = \Rm^\top : \mathbb{R}^k \to \mathbb{R}^n,
\]
with coarse operator
\[
\Cm := \Rm \Am \Pm,
\]
and projector
\[
\boldsymbol{\Pi} := \Id - \Qm \Am, \qquad \Qm := \Pm \Cm^{-1} \Rm.
\]
Equivalently, with \(\Pm=Z\) and \(\Rm=Z^T\),
\[
E = Z^T A Z,\qquad P = I - A Z E^{-1} Z^T .
\]
The solution is decomposed as a coarse correction plus a projected solve:
\[
(\Id-\Pi)\uv = \Pm \boldsymbol{\mu}, \qquad \Cm \boldsymbol{\mu} = \Rm \fv,
\]
and the complementary component is obtained from
\[
\boldsymbol{\Pi}^{\top} \Am \hat{\uv} = \boldsymbol{\Pi}^{\top}  \fv,
\qquad
\uv^{(i)} := \Pm \boldsymbol{\mu} + \boldsymbol{\Pi} \hat{\uv}^{(i)}.
\]
For DPCG, the search direction is explicitly deflated at each step by subtracting its coarse component:
\[
\zv^{(i)} = \Mm \rv^{(i)}, \qquad
\boldsymbol{\mu}^{(i)}  = \Cm^{-1} (\Rm \Am \zv^{(i)}), \qquad
\pv^{(i)} = \beta^{(i-1)}\pv^{(i-1)} + \zv^{(i)} - \Pm \boldsymbol{\mu}^{(i)}.
\]
Because the learned subspace in that work only changes \(\Pm\), the theoretical guarantees are inherited from classical DPCG, with convergence estimate
\[
\| \uv - \uv^{(i)} \|_{\Am} \leq 2 \| \uv - \uv^{(0)} \|_{\Am}
\left(
\frac{\sqrt{\kappa(\boldsymbol{\Pi}^{\top} \Mm \Am)} - 1}
{\sqrt{\kappa(\boldsymbol{\Pi}^{\top} \Mm \Am)} + 1}
\right)^{i+1}
\]
[2508.00101].

For non-Hermitian weighted, preconditioned, deflated GMRES, the projector structure is oblique. With full-rank \(Z,U\in\mathbb K^{n\times m}\), the deflation operators are
\[
P_D := I - Z(U^*AZ)^{-1}U^*A, \qquad
Q_D := I - AZ(U^*AZ)^{-1}U^*,
\]
and satisfy
\[
Q_D A = A P_D = Q_D A P_D.
\]
The exact solution is split as
\[
x_* = P_Dx_* + (I-P_D)x_*,
\]
with coarse part
\[
(I-P_D)x_* = Z(U^*AZ)^{-1}U^*b
\]
and complementary singular deflated system
\[
Q_D A \tilde x = Q_D b.
\]
In the right-preconditioned form,
\[
Q_D A M y = Q_D b,\qquad \tilde x = My,
\]
and the residual is
\[
r_i = Q_D b - Q_D A \tilde x_i = Q_D b - Q_D A M y_i.
\]
Weighted GMRES does not break down provided
\[
\operatorname{range}(Z^*)\cap \ker(U)=\{0\},
\qquad
\ker(U^*A)\cap \operatorname{range}(M^{-1}Z)=\{0\}
\]
[2312.13625].

Lüscher’s domain-decomposed lattice-QCD construction uses related oblique projectors adapted to the Wilson-Dirac operator. If \(\{\phi_k\}_{k=1}^N\) spans a deflation subspace \(\mathcal S\) with little Dirac operator
\[
A_{kl} = (\phi_k, D\phi_l),
\]
then the left and right projectors are
\[
P_L\psi(x)=\psi(x)-\sum_{k,l=1}^N D\phi_k(x)\,(A^{-1})_{kl}\,(\phi_l,\psi),
\]
\[
P_R\psi(x)=\psi(x)-\sum_{k,l=1}^N \phi_k(x)\,(A^{-1})_{kl}\,(\phi_l,D\psi),
\]
with
\[
P_L D = D P_R.
\]
The full solution of
\[
D\psi(x)=\eta(x)
\]
splits as
\[
\psi(x)=\chi(x)+\sum_{k,l=1}^N \phi_k(x)\,(A^{-1})_{kl}\,(\phi_l,\eta),
\]
where \(\chi\) solves the deflated system
\[
P_L D \chi(x)=P_L \eta(x)
\]
[0706.2298].

## 3. Classical lattice-QCD realizations

In lattice QCD, low-mode deflation is both an accelerator and a variance-reduction device. The infrared modes are physically distinguished by chiral symmetry breaking and numerically distinguished by their disproportionate impact on propagator inversion and determinant estimators.

A central problem is the large-volume scaling of explicit eigenmode deflation. Because the number of low quark modes below a fixed physical threshold grows like \(O(V)\), deflating exact global eigenmodes directly leads to the \(V^2\)-problem: setup and projector application become at least quadratic in the lattice volume. Lüscher’s resolution is local coherence. The claim is that low quark modes, when restricted to small blocks, can be well approximated by a low-dimensional local subspace. The lattice is partitioned into non-overlapping blocks \(\Lambda\), one chooses \(N_s\) local orthonormal fields \(\phi_l^\Lambda\) per block, and the projector becomes block-local:
\[
P\psi(x)=\sum_\Lambda \sum_{l=1}^{N_s} \phi_l^\Lambda(x)\,(\phi_l^\Lambda,\psi)_\Lambda.
\]
If the lattice is split into \(4^4\) blocks and the subspace is built from \(N_s=20\) relaxed random fields with 11 inverse-iteration steps, the resulting DFL+SAP+GCR solver exhibits flat scaling with quark mass and nearly volume-independent iteration counts on \(48\times 24^3\) and \(64\times 32^3\) lattices, while projector application accounts for about \(25\%\) to \(30\%\) of total time [0706.2298].

A second QCD realization appears in determinant reweighting for \(\mathrm O(a)\)-improved Wilson fermions. For a general reweighting factor
\[
W=\det(\Omega)^{-1},
\]
if \(P\) is the orthogonal projector onto exact low eigenmodes of \(\Omega\),
\[
P \equiv \sum_{i=1}^{N_\mathrm{L}} |v_i\rangle\langle v_i|,
\]
then
\[
\det (\Omega) = \det(P\Omega P)\det(\bar{P}\Omega\bar{P}).
\]
In twisted-mass reweighting, the factor of interest is
\[
W_{\rm l} = \det \frac{(\hat{Q}^2_{\rm l} + 2\mu_0^2)\hat{Q}^2_{\rm l}}{(\hat{Q}^2_{\rm l} + \mu_0^2)^2},
\]
and the standard stochastic estimator has variance
\[
\text{Var}(\tilde{R}) = \det \frac{R}{2-R} - (\det R)^2 .
\]
Deflating the lowest eigenmodes of the Hermitian operator \(\hat Q_l\) removes the configurations on which tiny eigenvalues drive the estimator far from unity. On CLS \(2+1\)-flavor ensembles, using 4 low modes of \(\hat Q_l\) and half as many random sources as the conventional stochastic setup makes the relative standard deviation essentially independent of the value of the reweighting factor, and on the D150 ensemble changes
\[
af_\pi = 0.06808(155)
\]
to
\[
af_\pi = 0.06837(74)
\]
[2306.02385].

A third realization is overlap-fermion inversion on \(2+1\)-flavor DWF ensembles. The massless overlap operator is
\[
D_{ov}(\rho)=1+\gamma_5\,\epsilon(H_W(\rho)),
\]
with
\[
H_W(\rho)=\gamma_5 D_W(\rho),
\]
and the low-mode projector is
\[
P_L=\sum_{i=1}^{n_0+2n_l}|i\rangle\langle i|.
\]
The high-frequency part of the solve satisfies
\[
D(m)\,|X_{L,R}^H\rangle=(1-P_L)|\eta_{L,R}\rangle,
\]
while the low part is reconstructed spectrally. Combined outer deflation and HYP smearing reduce inner/outer iteration counts from \(340/627\) to \(108/85\) on \(16^3\times 32\), from \(344/2931\) to \(107/184\) on \(24^3\times 64\), and from \(309/4028\) to \(101/156\) on \(32^3\times 64\), with total speedups of about \(23\times\), \(51\times\), and \(79\times\), respectively [1005.5424].

These examples show three distinct but compatible QCD uses of low-mode deflation: removal of infrared error components in propagator solves, exact treatment of low determinant modes in reweighting, and reuse of the same eigensystem for downstream variance reduction such as low-mode substitution.

## 4. Nonstandard spectral targets and generalized meanings

A common misconception is that low-mode deflation always means “deflate the smallest eigenvalues of the operator being solved.” Several recent formulations explicitly contradict that reading.

In non-Hermitian GMRES with \(A=H+S\), \(H=(A+A^*)/2\) hpd, \(S=(A-A^*)/2\) skew-Hermitian, \(M\) hpd, and \(W=M\), the key one-step contraction factor is
\[
\theta(A,M,W,Z,U) := \inf_{v\in \operatorname{range}(Q_D)\setminus\{0\}}
\frac{|\langle Q_D A M v,\, v\rangle_W|^2}
{\|Q_D A M v\|_W^2\,\|v\|_W^2},
\]
with
\[
\frac{\|r_i\|_W^2}{\|r_{i-1}\|_W^2} \le 1-\theta(A,M,W,Z,U).
\]
The deflation-space-dependent factor is bounded through the generalized eigenproblem
\[
S z^{(j)} = \lambda_j H z^{(j)},
\]
whose eigenvalues are \(0\) or purely imaginary and whose eigenvectors may be chosen \(H\)-orthonormal. Deflating
\[
\mathcal Z = \operatorname{span}\{z^{(k)}:\ |\lambda_k|>\tau\}
\]
yields, for \(v\in \mathcal Z^\perp\setminus\{0\}\),
\[
\frac{|\langle A^{-1}v,v\rangle|}{\langle H^{-1}v,v\rangle} \ge \frac{1}{1+\tau^2},
\]
and consequently
\[
\theta(A,M,M,Z,U) \ge \frac{\lambda_{\min}(HM)}{\lambda_{\max}(HM)} \cdot \frac{1}{1+\tau^2}.
\]
Numerically, on a \(1000\times1000\) scaled Jordan block with \(\alpha=0.99\), iteration counts decrease from 1000 at \(m=0\) to 652 at \(m=50\), 400 at \(m=100\), and 51 at \(m=500\) when the deflation space is built from the largest \(|\lambda|\) generalized eigenvectors [2312.13625].

WaveHoltz provides a second nonstandard target. The fixed-point or linear-system formulation involves a positive-definite WaveHoltz matrix \(A\equiv \whiA\), but slow convergence comes from spatial eigenmodes \(\phi_j\) whose eigenvalues satisfy
\[
\lambda_j \approx \omega^2.
\]
The deflation basis
\[
W=[w_1,\dots,w_k]
\]
contains eigenvectors of the discrete Laplacian with eigenvalues nearest \(\omega^2\), with coarse matrix
\[
W^T A W,
\]
and projectors
\[
P = I - A W (W^T A W)^{-1} W^T, \qquad
Q = I - W (W^T A W)^{-1} W^T A.
\]
The paper studies both direct eigenvector deflation (DEVD) and augmented-Krylov eigenvector deflation (AUKED) via DCG, AGMRES, and ABICGSTAB. For energy-conserving boundary conditions, the undeflated method requires approximately \(\mathcal{O}(\omega^{2d})\) iterations, while in two dimensions taking the number of deflation vectors to scale like
\[
k = \mathcal O(\omega^2)
\]
keeps the asymptotic convergence rate essentially constant; accounting for eigenvector precomputation, the deflated solver breaks even after as few as two right-hand sides [2606.31842].

Variational quantum deflation is a third extension. Here deflation is not used to accelerate a linear solve but to successively resolve the low-energy spectrum of a Hamiltonian. In the \(k\)-th VQD stage, the operator is modified to
\[
H_k = H + \sum_{i = 0}^{k - 1} \beta_i |\Psi_i\rangle \langle \Psi_i|,
\qquad
\beta_i > E_k - E_i,
\]
with the practical choice \(\beta_i=2\) in the reported simulations. The variational cost is therefore the Hamiltonian expectation plus overlap penalties with previously found states. On the lattice \(\mathcal N=1\) Wess–Zumino model, this allows one to inspect the pairing structure of the first few levels, using isolated lowest states plus paired excitations as a diagnostic of unbroken SUSY and paired lowest states as a diagnostic of broken SUSY [2410.11514].

These formulations preserve the essential logic of deflation—remove a spectrally defined obstruction from the active iteration or optimization—but decouple it from the narrow notion of smallest eigenvalues of a single SPD operator.

## 5. Construction of the deflation space

The quality of low-mode deflation depends far more on subspace construction than on the projector formulas themselves. The recent literature spans exact eigenspaces, approximate local spaces, restricted reference modes, and learned surrogates.

One classical route is exact low-eigenmode construction. In Wilson-fermion determinant reweighting, exact low modes of \(\hat Q_l\) or \(\hat Q_q\) are computed to high precision with PRIMME, and the mixed terms in the block determinant decomposition vanish exactly because the projector is built from eigenvectors of a Hermitian operator [2306.02385]. In overlap-fermion calculations, low modes of \(D_{ov}D_{ov}^\dagger\) are computed with Arnoldi, exploiting the normality of \(D_{ov}\) and the pairing structure induced by \(\gamma_5\)-Hermiticity [1005.5424]. In WaveHoltz, the required eigenpairs are computed by EigenWave, which targets eigenvalues near a chosen frequency and, with implicit time stepping and multigrid, has cost scaling like \(\mathcal O(N)\) as the mesh is refined [2606.31842].

A second route is structured approximation rather than exact eigenvectors. Lüscher’s domain-decomposed deflation begins from a small number of global fields \(\psi_l\) that satisfy
\[
\|D\psi_l\|\le M\|\psi_l\|,
\]
with \(M\) in the range of low singular values. After restriction to blocks,
\[
\psi_l^\Lambda(x)=
\begin{cases}
\psi_l(x), & x\in \Lambda,\\
0, & \text{otherwise},
\end{cases}
\]
and local Gram–Schmidt orthonormalization, one obtains a large deflation space of dimension \(N=N_bN_s\) without computing \(O(V)\) exact global modes [0706.2298].

A third route is reusable reference deflation under changing restricted domains. In state-constrained optimal control, the full Schur complement
\[
M(\theta)=\alpha A(\theta)^\top A(\theta)+I
\]
is restricted to inactive sets, producing SPD principal submatrices
\[
M_{II}(\theta)\,y_I(\theta) = y_{d,I}(\theta)-M_{IA}(\theta)\,\psi_A(\theta).
\]
The method computes low eigenpairs
\[
M_{\mathrm{ref}}\phi_j=\lambda_j\phi_j
\]
once on a full-domain reference operator and then restricts them online:
\[
Z_{\mathrm{eig}(\theta) = \mathrm{QR}\bigl([\phi_1|_I,\ldots,\phi_{r_{\mathrm{pool}}|_I}]\bigr).
\]
The A-DEF2 coarse matrix and projector are
\[
E = Z^\top M_{II} Z,\qquad
Q = Z E^{-1} Z^\top,\qquad
P = I - Z E^{-1} Z^\top M_{II}.
\]
The empirical justification is a spectral-coherence regime in which the leading low-mode subspace remains aligned with the low eigenspace of the current restricted system: at diagnostic rank \(r=20\), the principal angle at the cutoff stays below \(0.30^\circ\), \(8.4^\circ\), and \(1.0^\circ\) on three representative \(200\times200\) problems [2606.17971].

A fourth route is operator learning. DeepONet-based DPCG replaces eigenvector approximations or recycled Krylov spaces by a learned coarse basis. Two constructions are proposed. The trunk-basis (TB) approach forms tentative vectors by sampling DeepONet trunk outputs,
\[
(\vv_l)_{j} = T_r(\boldsymbol{\xv}_j),
\]
motivated by the empirical claim that trunk basis functions associated with very low singular values approximate near-null-space directions. The recycling-solutions (RS) approach uses full predicted solutions as basis vectors. After forming
\[
\widetilde{\Pm} = [\vv_1, \vv_2, \ldots, \vv_k],
\]
the method imposes locality by partitioning degrees of freedom into groups \(\{\mathcal I_s\}\), computing block QR factorizations
\[
\widetilde{\Pm}_s = \widetilde{\QQm}_s \widetilde{\Rm}_s,
\]
and assembling a block-diagonal global prolongation \(\Pm\). The paper does not prove that the learned basis converges to low eigenmodes, but it does state that both TB and RS retain the classical DPCG convergence guarantees because learning is used only to construct the deflation operator [2508.00101].

A final adjacent construction is the spectral low-mode reduced solver for elliptic problems. Here the coarse space is global and analytic:
\[
V_M=\operatorname{span}\{\phi_{mn}:1\le m,n\le M\},
\qquad
\phi_{mn}(x,y)=\sin(m\pi x)\sin(n\pi y),
\]
with reduced operator
\[
\mathcal A=B^T A B.
\]
This is not a deflated Krylov method, since it returns the coarse Ritz approximation
\[
u_{\mathrm{RD}} = B(B^T A B)^{-1}B^T F
\]
without a fine-space correction, but it is directly relevant to coarse-space design because the reduced solution is energy-optimal in the selected subspace and the truncation error satisfies
\[
\|u-\Pi_M u\|_{H_0^1(\Omega)} \le C\,\frac{\sqrt{\log M}}{M}\,\|u\|_{H^2(\Omega)}
\]
for \(H^2\)-regular solutions [2512.18955].

## 6. Numerical behavior, limits, and recurrent misconceptions

The numerical literature is consistent on one point: when the deflation space captures the genuinely slow spectral components, the effect on iteration counts or stochastic variance can be dramatic. In learned DPCG, for JumpDarcy with ASM and \(S=256\), the no-deflation method requires 2920 iterations, NICO 1824.4, TB 1066.0, and RS 1146.4; for Darcy with ASM and \(S=256\), the corresponding counts are 1830.4, 1561.2, 932.6, and about 899.3 [2508.00101]. In inactive-set optimal control, deflation reduces CG iterations by about 55 to 98 percent across diffusion, convection-diffusion, nonlinear thermal, and conjugate-heat-transfer benchmarks [2606.17971]. In WaveHoltz, the precomputed basis can be amortized after as few as two right-hand sides [2606.31842].

At the same time, the same sources delimit the scope of these gains. The explicit theory in the non-Hermitian GMRES analysis requires \(A\) to have hpd Hermitian part, \(M\) to be hpd, and \(W=M\); the bounds are one-step and pessimistic, and the prescribed deflation space should not be read as a general replacement for small-eigenvalue deflation outside that regime [2312.13625]. DeepONet-based coarse spaces require offline training and do not come with a theorem that low-singular-value trunk functions approximate small eigenvectors of \(\Mm\Am\); their justification is empirical and problem-dependent [2508.00101]. In state-constrained optimal control, high-rank raw eigenmode restriction can become ill-conditioned in fragile 2D regimes, which motivates Rayleigh–Ritz reselection and conditioning safeguards such as
\[
\mathrm{cond}(E_{\mathrm{trial}})\le \tau_{\mathrm{safe}},
\qquad
\tau_{\mathrm{safe}}=10^4
\]
and solve-time fallback when
\[
\mathrm{cond}(E^{(m)})>\tau_{\mathrm{cond}},
\qquad
\tau_{\mathrm{cond}}=10^{10}
\]
[2606.17971].

Another misconception is that deflation is synonymous with acceleration. In VQD, the low-energy states are themselves the primary observable, and deflation is a sequential spectral-extraction mechanism rather than a preconditioner [2410.11514]. In randomized Krylov–Schur, deflation appears as Schur-vector locking: once a converged vector or block \(U_q\) is identified, subsequent expansion applies
\[
A_q=(I-P_{U_q}^{\Omega})A,
\qquad
P_{U_q}^{\Omega}=U_q(\Omega U_q)^\dagger \Omega,
\]
or, operationally,
\[
w_j = A u_j - U_q(\Omega U_q)^\dagger \Omega A u_j.
\]
This is low-mode deflation in the sense of invariant-subspace extraction and restart stabilization, but not yet a full downstream deflated solver [2508.05400].

A final misconception is that exact eigenvectors are mandatory. The record is more mixed. Exact low modes are central in determinant factorization and overlap propagators [2306.02385], [1005.5424], but local coherence in lattice QCD, learned trunk bases in DPCG, restricted reference modes in optimal control, and SVD-compressed eigenvectors in WaveHoltz all indicate that approximate invariant subspaces can be sufficient when they preserve the geometry of the troublesome spectral packet [0706.2298], [2508.00101], [2606.17971], [2606.31842].

In that sense, low-mode deflation is less a single algorithm than a recurring spectral design pattern. Its stable core is the separation of a small coarse space, exact or approximate treatment on that space, and projected iteration or estimation on the complement. What changes across applications is the definition of the “bad” modes: small eigenvalues for SPD Krylov solvers, low quark modes for chiral lattice observables, large skew-to-Hermitian-ratio modes for certain non-Hermitian GMRES analyses, near-resonant modes for Helmholtz-type fixed points, and already-found low-energy states for variational spectroscopy.

Source: https://www.emergentmind.com/topics/low-mode-deflation