An importance-sampled estimator measures the probability that random initialization lands in a trained network's behavior neighborhood; this 'local volume' decreases with training and is smaller for overfit networks.
Understanding Gradient Descent through the Training Jacobian
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
We examine the geometry of neural network training using the Jacobian of trained network parameters with respect to their initial values. Our analysis reveals low-dimensional structure in the training process which is dependent on the input data but largely independent of the labels. We find that the singular value spectrum of the Jacobian matrix consists of three distinctive regions: a "chaotic" region of values orders of magnitude greater than one, a large "bulk" region of values extremely close to one, and a "stable" region of values less than one. Along each bulk direction, the left and right singular vectors are nearly identical, indicating that perturbations to the initialization are carried through training almost unchanged. These perturbations have virtually no effect on the network's output in-distribution, yet do have an effect far out-of-distribution. While the Jacobian applies only locally around a single initialization, we find substantial overlap in bulk subspaces for different random seeds. Our code is available at https://github.com/EleutherAI/training-jacobian
fields
cs.LG 1years
2025 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
Estimating the Probability of Sampling a Trained Neural Network at Random
An importance-sampled estimator measures the probability that random initialization lands in a trained network's behavior neighborhood; this 'local volume' decreases with training and is smaller for overfit networks.