Beyond Unconstrained Features: Neural Collapse for Shallow Neural Networks with General Data
Summary
Neural collapse (NC) is a phenomenon observed during the terminal phase of deep neural network training, where features within the same class converge to their respective sample means, forming a simplex equiangular tight frame. Previous research primarily used the unconstrained feature model (UFM), which inadequately explains how network architecture and dataset properties influence NC. This work by Wanli Hong and Shuyang Ling, published in 2026, investigates NC in shallow ReLU neural networks, specifically two and three-layer architectures. The authors characterize NC's emergence based on network width, depth, data dimension, and training dataset statistical properties. They found that for two-layer ReLU networks, NC's occurrence depends on data dimension, sample size, and signal-to-noise ratio (SNR), rather than network width. For three-layer networks, NC emerges if the first layer is sufficiently wide. Crucially, generalization performance is strongly tied to data SNR; even with NC, poor generalization can result from low SNR. This research significantly advances the theoretical understanding of NC beyond UFM.
Key takeaway
For AI Scientists designing or analyzing shallow ReLU neural networks, understanding neural collapse (NC) requires considering data properties and specific layer widths. Your generalization performance will heavily depend on the data's signal-to-noise ratio (SNR), even if NC occurs. Prioritize data quality and analyze the first layer's width in deeper shallow networks, as these factors are more critical for NC and subsequent generalization than overall network width.
Key insights
Neural collapse in shallow ReLU networks depends on data SNR and specific architectural widths, not always overall width.
Principles
- Neural collapse in two-layer ReLU networks depends on data dimension, sample size, and SNR.
- Sufficient first-layer width enables neural collapse in three-layer networks.
- Generalization performance is strongly correlated with data's signal-to-noise ratio.
Topics
- Neural Collapse
- Shallow Neural Networks
- ReLU Networks
- Signal-to-Noise Ratio
- Generalization Theory
- Network Architecture
Best for: Research Scientist, AI Scientist
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by JMLR.