First-Order Criterion Quantifies Optimal Depth in Residual Networks

Zeyu Liu, Jinhao Zhang, Yunquan Zhang, Guangming Tan, Xiang Gao, Fangming Liu, Daning Cheng· August 18, 2026 View original

Key takeaways

  • A first-order criterion can quantify optimal depth in residual neural networks.
  • Activation-gradient magnitude serves as a diagnostic for the value of additional depth.
  • Depth saturation occurs when activation gradients no longer project onto residual tangent spaces.
  • This allows for building more efficient models by avoiding excessive depth.

Who benefits

AI/ML DevelopmentCloud ComputingEdge AISoftware Development

Summary

Researchers propose a first-order criterion to determine if a residual neural network is "deep enough," defining depth saturation as the absence of strict local decrease from admissible insertions. They prove that additional depth has first-order value only when conditional activation gradients project onto residual tangent spaces, providing a diagnostic for optimal depth.

This research addresses a fundamental question in neural network design: how to determine if a trained residual neural network (ResNet) has sufficient depth. The authors introduce a first-order criterion for "residual depth saturation," which is defined as the point where adding more layers, following a specific function-preserving growth protocol, no longer yields a strict local decrease in the network's performance. This criterion provides a principled way to quantify when a network is "deep enough." The study rigorously proves that additional depth offers first-order value precisely when the conditional activation gradients possess a non-zero projection onto at least one admissible residual tangent space. This non-degeneracy condition is both necessary and sufficient for the benefit of increased depth. Furthermore, the research shows that under conditions of residual-signal realizability, the vanishing of raw activation-gradient magnitude directly certifies saturation. Empirical observations across various models, including ResNets, GPT-2 style models, and Pythia checkpoints, support these theoretical findings, showing that the maximum activation-gradient norm decreases with increasing depth, moving towards a low-signal regime. The study also notes that function-preserving growth can achieve performance comparable to training from scratch, reinforcing the idea that activation-gradient magnitude serves as a conservative diagnostic for the remaining first-order value of residual depth.

Why it matters

This work provides a theoretical and practical framework for optimizing neural network architectures, allowing engineers to build more efficient models by avoiding unnecessary depth while ensuring optimal performance.

How to implement this in your domain

  1. 1Apply the first-order criterion, specifically activation-gradient magnitude, to diagnose depth sufficiency in existing ResNet architectures.
  2. 2Develop tools to monitor activation-gradient norms during training to identify when residual depth saturation is reached.
  3. 3Use function-preserving residual growth protocols to incrementally increase network depth only when diagnostically beneficial.
  4. 4Optimize model deployment by pruning unnecessary layers once depth saturation is confirmed, reducing computational overhead.

Original post by Zeyu Liu, Jinhao Zhang, Yunquan Zhang, Guangming Tan, Xiang Gao, Fangming Liu, Daning Cheng

"arXiv:2608.14664v1 Announce Type: new Abstract: How can we determine whether a trained neural network is already deep enough? We study this under a fixed function-preserving residual-growth protocol specifying insertion locations, residual families, zero-output initializations, a…"

View on X

Originally posted by Zeyu Liu, Jinhao Zhang, Yunquan Zhang, Guangming Tan, Xiang Gao, Fangming Liu, Daning Cheng on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses