LGAIFeb 1

Dispelling the Curse of Singularities in Neural Network Optimizations

arXiv:2602.01308v1
Originality Highly original
AI Analysis

This addresses the critical issue of training instability for deep learning practitioners, offering a lightweight solution to prevent sharp loss explosions and restore trainability.

The paper tackles the problem of optimization instability in deep neural networks by identifying the growth of parametric singularities as a key cause, and proposes Parametric Singularity Smoothing (PSS) to mitigate this, resulting in improved training stability and generalization across diverse datasets and architectures.

This work investigates the optimization instability of deep neural networks from a less-explored yet insightful perspective: the emergence and amplification of singularities in the parametric space. Our analysis reveals that parametric singularities inevitably grow with gradient updates and further intensify alignment with representations, leading to increased singularities in the representation space. We show that the gradient Frobenius norms are bounded by the top singular values of the weight matrices, and as training progresses, the mutually reinforcing growth of weight and representation singularities, termed the curse of singularities, relaxes these bounds, escalating the risk of sharp loss explosions. To counter this, we propose Parametric Singularity Smoothing (PSS), a lightweight, flexible, and effective method for smoothing the singular spectra of weight matrices. Extensive experiments across diverse datasets, architectures, and optimizers demonstrate that PSS mitigates instability, restores trainability even after failure, and improves both training efficiency and generalization.

Foundations

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

Your Notes