CVDec 11, 2021

COMPOSER: Compositional Reasoning of Group Activity in Videos with Keypoint-Only Modality

arXiv:2112.05892v340 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses group activity recognition for video analysis, offering a privacy-preserving approach, but it is incremental as it builds on existing transformer methods with keypoint-only modality.

The paper tackles group activity recognition in videos by proposing COMPOSER, a multiscale transformer architecture that uses only keypoint data to reduce scene biases and privacy concerns, achieving up to a 5.4% improvement on standard datasets.

Group Activity Recognition detects the activity collectively performed by a group of actors, which requires compositional reasoning of actors and objects. We approach the task by modeling the video as tokens that represent the multi-scale semantic concepts in the video. We propose COMPOSER, a Multiscale Transformer based architecture that performs attention-based reasoning over tokens at each scale and learns group activity compositionally. In addition, prior works suffer from scene biases with privacy and ethical concerns. We only use the keypoint modality which reduces scene biases and prevents acquiring detailed visual data that may contain private or biased information of users. We improve the multiscale representations in COMPOSER by clustering the intermediate scale representations, while maintaining consistent cluster assignments between scales. Finally, we use techniques such as auxiliary prediction and data augmentations tailored to the keypoint signals to aid model training. We demonstrate the model's strength and interpretability on two widely-used datasets (Volleyball and Collective Activity). COMPOSER achieves up to +5.4% improvement with just the keypoint modality. Code is available at https://github.com/hongluzhou/composer

Code Implementations1 repo
Foundations

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

Your Notes