CVJul 12, 2022

Hunting Group Clues with Transformers for Social Group Activity Recognition

arXiv:2207.05254v141 citationsh-index: 6
Originality Incremental advance
AI Analysis

This work addresses the problem of recognizing complex social interactions in videos for applications like surveillance or sports analysis, representing an incremental improvement over existing methods.

The paper tackles social group activity recognition by using transformer attention modules to generate effective features for multiple sub-group activities and member identification, achieving state-of-the-art performance on the Volleyball and Collective Activity datasets.

This paper presents a novel framework for social group activity recognition. As an expanded task of group activity recognition, social group activity recognition requires recognizing multiple sub-group activities and identifying group members. Most existing methods tackle both tasks by refining region features and then summarizing them into activity features. Such heuristic feature design renders the effectiveness of features susceptible to incomplete person localization and disregards the importance of scene contexts. Furthermore, region features are sub-optimal to identify group members because the features may be dominated by those of people in the regions and have different semantics. To overcome these drawbacks, we propose to leverage attention modules in transformers to generate effective social group features. Our method is designed in such a way that the attention modules identify and then aggregate features relevant to social group activities, generating an effective feature for each social group. Group member information is embedded into the features and thus accessed by feed-forward networks. The outputs of feed-forward networks represent groups so concisely that group members can be identified with simple Hungarian matching between groups and individuals. Experimental results show that our method outperforms state-of-the-art methods on the Volleyball and Collective Activity datasets.

Foundations

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

Your Notes