paper-with-me

Papers

Patch-aware Batch Normalization for Improving Cross-domain Robustness

2023-04-06 · Lei Qi, Dongjia Zhao, Yinghuan Shi, Xin Geng

Despite the significant success of deep learning in computer vision tasks, cross-domain tasks still present a challenge in which the model's performance will degrade when the training set and the test set follow different distributions. Most existing methods employ adversarial learning or instance normalization for achieving data augmentation to solve this task. In contrast, considering that the batch normalization (BN) layer may not be robust for unseen domains and there exist the differences between local patches of an image, we propose a novel method called patch-aware batch normalization (PBN). To be specific, we first split feature maps of a batch into non-overlapping patches along the spatial dimension, and then independently normalize each patch to jointly optimize the shared BN parameter at each iteration. By exploiting the differences between local patches of an image, our proposed PBN can effectively enhance the robustness of the model's parameters. Besides, considering the statistics from each patch may be inaccurate due to their smaller size compared to the global feature maps, we incorporate the globally accumulated statistics with the statistics from each batch to obtain the final statistics for normalizing each patch. Since the proposed PBN can replace the typical BN, it can be integrated into most existing state-of-the-art methods. Extensive experiments and analysis demonstrate the effectiveness of our PBN in multiple computer vision tasks, including classification, object detection, instance retrieval, and semantic segmentation.

📄 PDF Abstract BibTeX arXiv:2304.02848

Code (0)

등록된 구현이 없습니다.

Tasks

Data Augmentationobject-detectionObject DetectionRetrievalSemantic Segmentation

Methods 이 논문이 사용한 방법론

Test 설명 없음
Instance Normalization Instance Normalization (also known as contrast normalization) is a normalization layer where: $$ y_{tijk} = \frac{x_{tijk} - \mu_{ti}}{\sqrt{\sigma_{ti}^2 +…
Batch Normalization 설명 없음

Similar Papers 제목 키워드 기반

TTN: A Domain-Shift Aware Batch Normalization in Test-Time Adaptation

2023-02-10 · Hyesu Lim, Byeonggeun Kim, Jaegul Choo, Sungha Choi

This paper proposes a novel batch normalization strategy for test-time adaptation. Recent test-time adaptation methods heavily rely on the modified batch normalization, i.e., transductive batch normalization (TBN), which…

Test-time Adaptation

The Implicit Bias of Batch Normalization in Linear Models and Two-layer Linear Convolutional Neural Networks

2023-06-20 · Yuan Cao, Difan Zou, Yuanzhi Li, Quanquan Gu

We study the implicit bias of batch normalization trained by gradient descent. We show that when learning a linear model with batch normalization for binary classification, gradient descent converges to a uniform margin …

Binary Classification

Domain-Aware Fine-Tuning: Enhancing Neural Network Adaptability

2023-08-15 · Seokhyeon Ha, Sunbeom Jung, Jungwoo Lee

Fine-tuning pre-trained neural network models has become a widely adopted approach across various domains. However, it can lead to the distortion of pre-trained feature extractors that already possess strong generalizati…

DisCoPatch: Taming Adversarially-driven Batch Statistics for Improved Out-of-Distribution Detection

2025-01-14 · Francisco Caetano, Christiaan Viviers, Luis A. Zavala-Mondragón, Peter H. N. de With 외

Out-of-distribution (OOD) detection holds significant importance across many applications. While semantic and domain-shift OOD problems are well-studied, this work focuses on covariate shifts - subtle variations in the d…

AllOut-of-Distribution DetectionOut of Distribution (OOD) Detection

MetaNorm: Learning to Normalize Few-Shot Batches Across Domains

2021-01-01 · ICLR 2021 1 · Yingjun Du, XianTong Zhen, Ling Shao, Cees G. M. Snoek

Batch normalization plays a crucial role when training deep neural networks. However, batch statistics become unstable with small batch sizes and are unreliable in the presence of distribution shifts. We propose MetaNorm…

Domain GeneralizationFew-Shot LearningMeta-Learning