paper-with-me

홈 › Papers

DOAD: Decoupled One Stage Action Detection Network

2023-04-01 · Shuning Chang, Pichao Wang, Fan Wang, Jiashi Feng, Mike Zheng Show

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.

📄 PDF Abstract BibTeX arXiv:2304.00254

Code (0)

등록된 구현이 없습니다.

Tasks

Action DetectionAction RecognitionVideo Understanding

Similar Papers 제목 키워드 기반

STMixer: A One-Stage Sparse Action Detector

2024-04-15 · Tao Wu, Mengqi Cao, Ziteng Gao, Gangshan Wu 외

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 Detection

Decoupled and Interactive Regression Modeling for High-performance One-stage 3D Object Detection

2024-09-01 · Weiping Xiao, Yiqiang Wu, Chang Liu, Yu Qin 외

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+2

Decoupled Self Attention for Accurate One Stage Object Detection

2020-12-14 · Kehe WU, Zuge Chen, Qi Ma, Xiaoliang Zhang 외

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 Learning

Two in One Go: Single-stage Emotion Recognition with Decoupled Subject-context Transformer

2024-04-26 · Xinpeng Li, Teng Wang, Jian Zhao, Shuyi Mao 외

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 Recognition

Decoupling Localization and Classification in Single Shot Temporal Action Detection

2019-04-16 · Yupan Huang, Qi Dai, Yutong Lu

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