CausalFormer: An Interpretable Transformer for Temporal Causal Discovery
Lingbai Kong, Wengen Li, Hanchen Yang, Yichao Zhang, Jihong Guan,, Shuigeng Zhou

TL;DR
CausalFormer is an interpretable transformer model designed for temporal causal discovery, leveraging a causality-aware transformer and a decomposition-based detector to uncover causal relations in time series data with state-of-the-art accuracy.
Contribution
The paper introduces CausalFormer, a novel interpretable transformer architecture that comprehensively utilizes deep learning components for causal discovery in time series.
Findings
Achieves state-of-the-art performance on synthetic, simulated, and real datasets.
Effectively interprets causal relations using regression relevance propagation.
Outperforms existing methods in temporal causal discovery tasks.
Abstract
Temporal causal discovery is a crucial task aimed at uncovering the causal relations within time series data. The latest temporal causal discovery methods usually train deep learning models on prediction tasks to uncover the causality between time series. They capture causal relations by analyzing the parameters of some components of the trained models, e.g., attention weights and convolution weights. However, this is an incomplete mapping process from the model parameters to the causality and fails to investigate the other components, e.g., fully connected layers and activation functions, that are also significant for causal discovery. To facilitate the utilization of the whole deep learning models in temporal causal discovery, we proposed an interpretable transformer-based causal discovery model termed CausalFormer, which consists of the causality-aware transformer and the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsBayesian Modeling and Causal Inference · Data Quality and Management · Semantic Web and Ontologies
MethodsSoftmax · Attention Is All You Need · Causal Convolution · Convolution
