paper-with-me

Papers

Stochastic Whitening Batch Normalization

2021-06-03 · CVPR 2021 1 · Shengdong Zhang, Ehsan Nezhadarya, Homa Fashandi, Jiayi Liu, Darin Graham, Mohak Shah

Batch Normalization (BN) is a popular technique for training Deep Neural Networks (DNNs). BN uses scaling and shifting to normalize activations of mini-batches to accelerate convergence and improve generalization. The recently proposed Iterative Normalization (IterNorm) method improves these properties by whitening the activations iteratively using Newton's method. However, since Newton's method initializes the whitening matrix independently at each training step, no information is shared between consecutive steps. In this work, instead of exact computation of whitening matrix at each time step, we estimate it gradually during training in an online fashion, using our proposed Stochastic Whitening Batch Normalization (SWBN) algorithm. We show that while SWBN improves the convergence rate and generalization of DNNs, its computational overhead is less than that of IterNorm. Due to the high efficiency of the proposed method, it can be easily employed in most DNN architectures with a large number of layers. We provide comprehensive experiments and comparisons between BN, IterNorm, and SWBN layers to demonstrate the effectiveness of the proposed technique in conventional (many-shot) image classification and few-shot classification tasks.

📄 PDF Abstract BibTeX arXiv:2106.04413

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage Classification

Methods 이 논문이 사용한 방법론

Batch Normalization 설명 없음

Similar Papers 제목 키워드 기반

Iterative Normalization: Beyond Standardization towards Efficient Whitening

2019-04-06 · CVPR 2019 6 · Lei Huang, Yi Zhou, Fan Zhu, Li Liu 외

Batch Normalization (BN) is ubiquitously employed for accelerating neural network training and improving the generalization capability by performing standardization within mini-batches. Decorrelated Batch Normalization (…

Robust Object Detection

Decorrelated Batch Normalization

2018-04-23 · CVPR 2018 6 · Lei Huang, Dawei Yang, Bo Lang, Jia Deng

Batch Normalization (BN) is capable of accelerating the training of deep models by centering and scaling activations within mini-batches. In this work, we propose Decorrelated Batch Normalization (DBN), which not just ce…

An Investigation into the Stochasticity of Batch Whitening

2020-03-27 · CVPR 2020 6 · Lei Huang, Lei Zhao, Yi Zhou, Fan Zhu 외

Batch Normalization (BN) is extensively employed in various network architectures by performing standardization within mini-batches. A full understanding of the process has been a central target in the deep learning comm…

Attribute

Improving Generalization of Batch Whitening by Convolutional Unit Optimization

2021-08-24 · ICCV 2021 10 · Yooshin Cho, Hanbyel Cho, Youngsoo Kim, Junmo Kim

Batch Whitening is a technique that accelerates and stabilizes training by transforming input features to have a zero mean (Centering) and a unit variance (Scaling), and by removing linear correlation between channels (D…

image-classificationImage Classification

Group Whitening: Balancing Learning Efficiency and Representational Capacity

2020-09-28 · CVPR 2021 1 · Lei Huang, Yi Zhou, Li Liu, Fan Zhu 외

Batch normalization (BN) is an important technique commonly incorporated into deep learning models to perform standardization within mini-batches. The merits of BN in improving a model's learning efficiency can be furthe…