LGNEMLFeb 24, 2020

The Early Phase of Neural Network Training

arXiv:2002.10365v1202 citations
AI Analysis

This work addresses the foundational problem of understanding early learning dynamics in neural networks for the AI/ML community, though it is incremental as it builds on prior frameworks.

The study investigated the early phase of neural network training, finding that deep networks are not robust to weight reinitialization and exhibit non-independent weight distributions after a few hundred iterations, with pre-training using blurred inputs or self-supervised tasks approximating supervised changes.

Recent studies have shown that many important aspects of neural network learning take place within the very earliest iterations or epochs of training. For example, sparse, trainable sub-networks emerge (Frankle et al., 2019), gradient descent moves into a small subspace (Gur-Ari et al., 2018), and the network undergoes a critical period (Achille et al., 2019). Here, we examine the changes that deep neural networks undergo during this early phase of training. We perform extensive measurements of the network state during these early iterations of training and leverage the framework of Frankle et al. (2019) to quantitatively probe the weight distribution and its reliance on various aspects of the dataset. We find that, within this framework, deep networks are not robust to reinitializing with random weights while maintaining signs, and that weight distributions are highly non-independent even after only a few hundred iterations. Despite this behavior, pre-training with blurred inputs or an auxiliary self-supervised task can approximate the changes in supervised networks, suggesting that these changes are not inherently label-dependent, though labels significantly accelerate this process. Together, these results help to elucidate the network changes occurring during this pivotal initial period of learning.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes