paper-with-me

홈 › Papers

Diversity Boosted Learning for Domain Generalization with Large Number of Domains

2022-07-28 · Xi Leng, Xiaoying Tang, Yatao Bian

Machine learning algorithms minimizing the average training loss usually suffer from poor generalization performance due to the greedy exploitation of correlations among the training data, which are not stable under distributional shifts. It inspires various works for domain generalization (DG), where a series of methods, such as Causal Matching and FISH, work by pairwise domain operations. They would need $O(n^2)$ pairwise domain operations with $n$ domains, where each one is often highly expensive. Moreover, while a common objective in the DG literature is to learn invariant representations against domain-induced spurious correlations, we highlight the importance of mitigating spurious correlations caused by objects. Based on the observation that diversity helps mitigate spurious correlations, we propose a Diversity boosted twO-level saMplIng framework (DOMI) utilizing Determinantal Point Processes (DPPs) to efficiently sample the most informative ones among large number of domains. We show that DOMI helps train robust models against spurious correlations from both domain-side and object-side, substantially enhancing the performance of the backbone DG algorithms on rotated MNIST, rotated Fashion MNIST, and iwildcam datasets.

📄 PDF Abstract BibTeX arXiv:2207.13865

Code (0)

등록된 구현이 없습니다.

Tasks

DiversityDomain GeneralizationPoint ProcessesRotated MNIST

Similar Papers 제목 키워드 기반

Diversity-boosted Generalization-Specialization Balancing for Zero-shot Learning

2022-01-06 · Yun Li, Zhe Liu, Xiaojun Chang, Julian McAuley 외

Zero-Shot Learning (ZSL) aims to transfer classification capability from seen to unseen classes. Recent methods have proved that generalization and specialization are two essential abilities to achieve good performance i…

DiversityMeta-LearningNetwork PruningZero-Shot Learning

Improving Diversity with Adversarially Learned Transformations for Domain Generalization

2022-06-15 · Tejas Gokhale, Rushil Anirudh, Jayaraman J. Thiagarajan, Bhavya Kailkhura 외

To be successful in single source domain generalization, maximizing diversity of synthesized domains has emerged as one of the most effective strategies. Many of the recent successes have come from methods that pre-speci…

DiversityDomain GeneralizationSingle-Source Domain Generalization

Do Neural Networks Generalize from Self-Averaging Sub-classifiers in the Same Way As Adaptive Boosting?

2023-02-14 · Michael Sun, Peter Chatain

In recent years, neural networks (NNs) have made giant leaps in a wide variety of domains. NNs are often referred to as black box algorithms due to how little we can explain their empirical success. Our foundational rese…

Gradient Boosted Feature Selection

2019-01-13 · Zhixiang Eddie Xu, Gao Huang, Kilian Q. Weinberger, Alice X. Zheng

A feature selection algorithm should ideally satisfy four conditions: reliably extract relevant features; be able to identify non-linear feature interactions; scale linearly with the number of features and dimensions; al…

feature selection

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…