paper-with-me

Papers

Seeking Consistent Flat Minima for Better Domain Generalization via Refining Loss Landscapes

2024-12-18 · CVPR 2025 1 · Aodi Li, Liansheng Zhuang, Xiao Long, Minghong Yao, Shafei Wang

Domain generalization aims to learn a model from multiple training domains and generalize it to unseen test domains. Recent theory has shown that seeking the deep models, whose parameters lie in the flat minima of the loss landscape, can significantly reduce the out-of-domain generalization error. However, existing methods often neglect the consistency of loss landscapes in different domains, resulting in models that are not simultaneously in the optimal flat minima in all domains, which limits their generalization ability. To address this issue, this paper proposes an iterative Self-Feedback Training (SFT) framework to seek consistent flat minima that are shared across different domains by progressively refining loss landscapes during training. It alternatively generates a feedback signal by measuring the inconsistency of loss landscapes in different domains and refines these loss landscapes for greater consistency using this feedback signal. Benefiting from the consistency of the flat minima within these refined loss landscapes, our SFT helps achieve better out-of-domain generalization. Extensive experiments on DomainBed demonstrate superior performances of SFT when compared to state-of-the-art sharpness-aware methods and other prevalent DG baselines. On average across five DG benchmarks, SFT surpasses the sharpness-aware minimization by 2.6% with ResNet-50 and 1.5% with ViT-B/16, respectively. The code will be available soon.

📄 PDF Abstract BibTeX arXiv:2412.13573

Code (0)

등록된 구현이 없습니다.

Tasks

Domain Generalization

Methods 이 논문이 사용한 방법론

Sharpness-Aware Minimization Sharpness-Aware Minimization, or SAM, is a procedure that improves model generalization by simultaneously minimizing loss value and loss sharpness. SAM functions by…
SFT Shrink and Fine-Tune, or SFT, is a type of distillation that avoids explicit distillation by copying parameters to a student student model and then fine-tuning.…

Similar Papers 제목 키워드 기반

SWAD: Domain Generalization by Seeking Flat Minima

2021-02-17 · NeurIPS 2021 12 · Junbum Cha, Sanghyuk Chun, Kyungjae Lee, Han-Cheol Cho 외

Domain generalization (DG) methods aim to achieve generalizability to an unseen target domain by using only training data from the source domains. Although a variety of DG methods have been proposed, a recent study shows…

Domain GeneralizationGeneralization BoundsRobust classification

Seeking Flat Minima with Mean Teacher on Semi- and Weakly-Supervised Domain Generalization for Object Detection

2023-10-30 · Ryosuke Furuta, Yoichi Sato

Object detectors do not work well when domains largely differ between training and testing data. To overcome this domain gap in object detection without requiring expensive annotations, we consider two problem settings: …

Domain AdaptationDomain GeneralizationObjectobject-detection+2

Reweighting Local Mimina with Tilted SAM

2024-10-30 · Tian Li, Tianyi Zhou, Jeffrey A. Bilmes

Sharpness-Aware Minimization (SAM) has been demonstrated to improve the generalization performance of overparameterized models by seeking flat minima on the loss landscape through optimizing model parameters that incur t…

DGSAM: Domain Generalization via Individual Sharpness-Aware Minimization

2025-03-30 · Youngjun Song, Youngsik Hwang, Jonghun Lee, Heechang Lee 외

Domain generalization (DG) aims to learn models that can generalize well to unseen domains by training only on a set of source domains. Sharpness-Aware Minimization (SAM) has been a popular approach for this, aiming to f…

Computational EfficiencyDomain Generalization

Efficiently Seeking Flat Minima for Better Generalization in Fine-Tuning Large Language Models and Beyond

2025-08-01 · Jiaxin Deng, Qingcheng Zhu, Junbiao Pang, Linlin Yang 외 arxiv

Little research explores the correlation between the expressive ability and generalization ability of the low-rank adaptation (LoRA). Sharpness-Aware Minimization (SAM) improves model generalization for both Convolutiona…