DOAD: Decoupled One Stage Action Detection Network
Localizing people and recognizing their actions from videos is a challenging task towards high-level video understanding. Existing methods are mostly two-stage based, with one stage for person bounding box generation and the other stage for action recognition. However, such two-stage methods are generally with low efficiency. We observe that directly unifying detection and action recognition normally suffers from (i) inferior learning due to different desired properties of context representation for detection and action recognition; (ii) optimization difficulty with insufficient training data. In this work, we present a decoupled one-stage network dubbed DOAD, to mitigate above issues and improve the efficiency for spatio-temporal action detection. To achieve it, we decouple detection and action recognition into two branches. Specifically, one branch focuses on detection representation for actor detection, and the other one for action recognition. For the action branch, we design a transformer-based module (TransPC) to model pairwise relationships between people and context. Different from commonly used vector-based dot product in self-attention, it is built upon a novel matrix-based key and value for Hadamard attention to model person-context information. It not only exploits relationships between person pairs but also takes into account context and relative position information. The results on AVA and UCF101-24 datasets show that our method is competitive with two-stage state-of-the-art methods with significant efficiency improvement.
Code (0)
등록된 구현이 없습니다.
Tasks
Action DetectionAction RecognitionVideo UnderstandingSimilar Papers 제목 키워드 기반
STMixer: A One-Stage Sparse Action Detector
Traditional video action detectors typically adopt the two-stage pipeline, where a person detector is first employed to generate actor boxes and then 3D RoIAlign is used to extract actor-specific features for classificat…
Action DetectionDecoupled and Interactive Regression Modeling for High-performance One-stage 3D Object Detection
Inadequate bounding box modeling in regression tasks constrains the performance of one-stage 3D object detection. Our study reveals that the primary reason lies in two aspects: (1) The limited center-offset prediction se…
3D Object DetectionAttributeobject-detectionObject Detection+2Decoupled Self Attention for Accurate One Stage Object Detection
As the scale of object detection dataset is smaller than that of image recognition dataset ImageNet, transfer learning has become a basic training method for deep learning object detection models, which will pretrain the…
Objectobject-detectionObject DetectionTransfer LearningTwo in One Go: Single-stage Emotion Recognition with Decoupled Subject-context Transformer
Emotion recognition aims to discern the emotional state of subjects within an image, relying on subject-centric and contextual visual cues. Current approaches typically follow a two-stage pipeline: first localize subject…
Emotion ClassificationEmotion RecognitionDecoupling Localization and Classification in Single Shot Temporal Action Detection
Video temporal action detection aims to temporally localize and recognize the action in untrimmed videos. Existing one-stage approaches mostly focus on unifying two subtasks, i.e., localization of action proposals and cl…
Action DetectionClassificationGeneral ClassificationTemporal Action Localization