paper-with-me

Papers

Transformers with Sparse Attention for Granger Causality

2024-11-20 · Riya Mahesh, Rahul Vashisht, Chandrashekar Lakshminarayanan

Temporal causal analysis means understanding the underlying causes behind observed variables over time. Deep learning based methods such as transformers are increasingly used to capture temporal dynamics and causal relationships beyond mere correlations. Recent works suggest self-attention weights of transformers as a useful indicator of causal links. We leverage this to propose a novel modification to the self-attention module to establish causal links between the variables of multivariate time-series data with varying lag dependencies. Our Sparse Attention Transformer captures causal relationships using a two-fold approach - performing temporal attention first followed by attention between the variables across the time steps masking them individually to compute Granger Causality indices. The key novelty in our approach is the ability of the model to assert importance and pick the most significant past time instances for its prediction task against manually feeding a fixed time lag value. We demonstrate the effectiveness of our approach via extensive experimentation on several synthetic benchmark datasets. Furthermore, we compare the performance of our model with the traditional Vector Autoregression based Granger Causality method that assumes fixed lag length.

📄 PDF Abstract BibTeX arXiv:2411.13264

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Adam 설명 없음
Residual Connection 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

An Interpretable and Sparse Neural Network Model for Nonlinear Granger Causality Discovery

2017-11-22 · Alex Tank, Ian Cover, Nicholas J. Foti, Ali Shojaie 외

While most classical approaches to Granger causality detection repose upon linear time series assumptions, many interactions in neuroscience and economics applications are nonlinear. We develop an approach to nonlinear G…

Time SeriesTime Series Analysis

Granger Causality Detection with Kolmogorov-Arnold Networks

2024-12-19 · Hongyu Lin, Mohan Ren, Paolo Barucca, Tomaso Aste

Discovering causal relationships in time series data is central in many scientific areas, ranging from economics to climate science. Granger causality is a powerful tool for causality detection. However, its original for…

Kolmogorov-Arnold Networks

Interpretable Models for Granger Causality Using Self-explaining Neural Networks

2021-01-19 · ICLR 2021 1 · Ričards Marcinkevičs, Julia E. Vogt

Exploratory analysis of time series data can yield a better understanding of complex dynamical systems. Granger causality is a practical framework for analysing interactions in sequential data, applied in a wide range of…

Time SeriesTime Series Analysis

Learning Granger Causality for Hawkes Processes

2016-02-14 · Hongteng Xu, Mehrdad Farajtabar, Hongyuan Zha

Learning Granger causality for general point processes is a very challenging task. In this paper, we propose an effective method, learning Granger causality, for a special but significant type of point processes --- Hawk…

ClusteringPoint Processes

Kolmogorov-Arnold Networks for Time Series Granger Causality Inference

2025-01-15 · Meiliang Liu, Yunfang Xu, Zijin Li, Zhengye Si 외

We introduce Granger Causality Kolmogorov-Arnold Networks (GCKAN), an innovative architecture that extends the recently proposed Kolmogorov-Arnold Networks (KAN) to the domain of causal inference. By extracting base weig…

Causal InferenceKolmogorov-Arnold NetworksTime Series