Replacement Learning: Training Neural Networks with Fewer Parameters
Yuming Zhang, Peizhe Wang, Tianyang Han, Hengyu Shi, Junhao Su, Dongzhi Guan, Jiabin Liu, Jiaji Wang

TL;DR
Replacement Learning (RepL) is a novel training paradigm that reduces redundancy in deep neural networks by replacing selected blocks with surrogate operators, leading to more efficient training without sacrificing performance.
Contribution
RepL introduces a method to replace certain network blocks with learnable surrogate operators, decreasing parameters and training costs while maintaining or improving accuracy.
Findings
RepL reduces training parameters, memory, and time across multiple datasets.
RepL matches or surpasses standard training performance.
RepL demonstrates broad applicability to CNNs, ViTs, and various tasks.
Abstract
End-to-end training with full-depth backpropagation remains the dominant paradigm for optimizing deep neural networks, but its efficiency deteriorates as models grow deeper. Since every block must be executed and differentiated under a single global objective, full-depth BP introduces substantial parameter redundancy, activation-memory cost, and training latency, especially when neighboring layers exhibit highly correlated learning patterns. Directly skipping or removing layers can reduce cost, but often weakens representation capacity or requires architecture-specific reuse designs. In this paper, we propose Replacement Learning (RepL), a training-time paradigm that reduces full-depth redundancy by replacing selected blocks rather than simply discarding them. For each removed block, RepL inserts a lightweight computing layer that synthesizes a surrogate operator from the parameters of…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
