CVJun 27, 2017

Recurrent Residual Learning for Action Recognition

arXiv:1706.08807v13 citations
Originality Incremental advance
AI Analysis

This work addresses action recognition for applications like video surveillance and human-computer interaction, but it is incremental as it builds on existing ResNet architecture.

The authors tackled action recognition in videos by proposing a recurrent residual network that extends ResNet with limited-range temporal connections to learn spatio-temporal residuals, resulting in improved performance over standard ResNet and fully recurrent ResNet on a large-scale dataset.

Action recognition is a fundamental problem in computer vision with a lot of potential applications such as video surveillance, human computer interaction, and robot learning. Given pre-segmented videos, the task is to recognize actions happening within videos. Historically, hand crafted video features were used to address the task of action recognition. With the success of Deep ConvNets as an image analysis method, a lot of extensions of standard ConvNets were purposed to process variable length video data. In this work, we propose a novel recurrent ConvNet architecture called recurrent residual networks to address the task of action recognition. The approach extends ResNet, a state of the art model for image classification. While the original formulation of ResNet aims at learning spatial residuals in its layers, we extend the approach by introducing recurrent connections that allow to learn a spatio-temporal residual. In contrast to fully recurrent networks, our temporal connections only allow a limited range of preceding frames to contribute to the output for the current frame, enabling efficient training and inference as well as limiting the temporal context to a reasonable local range around each frame. On a large-scale action recognition dataset, we show that our model improves over both, the standard ResNet architecture and a ResNet extended by a fully recurrent layer.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes