paper-with-me

Papers

Sample, estimate, aggregate: A recipe for causal discovery foundation models

2024-02-02 · Menghua Wu, Yujia Bao, Regina Barzilay, Tommi Jaakkola

Causal discovery, the task of inferring causal structure from data, has the potential to uncover mechanistic insights from biological experiments, especially those involving perturbations. However, causal discovery algorithms over larger sets of variables tend to be brittle against misspecification or when data are limited. For example, single-cell transcriptomics measures thousands of genes, but the nature of their relationships is not known, and there may be as few as tens of cells per intervention setting. To mitigate these challenges, we propose a foundation model-inspired approach: a supervised model trained on large-scale, synthetic data to predict causal graphs from summary statistics -- like the outputs of classical causal discovery algorithms run over subsets of variables and other statistical hints like inverse covariance. Our approach is enabled by the observation that typical errors in the outputs of a discovery algorithm remain comparable across datasets. Theoretically, we show that the model architecture is well-specified, in the sense that it can recover a causal graph consistent with graphs over subsets. Empirically, we train the model to be robust to misspecification and distribution shift using diverse datasets. Experiments on biological and synthetic data confirm that this model generalizes well beyond its training set, runs on graphs with hundreds of variables in seconds, and can be easily adapted to different underlying data assumptions.

📄 PDF Abstract BibTeX arXiv:2402.01929

Code (1)

rmwu/sea 공식 구현 pytorch

Tasks

Causal Discovery

Similar Papers 제목 키워드 기반

Stable Causal Discovery via Directed Acyclic Graph Aggregation

2026-05-18 · Yunan Wu, Yue Wang, Chunlin Li, Chenglong Ye arxiv

Directed Acyclic Graphs (DAGs) are central to uncovering causal structure in complex systems, yet learning a single DAG from data is often challenging: model uncertainty, finite samples, and a combinatorially large searc…

Causal discovery for observational sciences using supervised machine learning

2022-02-25 · Anne Helby Petersen, Joseph Ramsey, Claus Thorn Ekstrøm, Peter Spirtes

Causal inference can estimate causal effects, but unless data are collected experimentally, statistical analyses must rely on pre-specified causal models. Causal discovery algorithms are empirical methods for constructin…

BIG-bench Machine LearningCausal DiscoveryCausal Inference

Efficient Ensemble Conditional Independence Test Framework for Causal Discovery

2025-09-25 · Zhengkang Guan, Kun Kuang arxiv

Constraint-based causal discovery relies on numerous conditional independence tests (CITs), but its practical applicability is severely constrained by the prohibitive computational cost, especially as CITs themselves hav…

CauSight: Learning to Supersense for Visual Causal Discovery

2025-12-01 · Yize Zhang, Meiqi Chen, Sirui Chen, Bo Peng 외 arxiv

Causal thinking enables humans to understand not just what is seen, but why it happens. To replicate this capability in modern AI systems, we introduce the task of visual causal discovery. It requires models to infer cau…

Reinforcement Learning

Causal Ensemble Agent: Hierarchical Causal Discovery with LLM-guided Expert Reweighting

2026-06-09 · Xinyu Li, Yuanyuan Wang, Haoxuan Li, Chuan Zhou 외 arxiv

Causal discovery aims to uncover causal structures from observational data, which is crucial for real-world decision-making. However, different causal discovery algorithms can produce divergent results that conflict with…