CVLGIVJun 14, 2020

Actor-Context-Actor Relation Network for Spatio-Temporal Action Localization

arXiv:2006.07976v3174 citationsHas Code
AI Analysis

This work addresses video understanding for applications like surveillance and robotics by introducing a novel approach to capture complex actor interactions, though it is incremental over existing relation-based methods.

The paper tackles spatio-temporal action localization by modeling indirect higher-order relations between actors through their interactions with context, achieving state-of-the-art performance with a +6.71 mAP improvement on the AVA-Kinetics dataset.

Localizing persons and recognizing their actions from videos is a challenging task towards high-level video understanding. Recent advances have been achieved by modeling direct pairwise relations between entities. In this paper, we take one step further, not only model direct relations between pairs but also take into account indirect higher-order relations established upon multiple elements. We propose to explicitly model the Actor-Context-Actor Relation, which is the relation between two actors based on their interactions with the context. To this end, we design an Actor-Context-Actor Relation Network (ACAR-Net) which builds upon a novel High-order Relation Reasoning Operator and an Actor-Context Feature Bank to enable indirect relation reasoning for spatio-temporal action localization. Experiments on AVA and UCF101-24 datasets show the advantages of modeling actor-context-actor relations, and visualization of attention maps further verifies that our model is capable of finding relevant higher-order relations to support action detection. Notably, our method ranks first in the AVA-Kineticsaction localization task of ActivityNet Challenge 2020, out-performing other entries by a significant margin (+6.71mAP). Training code and models will be available at https://github.com/Siyu-C/ACAR-Net.

Code Implementations3 repos
Foundations

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

Your Notes