paper-with-me

Papers

Single Domain Generalization with Model-aware Parametric Batch-wise Mixup

2025-02-22 · Marzi Heidari, Yuhong Guo

Single Domain Generalization (SDG) remains a formidable challenge in the field of machine learning, particularly when models are deployed in environments that differ significantly from their training domains. In this paper, we propose a novel data augmentation approach, named as Model-aware Parametric Batch-wise Mixup (MPBM), to tackle the challenge of SDG. MPBM deploys adversarial queries generated with stochastic gradient Langevin dynamics, and produces model-aware augmenting instances with a parametric batch-wise mixup generator network that is carefully designed through an innovative attention mechanism. By exploiting inter-feature correlations, the parameterized mixup generator introduces additional versatility in combining features across a batch of instances, thereby enhancing the capacity to generate highly adaptive and informative synthetic instances for specific queries. The synthetic data produced by this adaptable generator network, guided by informative queries, is expected to significantly enrich the representation space covered by the original training dataset and subsequently enhance the prediction model's generalizability across diverse and previously unseen domains. To prevent excessive deviation from the training data, we further incorporate a real-data alignment-based adversarial loss into the learning process of MPBM, regularizing any tendencies toward undesirable expansions. We conduct extensive experiments on several benchmark datasets. The empirical results demonstrate that by augmenting the training set with informative synthesis data, our proposed MPBM method achieves the state-of-the-art performance for single domain generalization.

📄 PDF Abstract BibTeX arXiv:2502.16064

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationDomain Generalization

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Mixup Mixup is a data augmentation technique that generates a weighted combination of random image pairs from the training data. Given two images and their ground truth labels:…
SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Semi-Parametric Batched Global Multi-Armed Bandits with Covariates

2025-03-01 · Sakshi Arya, Hyebin Song

The multi-armed bandits (MAB) framework is a widely used approach for sequential decision-making, where a decision-maker selects an arm in each round with the goal of maximizing long-term rewards. Moreover, in many pract…

Decision MakingMulti-Armed BanditsRecommendation SystemsSequential Decision Making

Learning to Generalize Unseen Domains via Memory-based Multi-Source Meta-Learning for Person Re-Identification

2020-12-01 · CVPR 2021 1 · Yuyang Zhao, Zhun Zhong, Fengxiang Yang, Zhiming Luo 외

Recent advances in person re-identification (ReID) obtain impressive accuracy in the supervised and unsupervised learning settings. However, most of the existing methods need to train a new model for a new domain by acce…

Domain GeneralizationMeta-LearningPerson Re-IdentificationUnsupervised Domain Adaptation

Batched Nonparametric Bandits via k-Nearest Neighbor UCB

2025-05-15 · Sakshi Arya

We study sequential decision-making in batched nonparametric contextual bandits, where actions are selected over a finite horizon divided into a small number of batches. Motivated by constraints in domains such as medici…

Decision MakingMarketingMulti-Armed BanditsSequential Decision Making

SPT: Semi-Parametric Prompt Tuning for Multitask Prompted Learning

2022-12-21 · M Saiful Bari, Aston Zhang, Shuai Zheng, Xingjian Shi 외

Pre-trained large language models can efficiently interpolate human-written prompts in a natural way. Multitask prompted learning can help generalization through a diverse set of tasks at once, thus enhancing the potenti…

Language ModelingLanguage Modellingparameter-efficient fine-tuningZero-shot Generalization

Context-Aware Self-Adaptation for Domain Generalization

2025-04-03 · Hao Yan, Yuhong Guo

Domain generalization aims at developing suitable learning algorithms in source training domains such that the model learned can generalize well on a different unseen testing domain. We present a novel two-stage approach…

Domain Generalization