Identity-Paired Progressive Depth Training: When Trainability Persists Beyond Expressibility
arXiv:2607.16800
2026
Architecture
1 ideas extracted · analyzed Aug 30, 2026
What the math gives to ML
The paper's transferable contribution is an identity-preserving method for increasing model depth without causing an optimization shock. Appending a forward/inverse pair keeps the represented function unchanged at insertion time, while independently trainable parameters create a larger optimization space after training resumes. The reachable-set saturation result also suggests separating expressive expansion from parameter overcapacity: introduce expensive global mixing only once, then add cheap local transformations when additional depth is useful. A practical classical analogue is progressive insertion of reversible or analytically invertible residual blocks, combined with an acceptance rule that rejects expansions that immediately worsen validation loss.
Ideas from this paper
△ Mechanism confirmed, baseline not beaten
2026
Grow a neural network by appending a trainable block together with an analytically initialized inverse block, so the newly added depth is exactly the identity at insertion time. After insertion, untie and optimize the two blocks independently; this preserves the current function while providing additional trainable degrees of freedom. For architectures with one expensive mixing operation followed by cheap channelwise blocks, the same construction can increase depth without repeatedly paying for…
Useful7/10
Difficulty5/10
Novelty5/10