paper-with-me

홈 › Papers

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

2021-12-11 · Honglu Zhou, Asim Kadav, Aviv Shamsian, Shijie Geng, Farley Lai, Long Zhao, Ting Liu, Mubbasir Kapadia, Hans Peter Graf

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

📄 PDF Abstract BibTeX arXiv:2112.05892

Code (1)

hongluzhou/composer 공식 구현 pytorch

Tasks

Activity RecognitionGroup Activity RecognitionRelational Reasoning

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

Temporal Modular Networks for Retrieving Complex Compositional Activities in Videos

2018-09-01 · ECCV 2018 9 · Bingbin Liu, Serena Yeung, Edward Chou, De-An Huang 외

A major challenge in computer vision is scaling activity understanding to the long tail of complex activities without requiring collecting large quantities of data for new actions. The task of video retrieval using natur…

RetrievalVideo Retrieval

Compositional Monte Carlo Tree Diffusion for Extendable Planning

2025-10-24 · Jaesik Yoon, Hyeonseo Cho, Sungjin Ahn arxiv

Monte Carlo Tree Diffusion (MCTD) integrates diffusion models with structured tree search to enable effective trajectory exploration through stepwise reasoning. However, MCTD remains fundamentally limited by training tra…

LVLM-Composer's Explicit Planning for Image Generation

2025-07-05 · Spencer Ramsey, Jeffrey Lee, Amina Grant arxiv

The burgeoning field of generative artificial intelligence has fundamentally reshaped our approach to content creation, with Large Vision-Language Models (LVLMs) standing at its forefront. While current LVLMs have demons…

Text-to-Image GenerationReinforcement LearningVisual Grounding

VideoComposer: Compositional Video Synthesis with Motion Controllability

2023-06-03 · NeurIPS 2023 11 · Xiang Wang, Hangjie Yuan, Shiwei Zhang, Dayou Chen 외

The pursuit of controllability as a higher standard of visual content creation has yielded remarkable progress in customizable image synthesis. However, achieving controllable video synthesis remains challenging due to t…

Image GenerationText-to-Video Generation

Context Aware Group Activity Recognition

2021-01-01 · ICPR 2021 1 · Avijit Dasgupta, C. V. Jawahar, Karteek Alahari

This paper addresses the task of group activity recognition in multi-person videos. Existing approaches decompose this task into feature learning and relational reasoning. Despite showing progress, these methods only rel…

Activity RecognitionGroup Activity RecognitionRelational Reasoning