Kolmogorov-Arnold causal generative models

arXiv cs.LG / 3/23/2026

📰 NewsIdeas & Deep AnalysisModels & Research

Key Points

  • KaCGM introduces a causal generative model for mixed-type tabular data where each structural equation is parameterized by a Kolmogorov–Arnold Network (KAN), enabling principled causal reasoning and interpretability.
  • The decomposition allows direct inspection of learned causal mechanisms, including symbolic approximations and visualization of parent–child relationships, improving auditability in high-stakes settings.
  • A validation pipeline based on distributional matching and independence diagnostics of inferred exogenous variables enables assessment using observational data alone.
  • Experiments on synthetic and semi-synthetic benchmarks show competitive performance against state-of-the-art methods, with a real-world cardiovascular case study demonstrating interpretable causal effects and simplified structural equations.
  • The work provides code (GitHub) to support reproducibility and practical adoption in tabular decision-making environments.

Abstract

Causal generative models provide a principled framework for answering observational, interventional, and counterfactual queries from observational data. However, many deep causal models rely on highly expressive architectures with opaque mechanisms, limiting auditability in high-stakes domains. We propose KaCGM, a causal generative model for mixed-type tabular data where each structural equation is parameterized by a Kolmogorov--Arnold Network (KAN). This decomposition enables direct inspection of learned causal mechanisms, including symbolic approximations and visualization of parent--child relationships, while preserving query-agnostic generative semantics. We introduce a validation pipeline based on distributional matching and independence diagnostics of inferred exogenous variables, allowing assessment using observational data alone. Experiments on synthetic and semi-synthetic benchmarks show competitive performance against state-of-the-art methods. A real-world cardiovascular case study further demonstrates the extraction of simplified structural equations and interpretable causal effects. These results suggest that expressive causal generative modeling and functional transparency can be achieved jointly, supporting trustworthy deployment in tabular decision-making settings. Code: https://github.com/aalmodovares/kacgm