paper-with-me

홈 › Papers

WeightAlign: Normalizing Activations by Weight Alignment

2020-10-14 · Xiangwei Shi, Yunqiang Li, Xin Liu, Jan van Gemert

Batch normalization (BN) allows training very deep networks by normalizing activations by mini-batch sample statistics which renders BN unstable for small batch sizes. Current small-batch solutions such as Instance Norm, Layer Norm, and Group Norm use channel statistics which can be computed even for a single sample. Such methods are less stable than BN as they critically depend on the statistics of a single input sample. To address this problem, we propose a normalization of activation without sample statistics. We present WeightAlign: a method that normalizes the weights by the mean and scaled standard derivation computed within a filter, which normalizes activations without computing any sample statistics. Our proposed method is independent of batch size and stable over a wide range of batch sizes. Because weight statistics are orthogonal to sample statistics, we can directly combine WeightAlign with any method for activation normalization. We experimentally demonstrate these benefits for classification on CIFAR-10, CIFAR-100, ImageNet, for semantic segmentation on PASCAL VOC 2012 and for domain adaptation on Office-31.

📄 PDF Abstract BibTeX arXiv:2010.07160

Code (0)

등록된 구현이 없습니다.

Tasks

Domain AdaptationSemantic Segmentation

Similar Papers 제목 키워드 기반

REPAIR: REnormalizing Permuted Activations for Interpolation Repair

2022-11-15 · Keller Jordan, Hanie Sedghi, Olga Saukh, Rahim Entezari 외

In this paper we look into the conjecture of Entezari et al. (2021) which states that if the permutation invariance of neural networks is taken into account, then there is likely no loss barrier to the linear interpolati…

SNDCNN: Self-normalizing deep CNNs with scaled exponential linear units for speech recognition

2019-10-04 · Zhen Huang, Tim Ng, Leo Liu, Henry Mason 외

Very deep CNNs achieve state-of-the-art results in both computer vision and speech recognition, but are difficult to train. The most popular way to train very deep CNNs is to use shortcut connections (SC) together with b…

Inference Optimizationspeech-recognitionSpeech Recognition

FQ-Conv: Fully Quantized Convolution for Efficient and Accurate Inference

2019-12-19 · Bram-Ernst Verhoef, Nathan Laubeuf, Stefan Cosemans, Peter Debacker 외

Deep neural networks (DNNs) can be made hardware-efficient by reducing the numerical precision of the weights and activations of the network and by improving the network's resilience to noise. However, this gain in effic…

Quantization

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

HadaNorm: Diffusion Transformer Quantization through Mean-Centered Transformations

2025-06-11 · Marco Federici, Riccardo Del Chiaro, Boris van Breugel, Paul Whatmough 외

Diffusion models represent the cutting edge in image generation, but their high memory and computational demands hinder deployment on resource-constrained devices. Post-Training Quantization (PTQ) offers a promising solu…

Image GenerationQuantization