LION-DG: Layer-Informed Initialization with Deep Gradient Protocols for Accelerated Neural Network Training
Hyunjun Kim
TL;DR
LION-DG introduces a layer-informed initialization that zero-initializes auxiliary heads in deeply-supervised networks while applying standard He-initialization to the backbone. The authors prove gradient decoupling at initialization and describe a gradient awakening dynamic where auxiliary gradients gradually emerge as auxiliary weights grow, delivering an implicit warmup without hyperparameters. Empirically, LION-DG yields consistent convergence speedups on concatenative architectures (e.g., DenseNet-DS) and competitive accuracy, with the best overall performance achieved when combined with LSUV in a Hybrid setup. The findings offer architecture-aware guidelines for faster training of multi-head networks and highlight zero-cost warmup as a practical benefit for real-world training efficiency.
Abstract
Weight initialization remains decisive for neural network optimization, yet existing methods are largely layer-agnostic. We study initialization for deeply-supervised architectures with auxiliary classifiers, where untrained auxiliary heads can destabilize early training through gradient interference. We propose LION-DG, a layer-informed initialization that zero-initializes auxiliary classifier heads while applying standard He-initialization to the backbone. We prove that this implements Gradient Awakening: auxiliary gradients are exactly zero at initialization, then phase in naturally as weights grow -- providing an implicit warmup without hyperparameters. Experiments on CIFAR-10 and CIFAR-100 with DenseNet-DS and ResNet-DS architectures demonstrate: (1) DenseNet-DS: +8.3% faster convergence on CIFAR-10 with comparable accuracy, (2) Hybrid approach: Combining LSUV with LION-DG achieves best accuracy (81.92% on CIFAR-10), (3) ResNet-DS: Positive speedup on CIFAR-100 (+11.3%) with side-tap auxiliary design. We identify architecture-specific trade-offs and provide clear guidelines for practitioners. LION-DG is simple, requires zero hyperparameters, and adds no computational overhead.
