ANAct: Adaptive Normalization for Activation Functions
Yuan Peiwen, Henan Liu, Zhu Changsheng, Yuyi Wang

TL;DR
This paper introduces ANAct, a dynamic normalization method for activation functions that maintains consistent gradient variance during training, leading to improved neural network performance.
Contribution
We propose ANAct, a novel normalization technique that adaptively adjusts activation functions based on mini-batch statistics to enhance training stability and accuracy.
Findings
Normalized Swish outperforms vanilla Swish by 1.4% on Tiny ImageNet with ResNet50.
ANAct improves CNN and residual network performance across datasets.
Convergence rate correlates with the normalization property.
Abstract
In this paper, we investigate the negative effect of activation functions on forward and backward propagation and how to counteract this effect. First, We examine how activation functions affect the forward and backward propagation of neural networks and derive a general form for gradient variance that extends the previous work in this area. We try to use mini-batch statistics to dynamically update the normalization factor to ensure the normalization property throughout the training process, rather than only accounting for the state of the neural network after weight initialization. Second, we propose ANAct, a method that normalizes activation functions to maintain consistent gradient variance across layers and demonstrate its effectiveness through experiments. We observe that the convergence rate is roughly related to the normalization property. We compare ANAct with several common…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Domain Adaptation and Few-Shot Learning · Brain Tumor Detection and Classification
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings · Sigmoid Activation
