paper-with-me

홈 › Papers

Generalization in Deep Networks: The Role of Distance from Initialization

2019-01-07 · Vaishnavh Nagarajan, J. Zico Kolter

Why does training deep neural networks using stochastic gradient descent (SGD) result in a generalization error that does not worsen with the number of parameters in the network? To answer this question, we advocate a notion of effective model capacity that is dependent on {\em a given random initialization of the network} and not just the training algorithm and the data distribution. We provide empirical evidences that demonstrate that the model capacity of SGD-trained deep networks is in fact restricted through implicit regularization of {\em the $\ell_2$ distance from the initialization}. We also provide theoretical arguments that further highlight the need for initialization-dependent notions of model capacity. We leave as open questions how and why distance from initialization is regularized, and whether it is sufficient to explain generalization.

📄 PDF Abstract BibTeX arXiv:1901.01672

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Towards Initialization-dependent and Non-vacuous Generalization Bounds for Overparameterized Shallow Neural Networks

2026-04-01 · Yunwen Lei, Yufeng Xie arxiv

Overparameterized neural networks often show a benign overfitting property in the sense of achieving excellent generalization behavior despite the number of parameters exceeding the number of training examples. A promisi…

On the Explicit Role of Initialization on the Convergence and Generalization Properties of Overparametrized Linear Networks

2021-01-01 · Hancheng Min, Salma Tarmoun, Rene Vidal, Enrique Mallada

Neural networks trained via gradient descent with random initialization and without any regularization enjoy good generalization performance in practice despite being highly overparametrized. A promising direction to exp…

Neuron Campaign for Initialization Guided by Information Bottleneck Theory

2021-08-14 · Haitao Mao, Xu Chen, Qiang Fu, Lun Du 외

Initialization plays a critical role in the training of deep neural networks (DNN). Existing initialization strategies mainly focus on stabilizing the training process to mitigate gradient vanish/explosion problems. Howe…

Layer rotation: a surprisingly simple indicator of generalization in deep networks?

2019-05-17 · ICML Workshop Deep_Phenomen 2019 6 · Simon Carbonnelle, Christophe De Vleeschouwer

Our work presents empirical evidence that layer rotation, i.e. the evolution across training of the cosine distance between each layer's weight vector and its initialization, constitutes an impressively consistent indica…

A Theory of How Pretraining Shapes Inductive Bias in Fine-Tuning

2026-02-23 · Nicolas Anguita, Francesco Locatello, Andrew M. Saxe, Marco Mondelli 외 arxiv

Pretraining and fine-tuning are central stages in modern machine learning systems. In practice, feature learning plays an important role across both stages: deep neural networks learn a broad range of useful features dur…