paper-with-me

Papers

Domain Generalization with Small Data

2024-02-09 · Kecheng Chen, Elena Gal, Hong Yan, Haoliang Li

In this work, we propose to tackle the problem of domain generalization in the context of \textit{insufficient samples}. Instead of extracting latent feature embeddings based on deterministic models, we propose to learn a domain-invariant representation based on the probabilistic framework by mapping each data point into probabilistic embeddings. Specifically, we first extend empirical maximum mean discrepancy (MMD) to a novel probabilistic MMD that can measure the discrepancy between mixture distributions (i.e., source domains) consisting of a series of latent distributions rather than latent points. Moreover, instead of imposing the contrastive semantic alignment (CSA) loss based on pairs of latent points, a novel probabilistic CSA loss encourages positive probabilistic embedding pairs to be closer while pulling other negative ones apart. Benefiting from the learned representation captured by probabilistic models, our proposed method can marriage the measurement on the \textit{distribution over distributions} (i.e., the global perspective alignment) and the distribution-based contrastive semantic alignment (i.e., the local perspective alignment). Extensive experimental results on three challenging medical datasets show the effectiveness of our proposed method in the context of insufficient data compared with state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2402.06150

Code (0)

등록된 구현이 없습니다.

Tasks

Domain Generalization

Similar Papers 제목 키워드 기반

Enhancing Generalization in Chain of Thought Reasoning for Smaller Models

2025-01-16 · Maxwell J. Yin, Dingyi Jiang, Yongbing Chen, Boyu Wang 외

Chain-of-Thought (CoT) reasoning in smaller language models is a challenging natural language process problem yet highly desirable in many real-life applications. Existing CoT knowledge distillation methods often suffer …

Knowledge DistillationMemorizationPrompt Engineering

Set Valued Predictions For Robust Domain Generalization

2025-07-03 · Ron Tsibulsky, Daniel Nevo, Uri Shalit arxiv

Despite the impressive advancements in modern machine learning, achieving robustness in Domain Generalization (DG) tasks remains a significant challenge. In DG, models are expected to perform well on samples from unseen …

Domain Generalization

On Size Generalization in Graph Neural Networks

2020-09-28 · Gilad Yehudai, Ethan Fetaya, Eli Meirom, Gal Chechik 외

Graph neural networks (GNNs) can process graphs of different sizes but their capacity to generalize across sizes is still not well understood. Size generalization is key to numerous GNN applications, from solving combina…

Combinatorial OptimizationDomain AdaptationSelf-Supervised Learning

Domain Adversarial Active Learning for Domain Generalization Classification

2024-03-10 · Jianting Chen, Ling Ding, Yunxiao Yang, Zaiyuan Di 외

Domain generalization models aim to learn cross-domain knowledge from source domain data, to improve performance on unknown target domains. Recent research has demonstrated that diverse and rich source domain samples can…

Active LearningClassificationDomain Generalization

Sharpness-Aware Gradient Matching for Domain Generalization

2023-03-18 · CVPR 2023 1 · Pengfei Wang, Zhaoxiang Zhang, Zhen Lei, Lei Zhang

The goal of domain generalization (DG) is to enhance the generalization capability of the model learned from a source domain to other unseen domains. The recently developed Sharpness-Aware Minimization (SAM) method aims …

Domain Generalization