paper-with-me

홈 › Papers

Comparative Analysis of CNN-based Spatiotemporal Reasoning in Videos

2019-09-11 · arXiv preprint 2019 9 · Okan Köpüklü, Fabian Herzog, Gerhard Rigoll

Understanding actions and gestures in video streams requires temporal reasoning of the spatial content from different time instants, i.e., spatiotemporal (ST) modeling. In this survey paper, we have made a comparative analysis of different ST modeling techniques for action and gecture recognition tasks. Since Convolutional Neural Networks (CNNs) are proved to be an effective tool as a feature extractor for static images, we apply ST modeling techniques on the features of static images from different time instants extracted by CNNs. All techniques are trained end-to-end together with a CNN feature extraction part and evaluated on two publicly available benchmarks: The Jester and the Something-Something datasets. The Jester dataset contains various dynamic and static hand gestures, whereas the Something-Something dataset contains actions of human-object interactions. The common characteristic of these two benchmarks is that the designed architectures need to capture the full temporal content of videos in order to correctly classify actions/gestures. Contrary to expectations, experimental results show that Recurrent Neural Network (RNN) based ST modeling techniques yield inferior results compared to other techniques such as fully convolutional architectures. Codes and pretrained models of this work are publicly available.

📄 PDF Abstract BibTeX arXiv:1909.05165

Code (1)

fubel/stmodeling 공식 구현 pytorch

Tasks

Action RecognitionHuman-Object Interaction Detection

Similar Papers 제목 키워드 기반

Reasoning over Video: Evaluating How MLLMs Extract, Integrate, and Reconstruct Spatiotemporal Evidence

2026-03-13 · Seunghwan Bang, Hwanjun Song arxiv

The growing interest in embodied agents increases the demand for spatiotemporal video understanding, yet existing benchmarks largely emphasize extractive reasoning, where answers can be explicitly presented within spatio…

StateTrace: An Object-Centric Framework for Hidden-State Spatiotemporal Reasoning in Long Videos

2026-08-19 · Yu Han, Wenhao Li, Yichao Cao, Hongyan Xu 외 arxiv

Existing VLMs have achieved strong performance in video understanding, yet they struggle with long-video spatiotemporal reasoning when target objects become invisible, often mistaking "invisible" for "unknown". We define…

Hopper: Multi-hop Transformer for Spatiotemporal Reasoning

2021-03-19 · ICLR 2021 1 · Honglu Zhou, Asim Kadav, Farley Lai, Alexandru Niculescu-Mizil 외

This paper considers the problem of spatiotemporal object-centric reasoning in videos. Central to our approach is the notion of object permanence, i.e., the ability to reason about the location of objects as they move th…

ObjectVideo Object Tracking

SurgCoT: Advancing Spatiotemporal Reasoning in Surgical Videos through a Chain-of-Thought Benchmark

2026-04-22 · Gui Wang, YongSong Zhou, Kaijun Deng, Wooi Ping Cheah 외 arxiv

Fine-grained spatiotemporal reasoning on surgical videos is critical, yet the capabilities of Multi-modal Large Language Models (MLLMs) in this domain remain largely unexplored. To bridge this gap, we introduce SurgCoT, …

Joint Inference of Groups, Events and Human Roles in Aerial Videos

2015-05-22 · CVPR 2015 6 · Tianmin Shu, Dan Xie, Brandon Rothrock, Sinisa Todorovic 외

With the advent of drones, aerial video analysis becomes increasingly important; yet, it has received scant attention in the literature. This paper addresses a new problem of parsing low-resolution aerial videos of large…