paper-with-me

Papers

Exploring Flat Minima for Domain Generalization with Large Learning Rates

2023-09-12 · Jian Zhang, Lei Qi, Yinghuan Shi, Yang Gao

Domain Generalization (DG) aims to generalize to arbitrary unseen domains. A promising approach to improve model generalization in DG is the identification of flat minima. One typical method for this task is SWAD, which involves averaging weights along the training trajectory. However, the success of weight averaging depends on the diversity of weights, which is limited when training with a small learning rate. Instead, we observe that leveraging a large learning rate can simultaneously promote weight diversity and facilitate the identification of flat regions in the loss landscape. However, employing a large learning rate suffers from the convergence problem, which cannot be resolved by simply averaging the training weights. To address this issue, we introduce a training strategy called Lookahead which involves the weight interpolation, instead of average, between fast and slow weights. The fast weight explores the weight space with a large learning rate, which is not converged while the slow weight interpolates with it to ensure the convergence. Besides, weight interpolation also helps identify flat minima by implicitly optimizing the local entropy loss that measures flatness. To further prevent overfitting during training, we propose two variants to regularize the training weight with weighted averaged weight or with accumulated history weight. Taking advantage of this new perspective, our methods achieve state-of-the-art performance on both classification and semantic segmentation domain generalization benchmarks. The code is available at https://github.com/koncle/DG-with-Large-LR.

📄 PDF Abstract BibTeX arXiv:2309.06337

Code (0)

등록된 구현이 없습니다.

Tasks

DiversityDomain GeneralizationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Lookahead 설명 없음

Similar Papers 제목 키워드 기반

Normalized Flat Minima: Exploring Scale Invariant Definition of Flat Minima for Neural Networks using PAC-Bayesian Analysis

2019-01-15 · ICML 2020 1 · Yusuke Tsuzuku, Issei Sato, Masashi Sugiyama

The notion of flat minima has played a key role in the generalization studies of deep learning models. However, existing definitions of the flatness are known to be sensitive to the rescaling of parameters. The issue sug…

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 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 외

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 lo…

Domain Generalization

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

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