paper-with-me

홈 › Papers

Spherical Perspective on Learning with Normalization Layers

2020-06-23 · Simon Roburin, Yann de Mont-Marin, Andrei Bursuc, Renaud Marlet, Patrick Pérez, Mathieu Aubry

Normalization Layers (NLs) are widely used in modern deep-learning architectures. Despite their apparent simplicity, their effect on optimization is not yet fully understood. This paper introduces a spherical framework to study the optimization of neural networks with NLs from a geometric perspective. Concretely, the radial invariance of groups of parameters, such as filters for convolutional neural networks, allows to translate the optimization steps on the $L_2$ unit hypersphere. This formulation and the associated geometric interpretation shed new light on the training dynamics. Firstly, the first effective learning rate expression of Adam is derived. Then the demonstration that, in the presence of NLs, performing Stochastic Gradient Descent (SGD) alone is actually equivalent to a variant of Adam constrained to the unit hypersphere, stems from the framework. Finally, this analysis outlines phenomena that previous variants of Adam act on and their importance in the optimization process are experimentally validated.

📄 PDF Abstract BibTeX arXiv:2006.13382

Code (1)

ymontmarin/adamsrt 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Batch Normalization 설명 없음
SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Kernel Transformer Networks for Compact Spherical Convolution

2018-12-07 · CVPR 2019 6 · Yu-Chuan Su, Kristen Grauman

Ideally, 360{\deg} imagery could inherit the deep convolutional neural networks (CNNs) already trained with great success on perspective projection images. However, existing methods to transfer CNNs from perspective to s…

SphereFace Revived: Unifying Hyperspherical Face Recognition

2021-09-12 · Weiyang Liu, Yandong Wen, Bhiksha Raj, Rita Singh 외

This paper addresses the deep face recognition problem under an open-set protocol, where ideal face features are expected to have smaller maximal intra-class distance than minimal inter-class distance under a suitably ch…

Face Recognition

Do Normalization Layers in a Deep ConvNet Really Need to Be Distinct?

2018-11-19 · Ping Luo, Zhanglin Peng, Jiamin Ren, Ruimao Zhang

Yes, they do. This work investigates a perspective for deep learning: whether different normalization layers in a ConvNet require different normalizers. This is the first step towards understanding this phenomenon. We al…

Normalization in Attention Dynamics

2025-10-24 · Nikita Karagodin, Shu Ge, Yury Polyanskiy, Philippe Rigollet arxiv

We study the effect of normalization schemes on token representations in deep transformers. Modeling their evolution as interacting particles on the sphere, we show that normalization acts as a form of speed regulation. …

GeoNorm: Unify Pre-Norm and Post-Norm with Geodesic Optimization

2026-01-29 · Chuanyang Zheng, Jiankai Sun, Yihang Gao, Chi Wang 외 arxiv

The placement of normalization layers, specifically Pre-Norm and Post-Norm, remains an open question in Transformer architecture design. In this work, we rethink these approaches through the lens of manifold optimization…