paper-with-me

Papers

Temporal Residual Networks for Dynamic Scene Recognition

2017-07-01 · CVPR 2017 7 · Christoph Feichtenhofer, Axel Pinz, Richard P. Wildes

This paper combines three contributions to establish a new state-of-the-art in dynamic scene recognition. First, we present a novel ConvNet architecture based on temporal residual units that is fully convolutional in spacetime. Our model augments spatial ResNets with convolutions across time to hierarchically add temporal residuals as the depth of the network increases. Second, existing approaches to video-based recognition are categorized and a baseline of seven previously top performing algorithms is selected for comparative evaluation on dynamic scenes. Third, we introduce a new and challenging video database of dynamic scenes that more than doubles the size of those previously available. This dataset is explicitly split into two subsets of equal size that contain videos with and without camera motion to allow for systematic study of how this variable interacts with the defining dynamics of the scene per se. Our evaluations verify the particular strengths and weaknesses of the baseline algorithms with respect to various scene classes and camera motion parameters. Finally, our temporal ResNet boosts recognition performance and establishes a new state-of-the-art on dynamic scene recognition, as well as on the complementary task of action recognition.

📄 PDF Abstract BibTeX

Code (1)

feichtenhofer/temporal-resnet 공식 구현

Tasks

Action RecognitionScene RecognitionTemporal Action Localization

Methods 이 논문이 사용한 방법론

Average Pooling 설명 없음
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Batch Normalization 설명 없음
Bottleneck Residual Block A Bottleneck Residual Block is a variant of the residual block that utilises 1x1 convolutions to create a bottleneck. The…
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
Residual Block Residual Blocks are skip-connection blocks that learn residual functions with reference to the layer inputs, instead of learning unreferenced functions. They were introduced…
Kaiming Initialization 설명 없음

Similar Papers 제목 키워드 기반

4D Gaussian Splatting with Scale-aware Residual Field and Adaptive Optimization for Real-time Rendering of Temporally Complex Dynamic Scenes

2024-12-09 · Jinbo Yan, Rui Peng, Luyang Tang, Ronggang Wang

Reconstructing dynamic scenes from video sequences is a highly promising task in the multimedia domain. While previous methods have made progress, they often struggle with slow rendering and managing temporal complexitie…

ResWorld: Temporal Residual World Model for End-to-End Autonomous Driving

2026-02-11 · Jinqing Zhang, Zehua Fu, Zelin Xu, Wenying Dai 외 arxiv

The comprehensive understanding capabilities of world models for driving scenarios have significantly improved the planning accuracy of end-to-end autonomous driving frameworks. However, the redundant modeling of static …

Autonomous Driving

CTRL-GS: Cascaded Temporal Residue Learning for 4D Gaussian Splatting

2025-05-23 · Karly Hou, Wanhua Li, Hanspeter Pfister

Recently, Gaussian Splatting methods have emerged as a desirable substitute for prior Radiance Field methods for novel-view synthesis of scenes captured with multi-view images or videos. In this work, we propose a novel …

Novel View SynthesisOptical Flow Estimation

Temporal Residual Neural Radiance Fields for Monocular Video Dynamic Human Body Reconstruction

2026-09-04 · Tianle Du, Jie Wang, Xiaolong Xie, Wei Li 외 arxiv

In the field of computer vision and graphics, high-quality reconstruction of the human body in static scenes has been achieved in recent years by a single multilayer perceptron (MLP) in a number of approaches. However, M…

Spatiotemporal KSVD Dictionary Learning for Online Multi-target Tracking

2018-07-05 · Huynh Manh, Gita Alaghband

In this paper, we present a new spatial discriminative KSVD dictionary algorithm (STKSVD) for learning target appearance in online multi-target tracking. Different from other classification/recognition tasks (e.g. face, …

Dictionary LearningHuman Detection