TL;DR
This paper introduces a graph convolutional network-based model that leverages context, such as actor-object interactions, to improve weakly-supervised action detection in videos, enhancing explainability and performance without heavy annotations.
Contribution
The novel integration of self-attention and GCNs for modeling context in weakly-supervised action detection, enabling better detection and explainability.
Findings
Outperforms baseline by over 2 points in Video-mAP
Uses only RGB stream without optical flow
Provides explainability through attention maps
Abstract
The dominant paradigm in spatiotemporal action detection is to classify actions using spatiotemporal features learned by 2D or 3D Convolutional Networks. We argue that several actions are characterized by their context, such as relevant objects and actors present in the video. To this end, we introduce an architecture based on self-attention and Graph Convolutional Networks in order to model contextual cues, such as actor-actor and actor-object interactions, to improve human action detection in video. We are interested in achieving this in a weakly-supervised setting, i.e. using as less annotations as possible in terms of action bounding boxes. Our model aids explainability by visualizing the learned context as an attention map, even for actions and objects unseen during training. We evaluate how well our model highlights the relevant context by introducing a quantitative metric based…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsGraph Convolutional Networks
