ActivityCLIP: Enhancing Group Activity Recognition by Mining Complementary Information from Text to Supplement Image Modality
Guoliang Xu, Jianqin Yin, Feng Zhou, Yonghao Dang
TL;DR
This work addresses the saturation of information in image-only group activity recognition by introducing ActivityCLIP, a plug-and-play framework that mines text semantics from action labels to supplement image cues. The approach combines an image branch with a text branch, where Image2Text transfers image information into text space under CLIP guidance via knowledge distillation, and a lightweight text-branch interaction module is injected into the image branch using low-rank adaptations $F(x)=W_0(x)+\alpha BA(x)$. Through training-time KD and parameter-efficient cross-modal coupling, ActivityCLIP improves performance across multiple GAR baselines on Volleyball and Collective Activity datasets, with ablations validating the contribution of Image2Text, the transformer-based interaction modeling, and the hyperparameters $r$ and $\alpha$. The results demonstrate that text-modality augmentation can provide robust, complementary cues for actor interactions, enhancing recognition accuracy in crowded scenes while maintaining efficiency. Practically, this plug-and-play method facilitates broad applicability to existing image-based GAR systems with minimal parameter overhead.
Abstract
Previous methods usually only extract the image modality's information to recognize group activity. However, mining image information is approaching saturation, making it difficult to extract richer information. Therefore, extracting complementary information from other modalities to supplement image information has become increasingly important. In fact, action labels provide clear text information to express the action's semantics, which existing methods often overlook. Thus, we propose ActivityCLIP, a plug-and-play method for mining the text information contained in the action labels to supplement the image information for enhancing group activity recognition. ActivityCLIP consists of text and image branches, where the text branch is plugged into the image branch (The off-the-shelf image-based method). The text branch includes Image2Text and relation modeling modules. Specifically, we propose the knowledge transfer module, Image2Text, which adapts image information into text information extracted by CLIP via knowledge distillation. Further, to keep our method convenient, we add fewer trainable parameters based on the relation module of the image branch to model interaction relation in the text branch. To show our method's generality, we replicate three representative methods by ActivityCLIP, which adds only limited trainable parameters, achieving favorable performance improvements for each method. We also conduct extensive ablation studies and compare our method with state-of-the-art methods to demonstrate the effectiveness of ActivityCLIP.
