paper-with-me

홈 › Papers

Instance Enhancement Batch Normalization: an Adaptive Regulator of Batch Noise

2019-08-12 · Senwei Liang, Zhongzhan Huang, Mingfu Liang, Haizhao Yang

Batch Normalization (BN)(Ioffe and Szegedy 2015) normalizes the features of an input image via statistics of a batch of images and hence BN will bring the noise to the gradient of the training loss. Previous works indicate that the noise is important for the optimization and generalization of deep neural networks, but too much noise will harm the performance of networks. In our paper, we offer a new point of view that self-attention mechanism can help to regulate the noise by enhancing instance-specific information to obtain a better regularization effect. Therefore, we propose an attention-based BN called Instance Enhancement Batch Normalization (IEBN) that recalibrates the information of each channel by a simple linear transformation. IEBN has a good capacity of regulating noise and stabilizing network training to improve generalization even in the presence of two kinds of noise attacks during training. Finally, IEBN outperforms BN with only a light parameter increment in image classification tasks for different network structures and benchmark datasets.

📄 PDF Abstract BibTeX arXiv:1908.04008

Code (2)

gbup-group/IEBN 공식 구현 pytorch
Cyril9227/Keras_IEBN pytorch

Tasks

image-classificationImage Classification

Methods 이 논문이 사용한 방법론

Batch Normalization 설명 없음

Similar Papers 제목 키워드 기반

Proxy-Normalizing Activations to Match Batch Normalization while Removing Batch Dependence

2021-06-07 · NeurIPS 2021 12 · Antoine Labatie, Dominic Masters, Zach Eaton-Rosen, Carlo Luschi

We investigate the reasons for the performance degradation incurred with batch-independent normalization. We find that the prototypical techniques of layer normalization and instance normalization both induce the appeara…

Comparing Normalization Methods for Limited Batch Size Segmentation Neural Networks

2020-11-23 · Martin Kolarik, Radim Burget, Kamil Riha

The widespread use of Batch Normalization has enabled training deeper neural networks with more stable and faster results. However, the Batch Normalization works best using large batch size during training and as the sta…

Segmentation

D2ACE: Multi-Label Batch Selection Guided by Dual Dynamics and Adaptive Correlation Enhancement

2026-05-10 · Bin Liu, Haoyu Peng, Zhijia Wei, Jiajing Zhang 외 arxiv

Batch selection is crucial for improving both training efficiency and predictive performance in deep multi-label classification (MLC). Existing batch selection methods typically rely on a single metric to assess instance…

Multi-Label Classification

Unified Batch Normalization: Identifying and Alleviating the Feature Condensation in Batch Normalization and a Unified Framework

2023-11-27 · Shaobo Wang, Xiangdong Zhang, Dongrui Liu, Junchi Yan

Batch Normalization (BN) has become an essential technique in contemporary neural network design, enhancing training stability. Specifically, BN employs centering and scaling operations to standardize features along the …

Instance Segmentationobject-detectionObject DetectionSemantic Segmentation

DATTA: Towards Diversity Adaptive Test-Time Adaptation in Dynamic Wild World

2024-08-15 · Chuyang Ye, Dongyan Wei, Zhendong Liu, Yuanyi Pang 외

Test-time adaptation (TTA) effectively addresses distribution shifts between training and testing data by adjusting models on test samples, which is crucial for improving model inference in real-world applications. Howev…

DiversityTest-time Adaptation