New Normalization Methods Improve Deep Neural Network Stability

Jie Zhang, Cheng-Fang Su, Yi-Jui Huang, Min-Te Sun· August 5, 2026 View original

Key takeaways

  • New "Sphere Retraction Normalizations" offer stable, norm-preserving alternatives to existing residual connections.
  • Proj-SpheretNorm and Cay-SpheretNorm are algebraically simpler and outperform other methods.
  • The exponential map is not always the optimal retraction for spherical residual streams.
  • These methods can improve training stability and performance in deep neural networks.

Who benefits

AI/ML DevelopmentCloud ComputingResearch & DevelopmentSoftware Engineering

Summary

This paper introduces a family of "Sphere Retraction Normalizations" that generalize existing residual connection mechanisms like GeoNorm, providing norm-preserving, algebraically simpler alternatives. These new methods, Proj-SpheretNorm and Cay-SpheretNorm, outperform other lightweight deep connection schemes on models like nanoGPT by optimizing how update magnitudes translate into rotation angles on a hypersphere.

Residual connections are a cornerstone for stable training of deep neural networks. Geodesic Normalization (GeoNorm) reinterprets these connections within a Riemannian manifold, ensuring that each layer's output is orthogonal to the current hidden state and applying updates via the Riemannian exponential map. This approach confines the residual stream to a hypersphere, maintaining a constant L2-norm for every hidden state. The research reveals that on a hypersphere, the entire family of retraction maps, of which the exponential map is just one, collapses to a single scalar design choice. The key differentiator among retractions is how the magnitude of an update is converted into a rotation angle within the plane defined by the hidden state and the update. This perspective unifies Euclidean residual connections and GeoNorm into a single framework. By instantiating this framework with the metric projection and Cayley retractions, the authors introduce Proj-SpheretNorm and Cay-SpheretNorm. These methods are exactly norm-preserving, require only algebraic operations, and are part of a one-parameter family called p-SpheretNorm, where the rotation angle saturates. Experiments on nanoGPT show that these new methods consistently outperform existing lightweight deep connection schemes, with optimal performance achieved at finite values of 'p', suggesting that the exponential map (used in GeoNorm) is not necessarily the best retraction for spherical residual streams.

Why it matters

For AI engineers and researchers, these new normalization techniques offer potentially more stable and efficient ways to train very deep neural networks, especially large language models, leading to better performance and reduced training complexities.

How to implement this in your domain

  1. 1Experiment with Proj-SpheretNorm or Cay-SpheretNorm as alternatives to standard residual connections in deep learning models.
  2. 2Integrate the p-SpheretNorm family into custom neural network architectures, particularly for models requiring high stability.
  3. 3Benchmark the performance and training stability of these new methods against existing normalization techniques on specific tasks.
  4. 4Adjust the 'p' parameter in p-SpheretNorm to optimize model performance for different datasets and architectures.

Original post by Jie Zhang, Cheng-Fang Su, Yi-Jui Huang, Min-Te Sun

"arXiv:2608.02668v1 Announce Type: new Abstract: Residual connections are the de facto mechanism for training deep neural networks stably. Geodesic Normalization (GeoNorm) recasts them on a Riemannian manifold, orthogonalizing each layer output against the current hidden state and…"

View on X

Originally posted by Jie Zhang, Cheng-Fang Su, Yi-Jui Huang, Min-Te Sun on X · view source

Want to go deeper?

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

Explore courses