paper-with-me

Papers

Learning Gradient-based Mixup towards Flatter Minima for Domain Generalization

2022-09-29 · Danni Peng, Sinno Jialin Pan

To address the distribution shifts between training and test data, domain generalization (DG) leverages multiple source domains to learn a model that generalizes well to unseen domains. However, existing DG methods generally suffer from overfitting to the source domains, partly due to the limited coverage of the expected region in feature space. Motivated by this, we propose to perform mixup with data interpolation and extrapolation to cover the potential unseen regions. To prevent the detrimental effects of unconstrained extrapolation, we carefully design a policy to generate the instance weights, named Flatness-aware Gradient-based Mixup (FGMix). The policy employs a gradient-based similarity to assign greater weights to instances that carry more invariant information, and learns the similarity function towards flatter minima for better generalization. On the DomainBed benchmark, we validate the efficacy of various designs of FGMix and demonstrate its superiority over other DG algorithms.

📄 PDF Abstract BibTeX arXiv:2209.14742

Code (0)

등록된 구현이 없습니다.

Tasks

Domain Generalization

Methods 이 논문이 사용한 방법론

Test 설명 없음
Mixup Mixup is a data augmentation technique that generates a weighted combination of random image pairs from the training data. Given two images and their ground truth labels:…

Similar Papers 제목 키워드 기반

QT-DoG: Quantization-aware Training for Domain Generalization

2024-10-08 · Saqib Javed, Hieu Le, Mathieu Salzmann

Domain Generalization (DG) aims to train models that perform well not only on the training (source) domains but also on novel, unseen target data distributions. A key challenge in DG is preventing overfitting to source d…

Domain GeneralizationModel CompressionQuantization

GAQAT: gradient-adaptive quantization-aware training for domain generalization

2024-12-07 · Jiacheng Jiang, Yuan Meng, Chen Tang, Han Yu 외

Research on loss surface geometry, such as Sharpness-Aware Minimization (SAM), shows that flatter minima improve generalization. Recent studies further reveal that flatter minima can also reduce the domain generalization…

Domain GeneralizationQuantization

Sharpness-Aware Minimization Efficiently Selects Flatter Minima Late in Training

2024-10-14 · Zhanpeng Zhou, Mingze Wang, Yuchen Mao, Bingrui Li 외

Sharpness-Aware Minimization (SAM) has substantially improved the generalization of neural networks under various settings. Despite the success, its effectiveness remains poorly understood. In this work, we discover an i…

mSAM: Micro-Batch-Averaged Sharpness-Aware Minimization

2023-02-19 · Kayhan Behdin, Qingquan Song, Aman Gupta, Sathiya Keerthi 외

Modern deep learning models are over-parameterized, where different optima can result in widely varying generalization performance. The Sharpness-Aware Minimization (SAM) technique modifies the fundamental loss function …

image-classificationImage Classification

A Granger-Causal Perspective on Gradient Descent with Application to Pruning

2024-12-04 · Aditya Shah, Aditya Challa, Sravan Danda, Archana Mathur 외

Stochastic Gradient Descent (SGD) is the main approach to optimizing neural networks. Several generalization properties of deep networks, such as convergence to a flatter minima, are believed to arise from SGD. This arti…