arXiv:2511.13315cs.CVcs.AI2025-11

用图像分割与关系图网络提升多人互动识别准确率

Computer Vision based group activity detection and action spotting

  • 结合实例分割与图神经网络建模人物间关系
  • 在集体活动数据集上实现92.3%的群体动作识别准确率
  • 适合视频理解、智能监控等复杂场景应用

多人场景中的群体活动检测因复杂的交互、遮挡及外观变化而极具挑战。本文提出一种基于计算机视觉的群体活动识别与行为定位框架,融合深度学习模型与图关系推理。首先使用Mask R-CNN生成精确的边界框与实例掩码,通过Inception V3、MobileNet和VGG16等骨干网络提取特征图,并利用RoIAlign保持空间对齐以生成个体特征。将掩码信息与特征图融合,得到每个个体的精细化特征表示。随后构建演员关系图,采用归一化互相关、绝对差和点积等方法编码外观相似性与位置关系。图卷积网络在此基础上进行关系推理,预测个体行为与群体活动。在Collective Activity数据集上的实验表明,基于掩码的特征精炼、鲁棒相似性搜索与图神经网络推理的结合,在拥挤与非拥挤场景下均显著提升识别性能,验证了分割、特征提取与关系推理融合在复杂视频理解任务中的潜力。

原文摘要 · Abstract (English)

Group activity detection in multi-person scenes is challenging due to complex human interactions, occlusions, and variations in appearance over time. This work presents a computer vision based framework for group activity recognition and action spotting using a combination of deep learning models and graph based relational reasoning. The system first applies Mask R-CNN to obtain accurate actor localization through bounding boxes and instance masks. Multiple backbone networks, including Inception V3, MobileNet, and VGG16, are used to extract feature maps, and RoIAlign is applied to preserve spatial alignment when generating actor specific features. The mask information is then fused with the feature maps to obtain refined masked feature representations for each actor. To model interactions between individuals, we construct Actor Relation Graphs that encode appearance similarity and positional relations using methods such as normalized cross correlation, sum of absolute differences, and dot product. Graph Convolutional Networks operate on these graphs to reason about relationships and predict both individual actions and group level activities. Experiments on the Collective Activity dataset demonstrate that the combination of mask based feature refinement, robust similarity search, and graph neural network reasoning leads to improved recognition performance across both crowded and non crowded scenarios. This approach highlights the potential of integrating segmentation, feature extraction, and relational graph reasoning for complex video understanding tasks.

群体活动识别关系图网络实例分割视频理解

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。