paper-with-me

홈 › Papers

Generalization to translation shifts: a study in architectures and augmentations

2022-07-05 · Suriya Gunasekar

We study how effective data augmentation is at capturing the inductive bias of carefully designed network architectures for spatial translation invariance. We evaluate various image classification architectures (antialiased, convolutional, vision transformer, and fully connected MLP networks) and data augmentation techniques towards generalization to large translation shifts. We observe that: (a) without data augmentation, all architectures, including convolutional networks with antialiased modification suffer some degradation in performance when evaluated on translated test distributions. Understandably, both the in-distribution accuracy and degradation to shifts is significantly worse for non-convolutional models. (b) The robustness of performance is improved by even a minimal augmentation of $4$ pixel random crop across all architectures. In some instances, even $1-2$ pixel random crop is sufficient. This suggests that there is a form of meta generalization from augmentation. For non-convolutional architectures, while the absolute accuracy is still low with this basic augmentation, we see substantial improvements in robustness to translation shifts. (c) With a sufficiently advanced augmentation pipeline ($4$ pixel crop+RandAugmentation+Erasing+MixUp), all architectures can be trained to have competitive performance in terms of in-distribution accuracy as well as generalization to large translation shifts.

📄 PDF Abstract BibTeX arXiv:2207.02349

Code (0)

등록된 구현이 없습니다.

Tasks

Data Augmentationimage-classificationImage ClassificationInductive BiasTranslation

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Geometric Data Augmentations to Mitigate Distribution Shifts in Pollen Classification from Microscopic Images

2023-11-18 · Nam Cao, Olga Saukh

Distribution shifts are characterized by differences between the training and test data distributions. They can significantly reduce the accuracy of machine learning models deployed in real-world scenarios. This paper ex…

DiversityImage Augmentation

An Analysis of Model Robustness across Concurrent Distribution Shifts

2025-01-08 · Myeongho Jeon, Suhwan Choi, Hyoje Lee, Teresa Yeo

Machine learning models, meticulously optimized for source data, often fail to predict target data when faced with distribution shifts (DSs). Previous benchmarking studies, though extensive, have mainly focused on simple…

Benchmarking

A Flat Minima Perspective on Understanding Augmentations and Model Robustness

2025-05-30 · Weebum Yoo, Sung Whan Yoon

Model robustness indicates a model's capability to generalize well on unforeseen distributional shifts, including data corruption, adversarial attacks, and domain shifts. Data augmentation is one of the prevalent and eff…

Adversarial RobustnessData AugmentationDomain Generalization

The Many Faces of Robustness: A Critical Analysis of Out-of-Distribution Generalization

2020-06-29 · ICCV 2021 10 · Dan Hendrycks, Steven Basart, Norman Mu, Saurav Kadavath 외

We introduce four new real-world distribution shift datasets consisting of changes in image style, image blurriness, geographic location, camera operation, and more. With our new datasets, we take stock of previously pro…

Data AugmentationDomain GeneralizationOut-of-Distribution Generalization

AdvST: Revisiting Data Augmentations for Single Domain Generalization

2023-12-20 · Guangtao Zheng, Mengdi Huai, Aidong Zhang

Single domain generalization (SDG) aims to train a robust model against unknown target domain shifts using data from a single source domain. Data augmentation has been proven an effective approach to SDG. However, the ut…

Data AugmentationDomain Generalization