paper-with-me

Papers

Optimizer choice matters for the emergence of Neural Collapse

2026-02-18 · Jim Zhao, Tin Sum Cheng, Wojciech Masarczyk, Aurelien Lucchi arxiv

Neural Collapse (NC) refers to the emergence of highly symmetric geometric structures in the representations of deep neural networks during the terminal phase of training. Despite its prevalence, the theoretical understanding of NC remains limited. Existing analyses largely ignore the role of the optimizer, thereby suggesting that NC is universal across optimization methods. In this work, we challenge this assumption and demonstrate that the choice of optimizer plays a critical role in the emergence of NC. The phenomenon is typically quantified through NC metrics, which, however, are difficult to track and analyze theoretically. To overcome this limitation, we introduce a novel diagnostic metric, NC0, whose convergence to zero is a necessary condition for NC. Using NC0, we provide theoretical evidence that NC cannot emerge under decoupled weight decay in adaptive optimizers, as implemented in AdamW. Concretely, we prove that SGD, SignGD with coupled weight decay (a special case of Adam), and SignGD with decoupled weight decay (a special case of AdamW) exhibit qualitatively different NC0 dynamics. Also, we show the accelerating effect of momentum on NC (beyond convergence of train loss) when trained with SGD, being the first result concerning momentum in the context of NC. Finally, we conduct extensive empirical experiments consisting of 3,900 training runs across various datasets, architectures, optimizers, and hyperparameters, confirming our theoretical results. This work provides the first theoretical explanation for optimizer-dependent emergence of NC and highlights the overlooked role of weight-decay coupling in shaping the implicit biases of optimizers.

📄 PDF Abstract BibTeX arXiv:2602.16642

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Process-Tensor Tomography of SGD: Measuring Non-Markovian Memory via Back-Flow of Distinguishability

2026-01-23 · Vasileios Sevetlidis, George Pavlidis arxiv

This work proposes neural training as a \emph{process tensor}: a multi-time map that takes a sequence of controllable instruments (batch choices, augmentations, optimizer micro-steps) and returns an observable of the tra…

Black-box Optimizers vs Taste Shocks

2023-05-03 · Yasin Kürşat Önder

We evaluate and extend the solution methods for models with binary and multiple continuous choice variables in dynamic programming, particularly in cases where a discrete state space solution method is not viable. Theref…

Space Alignment Matters: The Missing Piece for Inducing Neural Collapse in Long-Tailed Learning

2025-11-25 · Jinping Wang, Zhiqiang Gao, Zhiwu Xie arxiv

Recent studies on Neural Collapse (NC) reveal that, under class-balanced conditions, the class feature means and classifier weights spontaneously align into a simplex equiangular tight frame (ETF). In long-tailed regimes…

Collapse Grammar Optimizer: GH-Seed Trace Suppression Architecture

2025-04-30 · FlameSovereign Trace Grammar Release 2025 4 · FlameSovereign

A grammar-based optimizer preventing collapse through GH-trace lifecycle gating. This submission presents FlameSovereign's GHv1.0 seed, demonstrating trace stability under entropy pulse, adversarial spikes, and loss plat…

Mode Collapse of Mean-Field Variational Inference

2025-10-20 · Shunan Sheng, Bohan Wu, Alberto González-Sanz arxiv

Mean-field variational inference (MFVI) is a widely used method for approximating high-dimensional probability distributions by product measures. It has been empirically observed that MFVI optimizers often suffer from mo…