pith. sign in

arxiv: 2404.06969 · v3 · pith:6XPAHYYHnew · submitted 2024-04-10 · 💻 cs.LG · stat.ML

A Fixed-Point Approach for Causal Generative Modeling

classification 💻 cs.LG stat.ML
keywords causalgenerativedesignfixed-pointformalismgeneratedgithubgraphs
0
0 comments X
read the original abstract

We propose a novel formalism for describing Structural Causal Models (SCMs) as fixed-point problems on causally ordered variables, eliminating the need for Directed Acyclic Graphs (DAGs), and establish the weakest known conditions for their unique recovery given the topological ordering (TO). Based on this, we design a two-stage causal generative model that first infers in a zero-shot manner a valid TO from observations, and then learns the generative SCM on the ordered variables. To infer TOs, we propose to amortize the learning of TOs on synthetically generated datasets by sequentially predicting the leaves of graphs seen during training. To learn SCMs, we design a transformer-based architecture that exploits a new attention mechanism enabling the modeling of causal structures, and show that this parameterization is consistent with our formalism. Finally, we conduct an extensive evaluation of each method individually, and show that when combined, our model outperforms various baselines on generated out-of-distribution problems. The code is available on \href{https://github.com/microsoft/causica/tree/main/research_experiments/fip}{Github}.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Time Series Causal Discovery via Context-Conditioned and Causality-Augmented Pretraining

    cs.LG 2026-05 unverdicted novelty 6.0

    PTCD pretrains on synthetic time series with intervention learning and causal mixup to enable better causal discovery and root cause identification on out-of-distribution real data.