paper-with-me

Papers

Domain Generalization by Rejecting Extreme Augmentations

2023-10-10 · Masih Aminbeidokhti, Fidel A. Guerrero Peña, Heitor Rapela Medeiros, Thomas Dubail, Eric Granger, Marco Pedersoli

Data augmentation is one of the most effective techniques for regularizing deep learning models and improving their recognition performance in a variety of tasks and domains. However, this holds for standard in-domain settings, in which the training and test data follow the same distribution. For the out-of-domain case, where the test data follow a different and unknown distribution, the best recipe for data augmentation is unclear. In this paper, we show that for out-of-domain and domain generalization settings, data augmentation can provide a conspicuous and robust improvement in performance. To do that, we propose a simple training procedure: (i) use uniform sampling on standard data augmentation transformations; (ii) increase the strength transformations to account for the higher data variance expected when working out-of-domain, and (iii) devise a new reward function to reject extreme transformations that can harm the training. With this procedure, our data augmentation scheme achieves a level of accuracy that is comparable to or better than state-of-the-art methods on benchmark domain generalization datasets. Code: \url{https://github.com/Masseeh/DCAug}

📄 PDF Abstract BibTeX arXiv:2310.06670

Code (1)

masseeh/dcaug 공식 구현 pytorch

Tasks

Data AugmentationDomain Generalization

Similar Papers 제목 키워드 기반

Augmentation-based Domain Generalization for Semantic Segmentation

2023-04-24 · Manuel Schwonberg, Fadoua El Bouazati, Nico M. Schmidt, Hanno Gottschalk

Unsupervised Domain Adaptation (UDA) and domain generalization (DG) are two research areas that aim to tackle the lack of generalization of Deep Neural Networks (DNNs) towards unseen domains. While UDA methods have acces…

Domain AdaptationDomain GeneralizationSemantic SegmentationUnsupervised Domain Adaptation

Adversarial Bayesian Augmentation for Single-Source Domain Generalization

2023-07-18 · ICCV 2023 1 · Sheng Cheng, Tejas Gokhale, Yezhou Yang

Generalizing to unseen image domains is a challenging problem primarily due to the lack of diverse training data, inaccessible target data, and the large domain shift that may exist in many real-world settings. As such d…

Data AugmentationDomain GeneralizationPhoto to Rest GeneralizationSingle-Source Domain Generalization

Robustness to Augmentations as a Generalization metric

2021-01-16 · Sumukh Aithal K, Dhruva Kashyap, Natarajan Subramanyam

Generalization is the ability of a model to predict on unseen domains and is a fundamental task in machine learning. Several generalization bounds, both theoretical and empirical have been proposed but they do not provid…

Generalization Bounds

Dealing with the Evil Twins: Improving Random Augmentation by Addressing Catastrophic Forgetting of Diverse Augmentations

2025-06-09 · Dongkyu Cho, Rumi Chunara

Data augmentation is a promising tool for enhancing out-of-distribution generalization, where the key is to produce diverse, challenging variations of the source domain via costly targeted augmentations that maximize its…

Data AugmentationDomain GeneralizationOut-of-Distribution GeneralizationSingle-Source Domain Generalization

Why Invariance is Not Enough for Biomedical Domain Generalization and How to Fix It

2026-04-02 · Sebo Diaz, Polina Golland, Elfar Adalsteinsson, Neel Dey arxiv

We present MaskGen, a theoretically grounded and deliberately simple approach for domain generalization in 3D biomedical image segmentation. Modern segmentation models degrade sharply under shifts in modality, disease se…

Domain GeneralizationImage Segmentation