paper-with-me

Papers

Learning through atypical "phase transitions" in overparameterized neural networks

2021-10-01 · Carlo Baldassi, Clarissa Lauditi, Enrico M. Malatesta, Rosalba Pacelli, Gabriele Perugini, Riccardo Zecchina

Current deep neural networks are highly overparameterized (up to billions of connection weights) and nonlinear. Yet they can fit data almost perfectly through variants of gradient descent algorithms and achieve unexpected levels of prediction accuracy without overfitting. These are formidable results that defy predictions of statistical learning and pose conceptual challenges for non-convex optimization. In this paper, we use methods from statistical physics of disordered systems to analytically study the computational fallout of overparameterization in non-convex binary neural network models, trained on data generated from a structurally simpler but "hidden" network. As the number of connection weights increases, we follow the changes of the geometrical structure of different minima of the error loss function and relate them to learning and generalization performance. A first transition happens at the so-called interpolation point, when solutions begin to exist (perfect fitting becomes possible). This transition reflects the properties of typical solutions, which however are in sharp minima and hard to sample. After a gap, a second transition occurs, with the discontinuous appearance of a different kind of "atypical" structures: wide regions of the weight space that are particularly solution-dense and have good generalization properties. The two kinds of solutions coexist, with the typical ones being exponentially more numerous, but empirically we find that efficient algorithms sample the atypical, rare ones. This suggests that the atypical phase transition is the relevant one for learning. The results of numerical tests with realistic networks on observables suggested by the theory are consistent with this scenario.

📄 PDF Abstract BibTeX arXiv:2110.00683

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Bias-variance decomposition of overparameterized regression with random linear features

2022-03-10 · Jason W. Rocks, Pankaj Mehta

In classical statistics, the bias-variance trade-off describes how varying a model's complexity (e.g., number of fit parameters) affects its ability to make accurate predictions. According to this trade-off, optimal perf…

regression

Towards the Memorization Effect of Neural Networks in Adversarial Training

2021-06-09 · Han Xu, Xiaorui Liu, Wentao Wang, Wenbiao Ding 외

Recent studies suggest that ``memorization'' is one important factor for overparameterized deep neural networks (DNNs) to achieve optimal performance. Specifically, the perfectly fitted DNNs can memorize the labels of ma…

Adversarial RobustnessMemorization

Rethinking Breiman's Dilemma in Neural Networks: Phase Transitions of Margin Dynamics

2018-10-08 · Weizhi Zhu, Yifei HUANG, Yuan YAO

Margin enlargement over training data has been an important strategy since perceptrons in machine learning for the purpose of boosting the robustness of classifiers toward a good generalization ability. Yet Breiman (1999…

Generalization Bounds

Overparameterization hurts worst-group accuracy with spurious correlations

2020-01-01 · ICML 2020 1 · Shiori Sagawa, aditi raghunathan, Pang Wei Koh, Percy Liang

Increasing model capacity well beyond the point of zero training error has been observed to improve average test accuracy. However, such overparameterized models have been recently shown to obtain low worst-group accurac…

Rethinking Benign Overfitting in Two-Layer Neural Networks

2025-02-17 · Ruichen Xu, Kexin Chen

Recent theoretical studies (Kou et al., 2023; Cao et al., 2022) have revealed a sharp phase transition from benign to harmful overfitting when the noise-to-feature ratio exceeds a threshold-a situation common in long-tai…

Memorization