paper-with-me

홈 › Papers

STAA: Spatio-Temporal Attention Attribution for Real-Time Interpreting Transformer-based Video Models

2024-11-01 · Zerui Wang, Yan Liu

Transformer-based models have achieved state-of-the-art performance in various computer vision tasks, including image and video analysis. However, Transformer's complex architecture and black-box nature pose challenges for explainability, a crucial aspect for real-world applications and scientific inquiry. Current Explainable AI (XAI) methods can only provide one-dimensional feature importance, either spatial or temporal explanation, with significant computational complexity. This paper introduces STAA (Spatio-Temporal Attention Attribution), an XAI method for interpreting video Transformer models. Differ from traditional methods that separately apply image XAI techniques for spatial features or segment contribution analysis for temporal aspects, STAA offers both spatial and temporal information simultaneously from attention values in Transformers. The study utilizes the Kinetics-400 dataset, a benchmark collection of 400 human action classes used for action recognition research. We introduce metrics to quantify explanations. We also apply optimization to enhance STAA's raw output. By implementing dynamic thresholding and attention focusing mechanisms, we improve the signal-to-noise ratio in our explanations, resulting in more precise visualizations and better evaluation results. In terms of computational overhead, our method requires less than 3\% of the computational resources of traditional XAI methods, making it suitable for real-time video XAI analysis applications. STAA contributes to the growing field of XAI by offering a method for researchers and practitioners to analyze Transformer models.

📄 PDF Abstract BibTeX arXiv:2411.00630

Code (1)

ZeruiW/VideoXAI 공식 구현 pytorch

Tasks

Action RecognitionFeature Importance

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Position-Wise Feed-Forward Layer 설명 없음
Adam 설명 없음
Multi-Head Attention 설명 없음
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…

Similar Papers 제목 키워드 기반

Adaptive Spatiotemporal Augmentation for Improving Dynamic Graph Learning

2025-01-17 · Xu Chu, Hanlin Xue, Bingce Wang, Xiaoyang Liu 외

Dynamic graph augmentation is used to improve the performance of dynamic GNNs. Most methods assume temporal locality, meaning that recent edges are more influential than earlier edges. However, for temporal changes in ed…

Graph LearningLink PredictionNode Classification

STAA: Spatio-Temporal Alignment Attention for Short-Term Precipitation Forecasting

2024-09-06 · Min Chen, Hao Yang, Shaohan Li, Xiaolin Qin

There is a great need to accurately predict short-term precipitation, which has socioeconomic effects such as agriculture and disaster prevention. Recently, the forecasting models have employed multi-source data as the m…

Precipitation Forecasting

STAA-SNN: Spatial-Temporal Attention Aggregator for Spiking Neural Networks

2025-03-04 · CVPR 2025 1 · Tianqing Zhang, Kairong Yu, Xian Zhong, Hongwei Wang 외

Spiking Neural Networks (SNNs) have gained significant attention due to their biological plausibility and energy efficiency, making them promising alternatives to Artificial Neural Networks (ANNs). However, the performan…

Spatial-Temporal Adaptive Graph Convolution with Attention Network for Traffic Forecasting

2022-06-07 · Chen Weikang, Li Yawen, Xue Zhe, LI ANG 외

Traffic forecasting is one canonical example of spatial-temporal learning task in Intelligent Traffic System. Existing approaches capture spatial dependency with a pre-determined matrix in graph convolution neural operat…

Graph AttentionTime SeriesTime Series Analysis

FAME: A Lightweight Spatio-Temporal Network for Model Attribution of Face-Swap Deepfakes

2025-06-13 · Wasim Ahmad, Yan-Tsung Peng, Yuan-Hao Chang

The widespread emergence of face-swap Deepfake videos poses growing risks to digital security, privacy, and media integrity, necessitating effective forensic tools for identifying the source of such manipulations. Althou…

DeepFake DetectionFace Swapping