paper-with-me

Papers

Layerwise Progressive Freezing: A Training Scaffold for Depth-Scalable Binary Networks

2026-06-26 · Evan Gibson Smith, Bashima Islam arxiv

Training binary neural networks (BNNs) from scratch is dominated by the straight-through estimator (STE), whose forward/backward mismatch produces severe accuracy degradation as networks deepen. We study an orthogonal axis: when and where binarization is enforced during training. We introduce StoMPP (Stochastic Masked Partial Progressive Binarization), which gradually replaces clipped weights and activations with their hard binary counterparts layer by layer from input to output, using stochastic partial masks with soft refresh. StoMPP delivers two complementary benefits. As a standalone training rule, it provides a fully STE-free procedure that improves over vanilla STE with gains that grow with depth (ResNet-50 BNN: +18.0/+13.5/+3.8 on CIFAR-10/100/ImageNet), and the pattern holds across ResNet-18/34/50, MobileNetV2, and BERT fine-tuning. Composed with surrogate gradients by applying STE only to frozen entries, it reaches +27.1/+19.8/+17.7 over vanilla STE on the same setting. Underlying both regimes is a single mechanistic finding: progression order is decisive. Forward layerwise progression prevents depth collapse, reverse progression collapses to near-chance, and binary-weight networks (without binary activations) are insensitive to order. We trace this asymmetry to activation-induced gradient blockades: a committed binary activation severs gradient flow upstream, and ordering controls when these blockades form. To isolate the progression's contribution from any benefit conferred by STE, we conduct all ablations in the STE-free regime; the resulting characterization (schedule, refresh, ordering, dynamics) thus reflects the progression itself rather than its interaction with surrogate gradients.

📄 PDF Abstract BibTeX arXiv:2606.27759

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Layerwise Progressive Freezing Enables STE-Free Training of Deep Binary Neural Networks

2026-01-30 · Evan Gibson Smith, Bashima Islam arxiv

We investigate progressive freezing as an alternative to straight-through estimators (STE) for training binary networks from scratch. Under controlled training conditions, we find that while global progressive freezing w…

LayerLock: Non-collapsing Representation Learning with Progressive Freezing

2025-09-12 · Goker Erdogan, Nikhil Parthasarathy, Catalin Ionescu, Drew A. Hudson 외 arxiv

We introduce LayerLock, a simple yet effective approach for self-supervised visual representation learning, that gradually transitions from pixel to latent prediction through progressive layer freezing. First, we make th…

Representation Learning

An Adaptive and Stability-Promoting Layerwise Training Approach for Sparse Deep Neural Network Architecture

2022-11-13 · C G Krishnanunni, Tan Bui-Thanh

This work presents a two-stage adaptive framework for progressively developing deep neural network (DNN) architectures that generalize well for a given training data set. In the first stage, a layerwise training approach…

Training Saturation in Layerwise Quantum Approximate Optimisation

2021-06-25 · E. Campos, D. Rabinovich, V. Akshay, J. Biamonte

Quantum Approximate Optimisation (QAOA) is the most studied gate based variational quantum algorithm today. We train QAOA one layer at a time to maximize overlap with an $n$ qubit target state. Doing so we discovered tha…

Identity-Paired Progressive Depth Training: When Trainability Persists Beyond Expressibility

2026-07-18 · Athanasios Hadjidimoulas, Tirthak Patel, Anastasios Kyrillidis arxiv

Variational Quantum Algorithms (VQAs) are a leading paradigm for near-term quantum computing, yet their training suffers from sensitivity to circuit depth, initialization, and landscape pathologies such as barren plateau…