paper-with-me

홈 › Papers

Causality Inspired Representation Learning for Domain Generalization

2022-03-27 · CVPR 2022 1 · Fangrui Lv, Jian Liang, Shuang Li, Bin Zang, Chi Harold Liu, Ziteng Wang, Di Liu

Domain generalization (DG) is essentially an out-of-distribution problem, aiming to generalize the knowledge learned from multiple source domains to an unseen target domain. The mainstream is to leverage statistical models to model the dependence between data and labels, intending to learn representations independent of domain. Nevertheless, the statistical models are superficial descriptions of reality since they are only required to model dependence instead of the intrinsic causal mechanism. When the dependence changes with the target distribution, the statistic models may fail to generalize. In this regard, we introduce a general structural causal model to formalize the DG problem. Specifically, we assume that each input is constructed from a mix of causal factors (whose relationship with the label is invariant across domains) and non-causal factors (category-independent), and only the former cause the classification judgments. Our goal is to extract the causal factors from inputs and then reconstruct the invariant causal mechanisms. However, the theoretical idea is far from practical of DG since the required causal/non-causal factors are unobserved. We highlight that ideal causal factors should meet three basic properties: separated from the non-causal ones, jointly independent, and causally sufficient for the classification. Based on that, we propose a Causality Inspired Representation Learning (CIRL) algorithm that enforces the representations to satisfy the above properties and then uses them to simulate the causal factors, which yields improved generalization ability. Extensive experimental results on several widely used datasets verify the effectiveness of our approach.

📄 PDF Abstract BibTeX arXiv:2203.14237

Code (1)

bit-da/cirl 공식 구현 pytorch

Tasks

Domain GeneralizationRepresentation Learning

Similar Papers 제목 키워드 기반

Mitigating Stethoscope-Induced Shortcuts in Respiratory Sound Classification under Federated Domain Generalization with Causality-Inspired Interventions

2026-05-28 · Heejoon Koo, Yoon Tae Kim, Miika Toikkanen, June-Woo Kim arxiv

AI-driven respiratory sound classification (RSC) is promising for automated pulmonary disease detection, yet multi-site deployment is hindered by inter-stethoscope variability. We introduce a federated domain generalizat…

Domain GeneralizationFederated LearningData Augmentation

CURVE: Learning Causality-Inspired Invariant Representations for Robust Scene Understanding via Uncertainty-Guided Regularization

2026-01-28 · Yue Liang, Jiatong Du, Ziyi Yang, Yanjun Huang 외 arxiv

Scene graphs provide structured abstractions for scene understanding, yet they often overfit to spurious correlations, severely hindering out-of-distribution generalization. To address this limitation, we propose CURVE, …

Scene Understanding

Causality-inspired Latent Feature Augmentation for Single Domain Generalization

2024-06-10 · Jian Xu, Chaojie Ji, Yankai Cao, Ye Li 외

Single domain generalization (Single-DG) intends to develop a generalizable model with only one single training domain to perform well on other unknown target domains. Under the domain-hungry configuration, how to expand…

Domain Generalization

CauDR: A Causality-inspired Domain Generalization Framework for Fundus-based Diabetic Retinopathy Grading

2023-09-27 · Hao Wei, Peilun Shi, Juzheng Miao, Minqing Zhang 외

Diabetic retinopathy (DR) is the most common diabetic complication, which usually leads to retinal damage, vision loss, and even blindness. A computer-aided DR grading system has a significant impact on helping ophthalmo…

Diabetic Retinopathy GradingDomain Generalization

Deconfounding Causal Inference through Two-Branch Framework with Early-Forking for Sensor-Based Cross-Domain Activity Recognition

2025-07-05 · Di Xiong, Lei Zhang, Shuoyuan Wang, Dongzhou Cheng 외 arxiv

Recently, domain generalization (DG) has emerged as a promising solution to mitigate distribution-shift issue in sensor-based human activity recognition (HAR) scenario. However, most existing DG-based works have merely f…

Human Activity RecognitionRepresentation LearningDomain GeneralizationCausal Inference