Numerical Study of Eigenvector Deflation to Accelerate the WaveHoltz Method
arXiv:2606.31842
2026
Optimization
1 ideas extracted · analyzed Aug 29, 2026
What the math gives to ML
The paper develops a concrete spectral acceleration mechanism: explicitly remove troublesome eigenmodes from a slowly converging iteration, then solve the remaining problem in the complementary subspace. The transferable asset is the combination of targeted eigenvector deflation, augmented Krylov correction, and low-rank storage of deflation vectors. A promising neural-network application is damped Newton, Gauss-Newton, or natural-gradient training, where small-curvature Hessian or Fisher directions make inner conjugate-gradient solves poorly conditioned. The first test should use Hessian-vector products to estimate a few low-curvature modes and compare deflated versus ordinary CG at equal HVP and wall-clock budgets.
Ideas from this paper
Unverified
Re-invented
2026
Use eigenvector deflation inside damped Newton or Gauss-Newton training to remove low-curvature directions that dominate the condition number of the inner linear solve. The optimizer solves the remaining curvature system with CG and explicitly reconstructs the contribution from the deflated subspace, reducing the number of Hessian-vector products needed for a useful second-order step.
Useful6/10
Difficulty6/10
Novelty6/10