paper-with-me

홈 › Papers

SPAT: Sensitivity-based Multihead-attention Pruning on Time Series Forecasting Models

2025-05-13 · Suhan Guo, Jiahong Deng, Mengjun Yi, Furao Shen, Jian Zhao

Attention-based architectures have achieved superior performance in multivariate time series forecasting but are computationally expensive. Techniques such as patching and adaptive masking have been developed to reduce their sizes and latencies. In this work, we propose a structured pruning method, SPAT ($\textbf{S}$ensitivity $\textbf{P}$runer for $\textbf{At}$tention), which selectively removes redundant attention mechanisms and yields highly effective models. Different from previous approaches, SPAT aims to remove the entire attention module, which reduces the risk of overfitting and enables speed-up without demanding specialized hardware. We propose a dynamic sensitivity metric, $\textbf{S}$ensitivity $\textbf{E}$nhanced $\textbf{N}$ormalized $\textbf{D}$ispersion (SEND) that measures the importance of each attention module during the pre-training phase. Experiments on multivariate datasets demonstrate that SPAT-pruned models achieve reductions of 2.842% in MSE, 1.996% in MAE, and 35.274% in FLOPs. Furthermore, SPAT-pruned models outperform existing lightweight, Mamba-based and LLM-based SOTA methods in both standard and zero-shot inference, highlighting the importance of retaining only the most effective attention mechanisms. We have made our code publicly available https://anonymous.4open.science/r/SPAT-6042.

📄 PDF Abstract BibTeX arXiv:2505.08768

Code (0)

등록된 구현이 없습니다.

Tasks

MambaMultivariate Time Series ForecastingSensitivityTime SeriesTime Series Forecasting

Methods 이 논문이 사용한 방법론

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$…
Attention 설명 없음
L1 Regularization $L_{1}$ Regularization is a regularization technique applied to the weights of a neural network. We minimize a loss function compromising both the primary loss function and a…
Patching Activation patching studies the model's computation by altering its latent representations, the token embeddings in transformer-based language models, during the inference process
Adaptive Masking 설명 없음
MAE 설명 없음
Pruning 설명 없음

Similar Papers 제목 키워드 기반

Layer-wise Pruning of Transformer Attention Heads for Efficient Language Modeling

2021-10-07 · 2021 18th International SoC Design Conference (ISOCC) 2021 11 · Kyuhong Shim, Iksoo Choi, Wonyong Sung, Jungwook Choi

While Transformer-based models have shown impressive language modeling performance, the large computation cost is often prohibitive for practical use. Attention head pruning, which removes unnecessary attention heads in …

Language ModelingLanguage Modelling

Multihead self-attention in cortico-thalamic circuits

2025-04-08 · Arno Granier, Walter Senn

Both biological cortico-thalamic networks and artificial transformer networks use canonical computations to perform a wide range of cognitive tasks. In this work, we propose that the structure of cortico-thalamic circuit…

Monotonic Multihead Attention

2019-09-26 · ICLR 2020 1 · Xutai Ma, Juan Pino, James Cross, Liezl Puzon 외

Simultaneous machine translation models start generating a target sequence before they have encoded or read the source sequence. Recent approaches for this task either apply a fixed policy on a state-of-the art Transform…

DecoderMachine TranslationTranslation

Pruning as Regularization: Sensitivity-Aware One-Shot Pruning in ASR

2025-11-11 · Julian Irigoyen, Arthur Söhler, Andreas Søeborg Kirkedal arxiv

We challenge the conventional view of neural network pruning as solely a compression technique, demonstrating that one-shot magnitude pruning serves as a powerful implicit regularizer for ASR. Using Whisper-small, we com…

Network Pruning

Enhancing Monotonic Multihead Attention for Streaming ASR

2020-05-19 · Hirofumi Inaguma, Masato Mimura, Tatsuya Kawahara

We investigate a monotonic multihead attention (MMA) by extending hard monotonic attention to Transformer-based automatic speech recognition (ASR) for online streaming applications. For streaming inference, all monotonic…

AllAutomatic Speech RecognitionAutomatic Speech Recognition (ASR)Boundary Detection+2