paper-with-me

Papers

Mechanistic Interpretability for Transformer-based Time Series Classification

2025-11-26 · Matīss Kalnāre, Sofoklis Kitharidis, Thomas Bäck, Niki van Stein arxiv

Transformer-based models have become state-of-the-art tools in various machine learning tasks, including time series classification, yet their complexity makes understanding their internal decision-making challenging. Existing explainability methods often focus on input-output attributions, leaving the internal mechanisms largely opaque. This paper addresses this gap by adapting various Mechanistic Interpretability techniques; activation patching, attention saliency, and sparse autoencoders, from NLP to transformer architectures designed explicitly for time series classification. We systematically probe the internal causal roles of individual attention heads and timesteps, revealing causal structures within these models. Through experimentation on a benchmark time series dataset, we construct causal graphs illustrating how information propagates internally, highlighting key attention heads and temporal positions driving correct classifications. Additionally, we demonstrate the potential of sparse autoencoders for uncovering interpretable latent features. Our findings provide both methodological contributions to transformer interpretability and novel insights into the functional mechanics underlying transformer performance in time series classification tasks.

📄 PDF Abstract BibTeX arXiv:2511.21514

Code (0)

등록된 구현이 없습니다.

Tasks

Time Series Classification

Similar Papers 제목 키워드 기반

Superposition Is Not Necessary: A Mechanistic Interpretability Analysis of Transformer Representations for Time Series Forecasting

2026-05-06 · Alper Yıldırım arxiv

Transformer architectures have been widely adopted for time series forecasting, yet whether the representational mechanisms that make them powerful in NLP actually engage on time series data remains unexplored. The persi…

Time Series Forecasting

Seeing Through Circuits: Faithful Mechanistic Interpretability for Vision Transformers

2026-04-15 · Nina Żukowska, Wolfgang Stammer, Bernt Schiele, Jonas Fischer arxiv

Transparency of neural networks' internal reasoning is at the heart of interpretability research, adding to trust, safety, and understanding of these models. The field of mechanistic interpretability has recently focused…

ST-Tree with Interpretability for Multivariate Time Series Classification

2024-11-18 · Mingsen Du, Yanxuan Wei, Yingxia Tang, Xiangwei Zheng 외

Multivariate time series classification is of great importance in practical applications and is a challenging task. However, deep neural network models such as Transformers exhibit high accuracy in multivariate time seri…

ClassificationDecision MakingRepresentation LearningTime Series+1

Towards Mechanistic Interpretability of Graph Transformers via Attention Graphs

2025-02-17 · Batu El, Deepro Choudhury, Pietro Liò, Chaitanya K. Joshi

We introduce Attention Graphs, a new tool for mechanistic interpretability of Graph Neural Networks (GNNs) and Graph Transformers based on the mathematical equivalence between message passing in GNNs and the self-attenti…

Node Classification

Universal Redundancies in Time Series Foundation Models

2026-02-02 · Anthony Bao, Venkata Hasith Vattikuti, Jeffrey Lai, William Gilpin arxiv

Time Series Foundation Models (TSFMs) leverage extensive pretraining to accurately predict unseen time series during inference, without the need for task-specific fine-tuning. Through large-scale evaluations on standard …