CVApr 2, 2018

End-to-End Learning of Motion Representation for Video Understanding

arXiv:1804.00413v1224 citations
Originality Incremental advance
AI Analysis

This addresses the need for more efficient and integrated motion representation in video understanding, offering an incremental improvement over multi-stage approaches.

The paper tackles the reliance on hand-crafted optical flow features in video analysis by proposing TVNet, an end-to-end trainable neural network that learns optical-flow-like features from data, achieving better accuracies on action recognition benchmarks while being competitive in extraction time.

Despite the recent success of end-to-end learned representations, hand-crafted optical flow features are still widely used in video analysis tasks. To fill this gap, we propose TVNet, a novel end-to-end trainable neural network, to learn optical-flow-like features from data. TVNet subsumes a specific optical flow solver, the TV-L1 method, and is initialized by unfolding its optimization iterations as neural layers. TVNet can therefore be used directly without any extra learning. Moreover, it can be naturally concatenated with other task-specific networks to formulate an end-to-end architecture, thus making our method more efficient than current multi-stage approaches by avoiding the need to pre-compute and store features on disk. Finally, the parameters of the TVNet can be further fine-tuned by end-to-end training. This enables TVNet to learn richer and task-specific patterns beyond exact optical flow. Extensive experiments on two action recognition benchmarks verify the effectiveness of the proposed approach. Our TVNet achieves better accuracies than all compared methods, while being competitive with the fastest counterpart in terms of features extraction time.

Code Implementations1 repo
Foundations

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

Your Notes