LGAIMEFeb 15, 2025

Learning Identifiable Structures Helps Avoid Bias in DNN-based Supervised Causal Learning

arXiv:2502.10883v11 citationsh-index: 28AISTATS
Originality Incremental advance
AI Analysis

This addresses bias issues in causal discovery for researchers and practitioners, offering a more reliable method, though it is incremental as it builds on existing supervised causal learning paradigms.

The paper tackles systematic bias in DNN-based supervised causal learning by proposing SiCL, which predicts identifiable causal structures like skeleton and v-structures, resulting in significant performance improvements over existing methods on synthetic and real-world benchmarks.

Causal discovery is a structured prediction task that aims to predict causal relations among variables based on their data samples. Supervised Causal Learning (SCL) is an emerging paradigm in this field. Existing Deep Neural Network (DNN)-based methods commonly adopt the "Node-Edge approach", in which the model first computes an embedding vector for each variable-node, then uses these variable-wise representations to concurrently and independently predict for each directed causal-edge. In this paper, we first show that this architecture has some systematic bias that cannot be mitigated regardless of model size and data size. We then propose SiCL, a DNN-based SCL method that predicts a skeleton matrix together with a v-tensor (a third-order tensor representing the v-structures). According to the Markov Equivalence Class (MEC) theory, both the skeleton and the v-structures are identifiable causal structures under the canonical MEC setting, so predictions about skeleton and v-structures do not suffer from the identifiability limit in causal discovery, thus SiCL can avoid the systematic bias in Node-Edge architecture, and enable consistent estimators for causal discovery. Moreover, SiCL is also equipped with a specially designed pairwise encoder module with a unidirectional attention layer to model both internal and external relationships of pairs of nodes. Experimental results on both synthetic and real-world benchmarks show that SiCL significantly outperforms other DNN-based SCL approaches.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes