paper-with-me

Papers

A Hybrid Graph Network for Complex Activity Detection in Video

2023-10-26 · Salman Khan, Izzeddin Teeti, Andrew Bradley, Mohamed Elhoseiny, Fabio Cuzzolin

Interpretation and understanding of video presents a challenging computer vision task in numerous fields - e.g. autonomous driving and sports analytics. Existing approaches to interpreting the actions taking place within a video clip are based upon Temporal Action Localisation (TAL), which typically identifies short-term actions. The emerging field of Complex Activity Detection (CompAD) extends this analysis to long-term activities, with a deeper understanding obtained by modelling the internal structure of a complex activity taking place within the video. We address the CompAD problem using a hybrid graph neural network which combines attention applied to a graph encoding the local (short-term) dynamic scene with a temporal graph modelling the overall long-duration activity. Our approach is as follows: i) Firstly, we propose a novel feature extraction technique which, for each video snippet, generates spatiotemporal tubes' for the active elements (agents') in the (local) scene by detecting individual objects, tracking them and then extracting 3D features from all the agent tubes as well as the overall scene. ii) Next, we construct a local scene graph where each node (representing either an agent tube or the scene) is connected to all other nodes. Attention is then applied to this graph to obtain an overall representation of the local dynamic scene. iii) Finally, all local scene graph representations are interconnected via a temporal graph, to estimate the complex activity class together with its start and end time. The proposed framework outperforms all previous state-of-the-art methods on all three datasets including ActivityNet-1.3, Thumos-14, and ROAD.

📄 PDF Abstract BibTeX arXiv:2310.17493

Code (0)

등록된 구현이 없습니다.

Tasks

Action DetectionActivity DetectionAllAutonomous DrivingGraph Neural NetworkSports Analytics

Methods 이 논문이 사용한 방법론

CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…
Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

Spatiotemporal Event Graphs for Dynamic Scene Understanding

2023-12-11 · Salman Khan

Dynamic scene understanding is the ability of a computer system to interpret and make sense of the visual information present in a video of a real-world scene. In this thesis, we present a series of frameworks for dynami…

Action DetectionActivity DetectionAutonomous DrivingContinual Learning+3

Efficient Activity Detection in Untrimmed Video with Max-Subgraph Search

2016-07-11 · Chao-Yeh Chen, Kristen Grauman

We propose an efficient approach for activity detection in video that unifies activity categorization with space-time localization. The main idea is to pose activity detection as a maximum-weight connected subgraph probl…

Action DetectionActivity Detection

Probabilistic Semantic Retrieval for Surveillance Videos with Activity Graphs

2017-12-17 · Yu-Ting Chen, Joseph Wang, Yannan Bai, Gregory Castañón 외

We present a novel framework for finding complex activities matching user-described queries in cluttered surveillance videos. The wide diversity of queries coupled with unavailability of annotated activity data limits ou…

DiversityRetrievalSemantic Retrieval

MOMA-LRG: Language-Refined Graphs for Multi-Object Multi-Actor Activity Parsing

2022-11-28 · NeurIPS 2022 11 · Zelun Luo, Zane Durante, Linden Li, Wanze Xie 외

Video-language models (VLMs), large models pre-trained on numerous but noisy video-text pairs from the internet, have revolutionized activity recognition through their remarkable generalization and open-vocabulary capabi…

Activity RecognitionFew Shot Action RecognitionGraph GenerationVideo Understanding

ActivityNet: A Large-Scale Video Benchmark for Human Activity Understanding

2015-06-01 · CVPR 2015 6 · Fabian Caba Heilbron, Victor Escorcia, Bernard Ghanem, Juan Carlos Niebles

In spite of many dataset efforts for human action recognition, current computer vision algorithms are still severely limited in terms of the variability and complexity of the actions that they can recognize. This is in p…

Action DetectionAction RecognitionActivity DetectionGeneral Classification+2