Humanoid-inspired Causal Representation Learning for Domain Generalization
Ze Tao, Jian Zhang, Haowei Li, Xianshuai Li, Yifei Peng, Xiyao Liu, Senzhang Wang, Chao Liu, Sheng Ren, Shichao Zhang
TL;DR
The paper tackles domain generalization by introducing the Humanoid-inspired Structural Causal Model (HSCM), which mimics human visual processing to learn fine-grained causal mechanisms. It decomposes images into color, texture, and shape representations via targeted extractors, applies causal interventions and adaptive data transformations, and optimizes a reweighted ELBO-based DAG discovery objective to identify invariant causal structure between source and target domains. The approach is theoretically grounded, with Theorems 1 and 2 guaranteeing classifier minimax optimality and identifiability of the causal graph, and empirically validated on diverse DG benchmarks where HSCM consistently outperforms state-of-the-art baselines and offers interpretable visualizations (CAMs, t-SNE) of its factorized decisions. The work advances robust, interpretable domain generalization by linking causal inference with humanoid-inspired, hierarchical feature processing, and suggests directions for future improvements in flexibility and efficiency.$
Abstract
This paper proposes the Humanoid-inspired Structural Causal Model (HSCM), a novel causal framework inspired by human intelligence, designed to overcome the limitations of conventional domain generalization models. Unlike approaches that rely on statistics to capture data-label dependencies and learn distortion-invariant representations, HSCM replicates the hierarchical processing and multi-level learning of human vision systems, focusing on modeling fine-grained causal mechanisms. By disentangling and reweighting key image attributes such as color, texture, and shape, HSCM enhances generalization across diverse domains, ensuring robust performance and interpretability. Leveraging the flexibility and adaptability of human intelligence, our approach enables more effective transfer and learning in dynamic, complex environments. Through both theoretical and empirical evaluations, we demonstrate that HSCM outperforms existing domain generalization models, providing a more principled method for capturing causal relationships and improving model robustness. The code is available at https://github.com/lambett/HSCM.
