paper-with-me

홈 › Papers

FoundCause: Causal Discovery with Latent Confounders from Observational Data

2026-06-16 · Patrick Blöbaum, Krishnakumar Balasubramanian, Shiva Prasad Kasiviswanathan arxiv

Causal discovery from observational data remains challenging due to the need to recover directed structure and latent confounding without interventions. We propose FoundCause, an amortized causal discovery model trained entirely on synthetic data that maps datasets directly to causal graphs in a single forward pass. By learning from large collections of simulated structural causal models, FoundCause captures transferable statistical patterns that generalize beyond individual datasets. The architecture incorporates several key inductive biases for causal discovery. It uses a permutation-invariant transformer encoder with alternating attention over samples and variables to jointly model cross-variable dependence and per-variable distributions. Pairwise statistical features derived from classical asymmetry measures are injected through statistics-conditioned attention, guiding the model toward known causal signals. A factorized decoder separates edge existence from direction, while a triangular refinement module enables reasoning over higher-order causal motifs such as chains and colliders. In addition, a dedicated confounder module based on learnable latent tokens explicitly models hidden common causes, and the model explicitly handles missing data via its masked input representation. To our knowledge, FoundCause is the first amortized causal discovery approach to explicitly model latent confounding. FoundCause outperforms 11 classical non-amortized methods (e.g., PC, GES, NOTEARS-style optimization) and 4 amortized causal discovery methods on 15 real-world datasets, achieving +9.6% improvement in $F_1$, +1.2% in AUROC, and an 18.9% reduction in structural Hamming distance relative to the strongest non-amortized methods, while performing inference in a single forward pass.

📄 PDF Abstract BibTeX arXiv:2606.17516

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Characterization and Learning of Causal Graphs with Latent Confounders and Post-treatment Selection from Interventional Data

2025-09-30 · Gongxu Luo, Loka Li, Guangyi Chen, Haoyue Dai 외 arxiv

Interventional causal discovery seeks to identify causal relations by leveraging distributional changes introduced by interventions, even in the presence of latent confounders. Beyond the spurious dependencies induced by…

Causal Effect Inference with Deep Latent-Variable Models

2017-05-24 · NeurIPS 2017 12 · Christos Louizos, Uri Shalit, Joris Mooij, David Sontag 외

Learning individual-level causal effects from observational data, such as inferring the most effective medication for a specific patient, is a problem of growing importance for policy makers. The most important aspect of…

Causal Inference

Relational Causal Discovery with Latent Confounders

2025-07-02 · Matteo Negro, Andrea Piras, Ragib Ahsan, David Arbour 외 arxiv

Estimating causal effects from real-world relational data can be challenging when the underlying causal model and potential confounders are unknown. While several causal discovery algorithms exist for learning causal mod…

Causal Inference

Causal discovery of linear non-Gaussian acyclic models in the presence of latent confounders

2020-01-13 · Takashi Nicholas Maeda, Shohei Shimizu

Causal discovery from data affected by latent confounders is an important and difficult challenge. Causal functional model-based approaches have not been used to present variables whose relationships are affected by late…

Causal Discovery

MDL Meets Latent Confounders: LNML-based Causal Discovery

2026-07-05 · Zhongyi Que, Shin Matsushima, Kenji Yamanishi arxiv

Causal discovery with nonlinear mechanisms and latent confounders remains challenging. Existing methods often rely on either linear assumptions or causal sufficiency, limiting their applicability. We propose an MDL-based…