paper-with-me

홈 › Papers

Gradient-Guided Annealing for Domain Generalization

2025-02-27 · CVPR 2025 1 · Aristotelis Ballas, Christos Diou

Domain Generalization (DG) research has gained considerable traction as of late, since the ability to generalize to unseen data distributions is a requirement that eludes even state-of-the-art training algorithms. In this paper we observe that the initial iterations of model training play a key role in domain generalization effectiveness, since the loss landscape may be significantly different across the training and test distributions, contrary to the case of i.i.d. data. Conflicts between gradients of the loss components of each domain lead the optimization procedure to undesirable local minima that do not capture the domain-invariant features of the target classes. We propose alleviating domain conflicts in model optimization, by iteratively annealing the parameters of a model in the early stages of training and searching for points where gradients align between domains. By discovering a set of parameter values where gradients are updated towards the same direction for each data distribution present in the training set, the proposed Gradient-Guided Annealing (GGA) algorithm encourages models to seek out minima that exhibit improved robustness against domain shifts. The efficacy of GGA is evaluated on five widely accepted and challenging image classification domain generalization benchmarks, where its use alone is able to establish highly competitive or even state-of-the-art performance. Moreover, when combined with previously proposed domain-generalization algorithms it is able to consistently improve their effectiveness by significant margins.

📄 PDF Abstract BibTeX arXiv:2502.20162

Code (1)

aristotelisballas/gga 공식 구현 pytorch

Tasks

Domain Generalizationimage-classificationImage ClassificationModel Optimization

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Finetune Once: Decoupling General & Domain Learning with Dynamic Boosted Annealing

2025-09-30 · Yang Tang, Ruijie Liu, Yifan Wang, Shiyu Li 외 arxiv

Large language models (LLMs) fine-tuning shows excellent implications. However, vanilla fine-tuning methods often require intricate data mixture and repeated experiments for optimal generalization. To address these chall…

Shape Guided Gradient Voting for Domain Generalization

2023-06-19 · Jiaqi Xu, Yuwang Wang, Xuejin Chen

Domain generalization aims to address the domain shift between training and testing data. To learn the domain invariant representations, the model is usually trained on multiple domains. It has been found that the gradie…

Domain Generalizationimage-classificationImage Classification

Uniform Generalization Bound on Time and Inverse Temperature for Gradient Descent Algorithm and its Application to Analysis of Simulated Annealing

2022-05-25 · Keisuke Suzuki

In this paper, we propose a novel uniform generalization bound on the time and inverse temperature for stochastic gradient Langevin dynamics (SGLD) in a non-convex setting. While previous works derive their generalizatio…

Generalization Bounds

Feature Importance Guided Random Forest Learning with Simulated Annealing Based Hyperparameter Tuning

2025-10-31 · Kowshik Balasubramanian, Andre Williams, Ismail Butun arxiv

This paper introduces a novel framework for enhancing Random Forest classifiers by integrating probabilistic feature sampling and hyperparameter tuning via Simulated Annealing. The proposed framework exhibits substantial…

Feature ImportanceAnomaly Detection

SA-GD: Improved Gradient Descent Learning Strategy with Simulated Annealing

2021-07-15 · Zhicheng Cai

Gradient descent algorithm is the most utilized method when optimizing machine learning issues. However, there exists many local minimums and saddle points in the loss function, especially for high dimensional non-convex…

Ensemble Learning