paper-with-me

홈 › Papers

Effects of Initialization Biases on Deep Neural Network Training Dynamics

2025-11-25 · Nicholas Pellegrino, David Szczecina, Paul W. Fieguth arxiv

Untrained large neural networks, just after random initialization, tend to favour a small subset of classes, assigning high predicted probabilities to these few classes and approximately zero probability to all others. This bias, termed Initial Guessing Bias, affects the early training dynamics, when the model is fitting to the coarse structure of the data. The choice of loss function against which to train the model has a large impact on how these early dynamics play out. Two recent loss functions, Blurry and Piecewise-zero loss, were designed for robustness to label errors but can become unable to steer the direction of training when exposed to this initial bias. Results indicate that the choice of loss function has a dramatic effect on the early phase training of networks, and highlights the need for careful consideration of how Initial Guessing Bias may interact with various components of the training scheme.

📄 PDF Abstract BibTeX arXiv:2511.20826

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

An Analysis for Reasoning Bias of Language Models with Small Initialization

2025-02-05 · Junjie Yao, Zhongwang Zhang, Zhi-Qin John Xu

Transformer-based Large Language Models (LLMs) have revolutionized Natural Language Processing by demonstrating exceptional performance across diverse tasks. This study investigates the impact of the parameter initializa…

Memorization

A Unified Paths Perspective for Pruning at Initialization

2021-01-26 · Thomas Gebhart, Udit Saxena, Paul Schrater

A number of recent approaches have been proposed for pruning neural network parameters at initialization with the goal of reducing the size and computational burden of models while minimally affecting their training dyna…

On instabilities in neural network-based physics simulators

2024-06-18 · Daniel Floryan

When neural networks are trained from data to simulate the dynamics of physical systems, they encounter a persistent challenge: the long-time dynamics they produce are often unphysical or unstable. We analyze the origin …

Deep Linear Network Training Dynamics from Random Initialization: Data, Width, Depth, and Hyperparameter Transfer

2025-02-04 · Blake Bordelon, Cengiz Pehlevan

We theoretically characterize gradient descent dynamics in deep linear networks trained at large width from random initialization and on large quantities of random data. Our theory captures the ``wider is better" effect …

Neural network initialization with nonlinear characteristics and information on hierarchical features

2025-11-04 · Hikaru Homma, Jun Ohkubo arxiv

Initialization of neural network parameters, such as weights and biases, has a crucial impact on learning performance; if chosen well, we can even avoid the need for additional training with backpropagation. For example,…