CVMar 24, 2025

Context-Enhanced Memory-Refined Transformer for Online Action Detection

arXiv:2503.18359v114 citationsh-index: 14CVPR
Originality Incremental advance
AI Analysis

It addresses a specific bottleneck in video analysis for real-time applications, with incremental improvements over existing methods.

The paper tackles the training-inference discrepancy in Online Action Detection (OAD) by proposing CMeRT, which improves frame representations and leverages near-future generation, achieving state-of-the-art results on THUMOS'14, CrossTask, and EPIC-Kitchens-100 datasets.

Online Action Detection (OAD) detects actions in streaming videos using past observations. State-of-the-art OAD approaches model past observations and their interactions with an anticipated future. The past is encoded using short- and long-term memories to capture immediate and long-range dependencies, while anticipation compensates for missing future context. We identify a training-inference discrepancy in existing OAD methods that hinders learning effectiveness. The training uses varying lengths of short-term memory, while inference relies on a full-length short-term memory. As a remedy, we propose a Context-enhanced Memory-Refined Transformer (CMeRT). CMeRT introduces a context-enhanced encoder to improve frame representations using additional near-past context. It also features a memory-refined decoder to leverage near-future generation to enhance performance. CMeRT achieves state-of-the-art in online detection and anticipation on THUMOS'14, CrossTask, and EPIC-Kitchens-100.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes