paper-with-me

Papers

Provable Generalization in Overparameterized Neural Nets

2025-08-24 · Aviral Dhingra arxiv

Deep neural networks often contain far more parameters than training examples, yet they still manage to generalize well in practice. Classical complexity measures such as VC-dimension or PAC-Bayes bounds usually become vacuous in this overparameterized regime, offering little explanation for the empirical success of models like Transformers. In this work, I explore an alternative notion of capacity for attention-based models, based on the effective rank of their attention matrices. The intuition is that, although the parameter count is enormous, the functional dimensionality of attention is often much lower. I show that this quantity leads to a generalization bound whose dependence on sample size matches empirical scaling laws observed in large language models, up to logarithmic factors. While the analysis is not a complete theory of overparameterized learning, it provides evidence that spectral properties of attention, rather than raw parameter counts, may be the right lens for understanding why these models generalize.

📄 PDF Abstract BibTeX arXiv:2508.17256

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Provable Generalization of Overparameterized Meta-learning Trained with SGD

2022-06-18 · Yu Huang, Yingbin Liang, Longbo Huang

Despite the superior empirical success of deep meta-learning, theoretical understanding of overparameterized meta-learning is still limited. This paper studies the generalization of a widely used meta-learning approach, …

Generalization BoundsMeta-Learning

Benefits of Overparameterized Convolutional Residual Networks: Function Approximation under Smoothness Constraint

2022-06-09 · Hao liu, Minshuo Chen, Siawpeng Er, Wenjing Liao 외

Overparameterized neural networks enjoy great representation power on complex data, and more importantly yield sufficiently smooth output, which is crucial to their generalization and robustness. Most existing function a…

image-classificationImage Classification

Fine-Grained Analysis of Optimization and Generalization for Overparameterized Two-Layer Neural Networks

2019-01-24 · Sanjeev Arora, Simon S. Du, Wei Hu, Zhiyuan Li 외

Recent works have cast some light on the mystery of why deep nets fit any data and generalize despite being very overparametrized. This paper analyzes training and generalization for a simple 2-layer ReLU net with random…

Nonparametric Classification on Low Dimensional Manifolds using Overparameterized Convolutional Residual Networks

2023-07-04 · Zixuan Zhang, Kaiqi Zhang, Minshuo Chen, Yuma Takeda 외

Convolutional residual neural networks (ConvResNets), though overparameterized, can achieve remarkable prediction performance in practice, which cannot be well explained by conventional wisdom. To bridge this gap, we stu…

Achieving Small Test Error in Mildly Overparameterized Neural Networks

2021-04-24 · Shiyu Liang, Ruoyu Sun, R. Srikant

Recent theoretical works on over-parameterized neural nets have focused on two aspects: optimization and generalization. Many existing works that study optimization and generalization together are based on neural tangent…

Binary Classification