CVJul 26, 2018

Motion Feature Network: Fixed Motion Filter for Action Recognition

arXiv:1807.10037v2132 citations
Originality Incremental advance
AI Analysis

This work addresses efficiency and simplicity in action recognition for video analysis applications, though it is incremental as it builds on existing CNN frameworks.

The paper tackles the high computational cost and two-stream framework requirement in action recognition by proposing MFNet, which integrates motion blocks into CNN-based frameworks to encode spatio-temporal information end-to-end, achieving competitive performance on Jester and Something-Something datasets.

Spatio-temporal representations in frame sequences play an important role in the task of action recognition. Previously, a method of using optical flow as a temporal information in combination with a set of RGB images that contain spatial information has shown great performance enhancement in the action recognition tasks. However, it has an expensive computational cost and requires two-stream (RGB and optical flow) framework. In this paper, we propose MFNet (Motion Feature Network) containing motion blocks which make it possible to encode spatio-temporal information between adjacent frames in a unified network that can be trained end-to-end. The motion block can be attached to any existing CNN-based action recognition frameworks with only a small additional cost. We evaluated our network on two of the action recognition datasets (Jester and Something-Something) and achieved competitive performances for both datasets by training the networks from scratch.

Foundations

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

Your Notes