CVSep 29, 2018

Non-local NetVLAD Encoding for Video Classification

arXiv:1810.00207v142 citations
Originality Synthesis-oriented
AI Analysis

This work addresses video classification for researchers and practitioners in computer vision, but it is incremental as it builds on existing methods like NetVLAD and non-local operations for a specific challenge.

The paper tackled video classification in the YouTube-8M challenge by fusing six sub-models into a single computational graph, achieving a GAP@20 score of 0.88763 on the public test set and ranking fourth in the competition.

This paper describes our solution for the 2$^\text{nd}$ YouTube-8M video understanding challenge organized by Google AI. Unlike the video recognition benchmarks, such as Kinetics and Moments, the YouTube-8M challenge provides pre-extracted visual and audio features instead of raw videos. In this challenge, the submitted model is restricted to 1GB, which encourages participants focus on constructing one powerful single model rather than incorporating of the results from a bunch of models. Our system fuses six different sub-models into one single computational graph, which are categorized into three families. More specifically, the most effective family is the model with non-local operations following the NetVLAD encoding. The other two family models are Soft-BoF and GRU, respectively. In order to further boost single models performance, the model parameters of different checkpoints are averaged. Experimental results demonstrate that our proposed system can effectively perform the video classification task, achieving 0.88763 on the public test set and 0.88704 on the private set in terms of GAP@20, respectively. We finally ranked at the fourth place in the YouTube-8M video understanding challenge.

Foundations

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

Your Notes