LGMLJun 1

Fast Generalization after Interpolation via Critically Damped Momentum Optimization

arXiv:2606.015210.35
AI Analysis55

For machine learning practitioners dealing with high-dimensional, low-sample regimes, this work provides a theoretically grounded optimizer that improves generalization by efficiently selecting low-norm interpolating solutions.

The paper introduces GROKtimizer, a biphasic optimization strategy combining rapid convergence to interpolation with Critically Damped Momentum for post-interpolation norm minimization, achieving quadratic speedup over gradient descent and selecting low-norm interpolating solutions that generalize better.

A central problem in machine learning is that models can achieve near-perfect training performance while generalizing substantially less well to unseen examples. This gap is especially acute in high-dimensional, low-sample regimes, where many interpolating solutions exist and optimization must implicitly select among minima with different generalization properties. Following recent theoretical advances on optimization dynamics near the interpolation threshold, we note that the two-regime structure of risk minimization, with loss minimization followed by complexity minimization, motivates a biphasic optimization schedule. We thus theoretically demonstrate that GROKtimizer, a biphasic strategy that combines rapid convergence to interpolation with Critically Damped Momentum (CDM)-based post-interpolation norm minimization, offers a natural solution for selecting low-norm interpolating solutions. Under a local quadratic model of the post-interpolation basin, GROKtimizer provides a quadratic speedup over classical gradient descent, with provable optimality among first-order optimizers. To showcase the applicability of our method, we evaluate GROKtimizer on several synthetic benchmarks common in the classical grokking literature and on various real-world datasets. Finally, we reconcile our findings with the flat-minima hypothesis, highlighting the importance of post-interpolation dynamics in the construction of high-quality, generalizing models.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes