paper-with-me

Papers

IDInit: A Universal and Stable Initialization Method for Neural Network Training

2025-03-06 · Yu Pan, Chaozheng Wang, Zekai Wu, Qifan Wang, Min Zhang, Zenglin Xu

Deep neural networks have achieved remarkable accomplishments in practice. The success of these networks hinges on effective initialization methods, which are vital for ensuring stable and rapid convergence during training. Recently, initialization methods that maintain identity transition within layers have shown good efficiency in network training. These techniques (e.g., Fixup) set specific weights to zero to achieve identity control. However, settings of remaining weight (e.g., Fixup uses random values to initialize non-zero weights) will affect the inductive bias that is achieved only by a zero weight, which may be harmful to training. Addressing this concern, we introduce fully identical initialization (IDInit), a novel method that preserves identity in both the main and sub-stem layers of residual networks. IDInit employs a padded identity-like matrix to overcome rank constraints in non-square weight matrices. Furthermore, we show the convergence problem of an identity matrix can be solved by stochastic gradient descent. Additionally, we enhance the universality of IDInit by processing higher-order weights and addressing dead neuron problems. IDInit is a straightforward yet effective initialization method, with improved convergence, stability, and performance across various settings, including large-scale datasets and deep models.

📄 PDF Abstract BibTeX arXiv:2503.04626

Code (0)

등록된 구현이 없습니다.

Tasks

Inductive Bias

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Initialization of a Polyharmonic Cascade, Launch and Testing

2025-12-22 · Yuriy N. Bakhvalov arxiv

This paper concludes a series of studies on the polyharmonic cascade, a deep machine learning architecture theoretically derived from indifference principles and the theory of random functions. A universal initialization…

Shrinkage Initialization for Smooth Learning of Neural Networks

2025-04-12 · Miao Cheng, Feiyan Zhou, Hongwei Zou, LiMin Wang

The successes of intelligent systems have quite relied on the artificial learning of information, which lead to the broad applications of neural learning solutions. As a common sense, the training of neural networks can …

Common Sense Reasoning

Finding Stable Subnetworks at Initialization with Dataset Distillation

2025-03-23 · Luke McDermott, Rahul Parhi

Recent works have shown that Dataset Distillation, the process for summarizing the training data, can be leveraged to accelerate the training of deep learning models. However, its impact on training dynamics, particularl…

Dataset DistillationLinear Mode ConnectivityNetwork Pruning

Universal Transformers Need Memory: Depth-State Trade-offs in Adaptive Recursive Reasoning

2026-04-23 · Grigory Sapunov arxiv

We study learned memory tokens as a computational scratchpad for a single-block Universal Transformer with Adaptive Computation Time (ACT) on Sudoku-Extreme, a combinatorial reasoning benchmark. Memory tokens are empiric…

Quantifying LLM Attention-Head Stability: Implications for Circuit Universality

2026-02-17 · Karan Bali, Jack Stanley, Praneet Suresh, Danilo Bzdok arxiv

In mechanistic interpretability, recent work scrutinizes transformer "circuits" - sparse, mono or multi layer sub computations, that may reflect human understandable functions. Yet, these network circuits are rarely acid…