English

CAST: Cross-Attention in Space and Time for Video Action Recognition

Computer Vision and Pattern Recognition 2024-09-04 v2

Abstract

Recognizing human actions in videos requires spatial and temporal understanding. Most existing action recognition models lack a balanced spatio-temporal understanding of videos. In this work, we propose a novel two-stream architecture, called Cross-Attention in Space and Time (CAST), that achieves a balanced spatio-temporal understanding of videos using only RGB input. Our proposed bottleneck cross-attention mechanism enables the spatial and temporal expert models to exchange information and make synergistic predictions, leading to improved performance. We validate the proposed method with extensive experiments on public benchmarks with different characteristics: EPIC-KITCHENS-100, Something-Something-V2, and Kinetics-400. Our method consistently shows favorable performance across these datasets, while the performance of existing methods fluctuates depending on the dataset characteristics.

Keywords

Cite

@article{arxiv.2311.18825,
  title  = {CAST: Cross-Attention in Space and Time for Video Action Recognition},
  author = {Dongho Lee and Jongseo Lee and Jinwoo Choi},
  journal= {arXiv preprint arXiv:2311.18825},
  year   = {2024}
}

Comments

This is an accepted NeurIPS 2023. Project webpage is available at https://jong980812.github.io/CAST.github.io/ Code is available at https://github.com/KHU-VLL/CAST