paper-with-me

홈 › Papers

SIMPLE: Specialized Model-Sample Matching for Domain Generalization

2023-05-01 · International Conference on Learning Representations 2023 5 · Ziyue Li, Kan Ren, Xinyang Jiang, Yifei Shen, Haipeng Zhang, Dongsheng Li

In domain generalization (DG), most existing methods aspire to fine-tune a specific pretrained model through novel DG algorithms. In this paper, we propose an alternative direction, i.e., to efficiently leverage a pool of pretrained models without fine-tuning. Through extensive empirical and theoretical evidence, we demonstrate that (1) pretrained models have possessed generalization to some extent while there is no single best pretrained model across all distribution shifts, and (2) out-of-distribution (OOD) generalization error depends on the fitness between the pretrained model and unseen test distributions. This analysis motivates us to incorporate diverse pretrained models and to dispatch the best matched models for each OOD sample by means of recommendation techniques. To this end, we propose SIMPLE, a specialized model-sample matching method for domain generalization. First, the predictions of pretrained models are adapted to the target domain by a linear label space transformation. A matching network aware of model specialty is then proposed to dynamically recommend proper pretrained models to predict each test sample. The experiments on DomainBed show that our method achieves significant performance improvements (up to 12.2% for individual dataset and 3.9% on average) compared to state-of-the-art (SOTA) methods and further achieves 6.1% gain via enlarging the pretrained model pool. Moreover, our method is highly efficient and achieves more than 1000 times training speedup compared to the conventional DG methods with fine-tuning a pretrained model. Code and supplemental materials are available at https://seqml.github.io/simple.

📄 PDF Abstract BibTeX

Code (1)

microsoft/SeqML/tree/main/SIMPLE 공식 구현 pytorch

Tasks

Domain Generalizationmodel

Methods 이 논문이 사용한 방법론

Test 설명 없음
AWARE We propose to theoretically and empirically examine the effect of incorporating weighting schemes into walk-aggregating GNNs. To this end, we propose a simple, interpretable, and…

Similar Papers 제목 키워드 기반

Exploring Dualistic Meta-Learning to Enhance Domain Generalization in Open Set Scenarios

2026-06-22 · Xiran Wang, Jian Zhang, Lei Qi, Yang Gao 외 arxiv

Domain generalization learns from multiple source domains to generalize to unseen target domains. However, it often neglects the realistic case of label mismatch between source and target. Open set domain generalization …

Domain Generalization

Revisiting Domain Generalized Stereo Matching Networks from a Feature Consistency Perspective

2022-03-21 · CVPR 2022 1 · Jiawei Zhang, Xiang Wang, Xiao Bai, Chen Wang 외

Despite recent stereo matching networks achieving impressive performance given sufficient training data, they suffer from domain shifts and generalize poorly to unseen domains. We argue that maintaining feature consisten…

Contrastive LearningStereo Matching

RGM: A Robust Generalizable Matching Model

2023-10-18 · Songyan Zhang, Xinyu Sun, Hao Chen, Bo Li 외

Finding corresponding pixels within a pair of images is a fundamental computer vision task with various applications. Due to the specific requirements of different tasks like optical flow estimation and local feature mat…

modelOptical Flow Estimation

PanMatch: Unleashing the Potential of Large Vision Models for Unified Matching Models

2025-07-11 · Yongjian Zhang, Longguang Wang, Kunhong Li, Ye Zhang 외 arxiv

This work presents PanMatch, a versatile foundation model for robust correspondence matching. Unlike previous methods that rely on task-specific architectures and domain-specific fine-tuning to support tasks like stereo …

LFME: A Simple Framework for Learning from Multiple Experts in Domain Generalization

2024-10-22 · Liang Chen, Yong Zhang, Yibing Song, Zhiqiang Shen 외

Domain generalization (DG) methods aim to maintain good performance in an unseen target domain by using training data from multiple source domains. While success on certain occasions are observed, enhancing the baseline …

Domain Generalization