Detector-Free Weakly Supervised Group Activity Recognition
Group activity recognition is the task of understanding the activity conducted by a group of people as a whole in a multi-person video. Existing models for this task are often impractical in that they demand ground-truth bounding box labels of actors even in testing or rely on off-the-shelf object detectors. Motivated by this, we propose a novel model for group activity recognition that depends neither on bounding box labels nor on object detector. Our model based on Transformer localizes and encodes partial contexts of a group activity by leveraging the attention mechanism, and represents a video clip as a set of partial context embeddings. The embedding vectors are then aggregated to form a single group representation that reflects the entire context of an activity while capturing temporal evolution of each partial context. Our method achieves outstanding performance on two benchmarks, Volleyball and NBA datasets, surpassing not only the state of the art trained with the same level of supervision, but also some of existing models relying on stronger supervision.
Code (0)
등록된 구현이 없습니다.
Tasks
Activity RecognitionGroup Activity RecognitionMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Step-by-step Erasion, One-by-one Collection: A Weakly Supervised Temporal Action Detector
Weakly supervised temporal action detection is a Herculean task in understanding untrimmed videos, since no supervisory signal except the video-level category label is available on training data. Under the supervision of…
Action DetectionTemporal LocalizationFlow-Assisted Motion Learning Network for Weakly-Supervised Group Activity Recognition
Weakly-Supervised Group Activity Recognition (WSGAR) aims to understand the activity performed together by a group of individuals with the video-level label and without actor-level labels. We propose Flow-Assisted Motion…
Activity RecognitionGroup Activity RecognitionOptical Flow EstimationRelationSoGAR: Self-supervised Spatiotemporal Attention-based Social Group Activity Recognition
This paper introduces a novel approach to Social Group Activity Recognition (SoGAR) using Self-supervised Transformers network that can effectively utilize unlabeled video data. To extract spatio-temporal information, we…
Activity RecognitionGroup Activity RecognitionDetector-Free Weakly Supervised Grounding by Separation
Nowadays, there is an abundance of data involving images and surrounding free-form text weakly corresponding to those images. Weakly Supervised phrase-Grounding (WSG) deals with the task of using this data to learn to lo…
Phrase GroundingFewer is More: Image Segmentation Based Weakly Supervised Object Detection with Partial Aggregation
We consider addressing the major failures in weakly supervised object detectors. As most weakly supervised object detection methods are based on pre-generated proposals, they often show two false detections: (i) group mu…
Image SegmentationObjectobject-detectionObject Detection+2