paper-with-me

Papers

ANAct: Adaptive Normalization for Activation Functions

2022-08-29 · Yuan Peiwen, Henan Liu, Zhu Changsheng, Yuyi Wang

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 activation functions on CNNs and residual networks and show that ANAct consistently improves their performance. For instance, normalized Swish achieves 1.4\% higher top-1 accuracy than vanilla Swish on ResNet50 with the Tiny ImageNet dataset and more than 1.2\% higher with CIFAR-100.

📄 PDF Abstract BibTeX arXiv:2208.13315

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
Sigmoid Activation 설명 없음

Similar Papers 제목 키워드 기반

AcTTA: Rethinking Test-Time Adaptation via Dynamic Activation

2026-03-27 · Hyeongyu Kim, Geonhui Han, Dosik Hwang arxiv

Test-time adaptation (TTA) aims to mitigate performance degradation under distribution shifts by updating model parameters during inference. Existing approaches have primarily framed adaptation around affine modulation, …

Test-time Adaptation

Data-Free Quantization with Accurate Activation Clipping and Adaptive Batch Normalization

2022-04-08 · Yefei He, Luoming Zhang, Weijia Wu, Hong Zhou

Data-free quantization is a task that compresses the neural network to low bit-width without access to original training data. Most existing data-free quantization methods cause severe performance degradation due to inac…

Data Free QuantizationQuantization

Parallel Layer Normalization for Universal Approximation

2025-05-19 · Yunhao Ni, Yuhe Liu, Wenxin Sun, Yitong Tang 외

Universal approximation theorem (UAT) is a fundamental theory for deep neural networks (DNNs), demonstrating their powerful representation capacity to represent and approximate any function. The analyses and proofs of UA…

Unsupervised Adaptive Normalization

2024-09-07 · Bilal Faye, Hanane Azzag, Mustapha Lebbah, Fangchen Fang

Deep neural networks have become a staple in solving intricate problems, proving their mettle in a wide array of applications. However, their training process is often hampered by shifting activation distributions during…

ClusteringDomain Adaptation

The Mathematical Relationship Between Layer Normalization and Dynamic Activation Functions

2025-03-27 · Felix Stollenwerk

A recent paper proposes Dynamic Tanh (DyT) as a drop-in replacement for layer normalization (LN). Although the method is empirically well-motivated and appealing from a practical point of view, it lacks a theoretical fou…