中文
相关论文

相关论文: Delving into the Estimation Shift of Batch Normali…

200 篇论文

This paper underlines a subtle property of batch-normalization (BN): Successive batch normalizations with random linear transformations make hidden representations increasingly orthogonal across layers of a deep neural network. We establish…

机器学习 · 统计学 2021-06-09 Hadi Daneshmand , Amir Joudaki , Francis Bach

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 centers and scales…

计算机视觉与模式识别 · 计算机科学 2018-04-24 Lei Huang , Dawei Yang , Bo Lang , Jia Deng

A significant advance in accelerating neural network training has been the development of normalization methods, permitting the training of deep models both faster and with better accuracy. These advances come with practical challenges: for…

机器学习 · 计算机科学 2019-03-05 Jasmine Collins , Johannes Balle , Jonathon Shlens

Batch normalization (BatchNorm) is an effective yet poorly understood technique for neural network optimization. It is often assumed that the degradation in BatchNorm performance to smaller batch sizes stems from it having to estimate layer…

计算机视觉与模式识别 · 计算机科学 2020-07-20 Neofytos Dimitriou , Ognjen Arandjelovic

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…

计算机视觉与模式识别 · 计算机科学 2020-10-15 Xiangwei Shi , Yunqiang Li , Xin Liu , Jan van Gemert

Generative Adversarial Networks (GANs) significantly advanced image generation but their performance heavily depends on abundant training data. In scenarios with limited data, GANs often struggle with discriminator overfitting and unstable…

机器学习 · 计算机科学 2025-03-18 Yao Ni , Piotr Koniusz

Batch Normalization (BatchNorm) is an extremely useful component of modern neural network architectures, enabling optimization using higher learning rates and achieving faster convergence. In this paper, we use mean-field theory to…

机器学习 · 计算机科学 2019-03-08 Mingwei Wei , James Stokes , David J Schwab

Batch normalization is a key component of most image classification models, but it has many undesirable properties stemming from its dependence on the batch size and interactions between examples. Although recent work has succeeded in…

计算机视觉与模式识别 · 计算机科学 2021-02-12 Andrew Brock , Soham De , Samuel L. Smith , Karen Simonyan

Mean field theory is widely used in the theoretical studies of neural networks. In this paper, we analyze the role of depth in the concentration of mean-field predictions, specifically for deep multilayer perceptron (MLP) with batch…

机器学习 · 计算机科学 2023-02-22 Amir Joudaki , Hadi Daneshmand , Francis Bach

Deep neural networks have a clear degradation when applying to the unseen environment due to the covariate shift. Conventional approaches like domain adaptation requires the pre-collected target data for iterative training, which is…

计算机视觉与模式识别 · 计算机科学 2021-10-11 Fuming You , Jingjing Li , Zhou Zhao

Modern deep learning architecture utilize batch normalization (BN) to stabilize training and improve accuracy. It has been shown that the BN layers alone are surprisingly expressive. In the context of robustness against adversarial…

机器学习 · 计算机科学 2022-04-27 Nils Philipp Walter , David Stutz , Bernt Schiele

Batch normalization (BN) uniformly shifts and scales the activations based on the statistics of a batch of images. However, the intensity distribution of the background pixels often dominates the BN statistics because the background…

图像与视频处理 · 电气工程与系统科学 2022-08-08 Junfei Xiao , Lequan Yu , Zongwei Zhou , Yutong Bai , Lei Xing , Alan Yuille , Yuyin Zhou

Adapting a model to perform well on unforeseen data outside its training set is a common problem that continues to motivate new approaches. We demonstrate that application of batch normalization in the output layer, prior to softmax…

计算机视觉与模式识别 · 计算机科学 2021-03-23 Matthew R. Behrend , Sean M. Robinson

In this work we present In-Place Activated Batch Normalization (InPlace-ABN) - a novel approach to drastically reduce the training memory footprint of modern deep neural networks in a computationally efficient way. Our solution substitutes…

计算机视觉与模式识别 · 计算机科学 2018-10-29 Samuel Rota Bulò , Lorenzo Porzi , Peter Kontschieder

Huge computational costs brought by convolution and batch normalization (BN) have caused great challenges for the online training and corresponding applications of deep neural networks (DNNs), especially in resource-limited devices.…

机器学习 · 计算机科学 2021-05-31 Yukuan Yang , Xiaowei Chi , Lei Deng , Tianyi Yan , Feng Gao , Guoqi Li

\emph{Batch normalization} is a successful building block of neural network architectures. Yet, it is not well understood. A neural network layer with batch normalization comprises three components that affect the representation induced by…

机器学习 · 计算机科学 2024-12-05 Ido Nachum , Marco Bondaschi , Michael Gastpar , Anatoly Khina

Batch normalization has become ubiquitous in many state-of-the-art nets. It accelerates training and yields good performance results. However, there are various other alternatives to normalization, e.g. orthonormalization. The objective of…

机器学习 · 计算机科学 2018-12-10 Blanchette , Laganière

The goal of filter pruning is to search for unimportant filters to remove in order to make convolutional neural networks (CNNs) efficient without sacrificing the performance in the process. The challenge lies in finding information that can…

计算机视觉与模式识别 · 计算机科学 2022-04-26 Junghun Oh , Heewon Kim , Sungyong Baik , Cheeun Hong , Kyoung Mu Lee

Normalization techniques are important in different advanced neural networks and different tasks. This work investigates a novel dynamic learning-to-normalize (L2N) problem by proposing Exemplar Normalization (EN), which is able to learn…

计算机视觉与模式识别 · 计算机科学 2020-03-23 Ruimao Zhang , Zhanglin Peng , Lingyun Wu , Zhen Li , Ping Luo

Online Normalization is a new technique for normalizing the hidden activations of a neural network. Like Batch Normalization, it normalizes the sample dimension. While Online Normalization does not use batches, it is as accurate as Batch…