English

Weight Conditioning for Smooth Optimization of Neural Networks

Computer Vision and Pattern Recognition 2026-03-16 v2

Abstract

In this article, we introduce a novel normalization technique for neural network weight matrices, which we term weight conditioning. This approach aims to narrow the gap between the smallest and largest singular values of the weight matrices, resulting in better-conditioned matrices. The inspiration for this technique partially derives from numerical linear algebra, where well-conditioned matrices are known to facilitate stronger convergence results for iterative solvers. We provide a theoretical foundation demonstrating that our normalization technique smoothens the loss landscape, thereby enhancing convergence of stochastic gradient descent algorithms. Empirically, we validate our normalization across various neural network architectures, including Convolutional Neural Networks (CNNs), Vision Transformers (ViT), Neural Radiance Fields (NeRF), and 3D shape modeling. Our findings indicate that our normalization method is not only competitive but also outperforms existing weight normalization techniques from the literature.

Keywords

Cite

@article{arxiv.2409.03424,
  title  = {Weight Conditioning for Smooth Optimization of Neural Networks},
  author = {Hemanth Saratchandran and Thomas X. Wang and Simon Lucey},
  journal= {arXiv preprint arXiv:2409.03424},
  year   = {2026}
}

Comments

ECCV 2024

R2 v1 2026-06-28T18:35:10.504Z