English

Online Temporal Action Localization with Memory-Augmented Transformer

Computer Vision and Pattern Recognition 2024-08-07 v1

Abstract

Online temporal action localization (On-TAL) is the task of identifying multiple action instances given a streaming video. Since existing methods take as input only a video segment of fixed size per iteration, they are limited in considering long-term context and require tuning the segment size carefully. To overcome these limitations, we propose memory-augmented transformer (MATR). MATR utilizes the memory queue that selectively preserves the past segment features, allowing to leverage long-term context for inference. We also propose a novel action localization method that observes the current input segment to predict the end time of the ongoing action and accesses the memory queue to estimate the start time of the action. Our method outperformed existing methods on two datasets, THUMOS14 and MUSES, surpassing not only TAL methods in the online setting but also some offline TAL methods.

Keywords

Cite

@article{arxiv.2408.02957,
  title  = {Online Temporal Action Localization with Memory-Augmented Transformer},
  author = {Youngkil Song and Dongkeun Kim and Minsu Cho and Suha Kwak},
  journal= {arXiv preprint arXiv:2408.02957},
  year   = {2024}
}

Comments

Accepted to ECCV 2024, Project page: https://cvlab.postech.ac.kr/research/MATR/

R2 v1 2026-06-28T18:05:02.276Z