Probabilistic Temporal Masked Attention for Cross-view Online Action Detection
Liping Xie, Yang Tan, Shicheng Jing, Huimin Lu, Kanjian Zhang
TL;DR
The paper tackles cross-view online action detection by introducing Probabilistic Temporal Masked Attention (PTMA), a two-branch model that combines a variational autoencoder-based probabilistic encoder with a GRU-TMA classifier. The probabilistic branch learns latent representations $z$ to capture view-invariant information, while the classification branch uses temporal masked attention to refine frame-level predictions in an autoregressive fashion. PTMA jointly optimizes a reconstruction loss and a KL-divergence term alongside standard cross-entropy loss, enabling robust cross-view generalization, including to unseen viewpoints. Across cs, cv, and csv evaluation protocols on DAHLIA, IKEA ASM, and Breakfast, PTMA achieves state-of-the-art results, highlighting its effectiveness in mitigating view-specific biases and its practical potential for cross-view OAD tasks.
Abstract
As a critical task in video sequence classification within computer vision, Online Action Detection (OAD) has garnered significant attention. The sensitivity of mainstream OAD models to varying video viewpoints often hampers their generalization when confronted with unseen sources. To address this limitation, we propose a novel Probabilistic Temporal Masked Attention (PTMA) model, which leverages probabilistic modeling to derive latent compressed representations of video frames in a cross-view setting. The PTMA model incorporates a GRU-based temporal masked attention (TMA) cell, which leverages these representations to effectively query the input video sequence, thereby enhancing information interaction and facilitating autoregressive frame-level video analysis. Additionally, multi-view information can be integrated into the probabilistic modeling to facilitate the extraction of view-invariant features. Experiments conducted under three evaluation protocols: cross-subject (cs), cross-view (cv), and cross-subject-view (csv) show that PTMA achieves state-of-the-art performance on the DAHLIA, IKEA ASM, and Breakfast datasets.
