paper-with-me

Papers

TriOpt: A Scalable Algorithm for Linear Causal Discovery

2026-05-17 · Rafat Ashraf Joy, Elena Zheleva arxiv

Learning causal relations from observational data is challenging because the graph search space grows super-exponentially with the number of variables. Ordering-based methods reduce this space by first identifying the topological ordering, whereas continuous optimization methods explore most likely regions of the space by casting DAG learning as a differentiable objective with an acyclicity constraint. Despite their conceptual appeal, both paradigms face significant scalability limitations in high-dimensional settings, restricting their practical applicability. In this work, we introduce a new formulation for linear causal discovery that tightly integrates these two paradigms to achieve substantial gains in scalability without sacrificing accuracy. Our approach, TriOpt, decomposes the problem into two efficient stages. First, it recovers the topological ordering by exploiting the Sherman-Morrison rank-1 downdate together with the additive structure of linear kernels, enabling fast and scalable ordering estimation. Second, given this ordering, we reformulate structure learning as a convex continuous optimization problem that entirely avoids the need for enforcing costly acyclicity constraints. We theoretically show that, under the true ordering, TriOpt exactly recovers the underlying linear DAG. Empirically, across synthetic, semi-synthetic, and real-world datasets, TriOpt achieves orders-of-magnitude speedups over state-of-the-art linear causal discovery methods in high-dimensional regimes, while maintaining comparable or superior accuracy.

📄 PDF Abstract BibTeX arXiv:2605.17465

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Score matching enables causal discovery of nonlinear additive noise models

2022-03-08 · Paul Rolland, Volkan Cevher, Matthäus Kleindessner, Chris Russel 외

This paper demonstrates how to recover causal graphs from the score of the data distribution in non-linear additive (Gaussian) noise models. Using score matching algorithms as a building block, we show how to design a ne…

Causal Discovery

Scalable Causal Discovery with Score Matching

2023-04-06 · Francesco Montagna, Nicoletta Noceti, Lorenzo Rosasco, Kun Zhang 외

This paper demonstrates how to discover the whole causal graph from the second derivative of the log-likelihood in observational non-linear additive Gaussian noise models. Leveraging scalable machine learning approaches …

Causal Discovery

Optimizing VarLiNGAM for Scalable and Efficient Time Series Causal Discovery

2024-09-09 · Ziyang Jiao, Ce Guo, Wayne Luk

Causal discovery identifies causal relationships in data, but the task is more complex for multivariate time series due to the computational demands of methods like VarLiNGAM, which combines a Vector Autoregressive Model…

Causal DiscoveryGPUTime Series

Integrating Background Knowledge for Scalable Causal Discovery

2026-07-11 · Mátyás Schubert, Theofanis Aslanidis, Tom Claassen, Sara Magliacane arxiv

Expert background knowledge is often available in practical applications of causal discovery. Such constraints on the true causal graph can help causal discovery in terms of identifiability of causal effects and accuracy…

Efficient Causal Discovery for Autoregressive Time Series

2025-07-10 · Mohammad Fesanghary, Achintya Gopal arxiv

In this study, we present a novel constraint-based algorithm for causal structure learning specifically designed for nonlinear autoregressive time series. Our algorithm significantly reduces computational complexity comp…

Causal Inference