Towards Data Science

Granger Causal Networks and Indirect Feedback

A non-parametric variable selection for Structural VARs The post Granger Causal Networks and Indirect Feedback appeared first on Towards Data Science .

arXiv Machine Learning
Jul 7

Granger Causality in Extremes

arXiv:2407. 09632v3 Announce Type: replace-cross Abstract: We introduce a rigorous mathematical framework for Granger causality in extremes, designed to identify causal links from extreme events in time series.

By Juraj Bodik, Olivier C. Pasche
arXiv Machine Learning
Jun 5

From Causal Discovery to Dynamic Causal Inference in Neural Time Series

arXiv:2603. 20980v3 Announce Type: replace Abstract: Time-varying causal models provide a powerful framework for studying dynamic scientific systems, yet most existing approaches assume that the underlying causal network is known a priori - an assumption rarely satisfied in real-world domains where causal structure is uncertain, evolving, or only indirectly observable.

By Dmitry Zaytsev, Valentina Kuskova, Michael Coppedge
arXiv AI
Jun 16

Prediction Bottlenecks Don't Discover Causal Structure (But Here's What They Actually Do)

arXiv:2605. 09169v2 Announce Type: replace-cross Abstract: A Mamba state-space model trained only for next-step prediction appears to recover Granger-causal structure through a simple readout $S = |W_{out} W_{in}|$, with early experiments suggesting the phenomenon generalized across architectures and benefited from interventional data at $p < 10^{-5}$.

By Ankit Hemant Lade, Sai Krishna Jasti, Indar Kumar, Aman Chadha
Hugging Face Trending Papers
Jul 27

Causal-TS: A Python Library for Causal Discovery in High-Dimensional and Nonstationary Time Series

We describe Causal-TS, an open-source Python library for causal discovery in high-dimensional and nonstationary multivariate time series. Causal-TS provides four specialized algorithms-CDNOTS, CDNOTS+, CEDAR, and GRACE-along with wrappers for GES, Granger, LASSO-VAR, and LGES, all sharing a unified conditional independence (CI) test layer with GPU acceleration via PyTorch.