LGMLJun 5, 2023

Discovering Dynamic Causal Space for DAG Structure Learning

arXiv:2306.02822v312 citationsh-index: 57
Originality Incremental advance
AI Analysis

This work addresses a fundamental challenge in causal discovery for machine learning practitioners, offering an incremental improvement by enhancing existing differentiable DAG learners with structure-aware measures.

The paper tackles the problem of discovering causal structure from observational data by proposing CASPER, a dynamic causal space that integrates graph structure into the score function for DAG learning, resulting in improved accuracy and robustness over state-of-the-art methods as validated by experiments on synthetic and real-world datasets.

Discovering causal structure from purely observational data (i.e., causal discovery), aiming to identify causal relationships among variables, is a fundamental task in machine learning. The recent invention of differentiable score-based DAG learners is a crucial enabler, which reframes the combinatorial optimization problem into a differentiable optimization with a DAG constraint over directed graph space. Despite their great success, these cutting-edge DAG learners incorporate DAG-ness independent score functions to evaluate the directed graph candidates, lacking in considering graph structure. As a result, measuring the data fitness alone regardless of DAG-ness inevitably leads to discovering suboptimal DAGs and model vulnerabilities. Towards this end, we propose a dynamic causal space for DAG structure learning, coined CASPER, that integrates the graph structure into the score function as a new measure in the causal space to faithfully reflect the causal distance between estimated and ground truth DAG. CASPER revises the learning process as well as enhances the DAG structure learning via adaptive attention to DAG-ness. Grounded by empirical visualization, CASPER, as a space, satisfies a series of desired properties, such as structure awareness and noise robustness. Extensive experiments on both synthetic and real-world datasets clearly validate the superiority of our CASPER over the state-of-the-art causal discovery methods in terms of accuracy and robustness.

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