CVMar 5, 2021

Unsupervised Motion Representation Enhanced Network for Action Recognition

arXiv:2103.03465v14 citations
AI Analysis

This addresses the computational bottleneck in video understanding for researchers and practitioners, though it is incremental as it builds on existing unsupervised motion representation methods.

The paper tackles the problem of time-consuming and storage-expensive optical flow extraction for action recognition by proposing UF-TSN, an end-to-end approach with an embedded unsupervised optical flow estimator, achieving better accuracy than state-of-the-art unsupervised methods while maintaining efficiency.

Learning reliable motion representation between consecutive frames, such as optical flow, has proven to have great promotion to video understanding. However, the TV-L1 method, an effective optical flow solver, is time-consuming and expensive in storage for caching the extracted optical flow. To fill the gap, we propose UF-TSN, a novel end-to-end action recognition approach enhanced with an embedded lightweight unsupervised optical flow estimator. UF-TSN estimates motion cues from adjacent frames in a coarse-to-fine manner and focuses on small displacement for each level by extracting pyramid of feature and warping one to the other according to the estimated flow of the last level. Due to the lack of labeled motion for action datasets, we constrain the flow prediction with multi-scale photometric consistency and edge-aware smoothness. Compared with state-of-the-art unsupervised motion representation learning methods, our model achieves better accuracy while maintaining efficiency, which is competitive with some supervised or more complicated approaches.

Foundations

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

Your Notes