RefAtomNet++: Advancing Referring Atomic Video Action Recognition using Semantic Retrieval based Multi-Trajectory Mamba
Kunyu Peng, Di Wen, Jia Fu, Jiamin Wu, Kailun Yang, Junwei Zheng, Ruiping Liu, Yufan Chen, Yuqian Fu, Danda Pani Paudel, Luc Van Gool, Rainer Stiefelhagen
TL;DR
This work tackles Referring Atomic Video Action Recognition (RAVAR) by extending the RefAVA dataset to RefAVA++ and proposing RefAtomNet++, a vision-language model that enhances cross-modal alignment through multi-trajectory semantic-retrieval (Mamba) and multi-hierarchical semantic-aligned cross-attention. The approach constructs semantic trajectories at holistic-sentence, partial-keyword, and scene-attribute levels, aggregates them with a memory-efficient state-space model, and fuses them with spatial-temporal video features to jointly localize the referred person and predict fine-grained actions. Empirical results show RefAtomNet++ achieves new state-of-the-art performance on both RefAVA and RefAVA++, with substantial gains over RefAtomNet and strong baselines, along with notable parameter efficiency and robustness to test-time linguistic variations. The work advances RAVAR by providing a scalable dataset and a powerful cross-modal framework that improves localization accuracy and action reasoning in complex multi-person scenes, enabling more reliable human-centric video understanding applications.
Abstract
Referring Atomic Video Action Recognition (RAVAR) aims to recognize fine-grained, atomic-level actions of a specific person of interest conditioned on natural language descriptions. Distinct from conventional action recognition and detection tasks, RAVAR emphasizes precise language-guided action understanding, which is particularly critical for interactive human action analysis in complex multi-person scenarios. In this work, we extend our previously introduced RefAVA dataset to RefAVA++, which comprises >2.9 million frames and >75.1k annotated persons in total. We benchmark this dataset using baselines from multiple related domains, including atomic action localization, video question answering, and text-video retrieval, as well as our earlier model, RefAtomNet. Although RefAtomNet surpasses other baselines by incorporating agent attention to highlight salient features, its ability to align and retrieve cross-modal information remains limited, leading to suboptimal performance in localizing the target person and predicting fine-grained actions. To overcome the aforementioned limitations, we introduce RefAtomNet++, a novel framework that advances cross-modal token aggregation through a multi-hierarchical semantic-aligned cross-attention mechanism combined with multi-trajectory Mamba modeling at the partial-keyword, scene-attribute, and holistic-sentence levels. In particular, scanning trajectories are constructed by dynamically selecting the nearest visual spatial tokens at each timestep for both partial-keyword and scene-attribute levels. Moreover, we design a multi-hierarchical semantic-aligned cross-attention strategy, enabling more effective aggregation of spatial and temporal tokens across different semantic hierarchies. Experiments show that RefAtomNet++ establishes new state-of-the-art results. The dataset and code are released at https://github.com/KPeng9510/refAVA2.
