paper-with-me

Papers

Prepare for the Worst: Generalizing across Domain Shifts with Adversarial Batch Normalization

2020-09-28 · Manli Shu, Zuxuan Wu, Micah Goldblum, Tom Goldstein

Adversarial training is the industry standard for producing models that are robust to small adversarial perturbations. However, machine learning practitioners need models that are robust to other kinds of changes that occur naturally, such as changes in the style or illumination of input images. Such changes in input distribution have been effectively modeled as shifts in the mean and variance of deep image features. We adapt adversarial training by adversarially perturbing these feature statistics, rather than image pixels, to produce models that are robust to distributional shifts. We also visualize images from adversarially crafted distributions. Our method, Adversarial Batch Normalization (AdvBN), significantly improves the performance of ResNet-50 on ImageNet-C (+8.1%), Stylized-ImageNet (+6.7%), and ImageNet-Instagram (+3.9%) over standard training practices. In addition, we demonstrate that AdvBN can also improve generalization on semantic segmentation.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Semantic Segmentation

Similar Papers 제목 키워드 기반

Generalizing to any diverse distribution: uniformity, gentle finetuning and rebalancing

2024-10-08 · Andreas Loukas, Karolis Martinkus, Ed Wagstaff, Kyunghyun Cho

As training datasets grow larger, we aspire to develop models that generalize well to any diverse test distribution, even if the latter deviates significantly from the training data. Various approaches like domain adapta…

Domain AdaptationDomain Generalization

Generalizing to Unseen Domains with Wasserstein Distributional Robustness under Limited Source Knowledge

2022-07-11 · Jingge Wang, Liyan Xie, Yao Xie, Shao-Lun Huang 외

Domain generalization aims at learning a universal model that performs well on unseen target domains, incorporating knowledge from multiple source domains. In this research, we consider the scenario where different domai…

Domain GeneralizationRotated MNISTTest-time Adaptation

Generalizing GNNs with Tokenized Mixture of Experts

2026-02-09 · Xiaoguang Guo, Zehong Wang, Jiazheng Li, Shawn Spitzel 외 arxiv

Deployed graph neural networks (GNNs) are frozen at deployment yet must fit clean data, generalize under distribution shifts, and remain stable to perturbations. We show that static inference induces a fundamental tradeo…

Integrating Audio Narrations to Strengthen Domain Generalization in Multimodal First-Person Action Recognition

2024-09-15 · Cagri Gungor, Adriana Kovashka

First-person activity recognition is rapidly growing due to the widespread use of wearable cameras but faces challenges from domain shifts across different environments, such as varying objects or background scenes. We p…

Action RecognitionActivity RecognitionDomain Generalization

Worst-case low-rank approximations

2026-03-11 · Anya Fries, Markus Reichstein, David Blei, Jonas Peters arxiv

Real-world data in health, economics, and environmental sciences are often collected across heterogeneous domains (such as hospitals, regions, or time periods). In such settings, distributional shifts can make standard P…