paper-with-me

홈 › Papers

A Causal Inspired Early-Branching Structure for Domain Generalization

2024-03-13 · Liang Chen, Yong Zhang, Yibing Song, Zhen Zhang, Lingqiao Liu

Learning domain-invariant semantic representations is crucial for achieving domain generalization (DG), where a model is required to perform well on unseen target domains. One critical challenge is that standard training often results in entangled semantic and domain-specific features. Previous works suggest formulating the problem from a causal perspective and solving the entanglement problem by enforcing marginal independence between the causal (\ie semantic) and non-causal (\ie domain-specific) features. Despite its simplicity, the basic marginal independent-based idea alone may be insufficient to identify the causal feature. By d-separation, we observe that the causal feature can be further characterized by being independent of the domain conditioned on the object, and we propose the following two strategies as complements for the basic framework. First, the observation implicitly implies that for the same object, the causal feature should not be associated with the non-causal feature, revealing that the common practice of obtaining the two features with a shared base feature extractor and two lightweight prediction heads might be inappropriate. To meet the constraint, we propose a simple early-branching structure, where the causal and non-causal feature obtaining branches share the first few blocks while diverging thereafter, for better structure design; Second, the observation implies that the causal feature remains invariant across different domains for the same object. To this end, we suggest that augmentation should be incorporated into the framework to better characterize the causal feature, and we further suggest an effective random domain sampling scheme to fulfill the task. Theoretical and experimental results show that the two strategies are beneficial for the basic marginal independent-based framework. Code is available at \url{https://github.com/liangchen527/CausEB}.

📄 PDF Abstract BibTeX arXiv:2403.08649

Code (1)

liangchen527/causeb 공식 구현 pytorch

Tasks

Domain Generalization

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

MindCraft: How Concept Trees Take Shape In Deep Models

2025-09-26 · Bowei Tian, Yexiao He, Wanghao Ye, Ziyao Wang 외 arxiv

Large-scale foundation models demonstrate strong performance across language, vision, and reasoning tasks. However, how they internally structure and stabilize concepts remains elusive. Inspired by causal inference, we i…

Medical DiagnosisCausal Inference

Causal Discovery from Poisson Branching Structural Causal Model Using High-Order Cumulant with Path Analysis

2024-03-25 · Jie Qiao, Yu Xiang, Zhengming Chen, Ruichu Cai 외

Count data naturally arise in many fields, such as finance, neuroscience, and epidemiology, and discovering causal structure among count data is a crucial task in various scientific and industrial scenarios. One of the m…

Causal DiscoveryEpidemiology

A Learning based Branch and Bound for Maximum Common Subgraph Problems

2019-05-15 · Yan-li Liu, Chu-min Li, Hua Jiang, Kun He

Branch-and-bound (BnB) algorithms are widely used to solve combinatorial problems, and the performance crucially depends on its branching heuristic.In this work, we consider a typical problem of maximum common subgraph (…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

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

AI-Assisted Causal Pathway Diagram for Human-Centered Design

2024-03-12 · Ruican Zhong, Donghoon Shin, Rosemary Meza, Predrag Klasnja 외

This paper explores the integration of causal pathway diagrams (CPD) into human-centered design (HCD), investigating how these diagrams can enhance the early stages of the design process. A dedicated CPD plugin for the o…