CVJul 5, 2017

Video Representation Learning and Latent Concept Mining for Large-scale Multi-label Video Classification

arXiv:1707.01408v31 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses video classification for large-scale datasets like YouTube, but it is incremental as it builds on existing methods with optimizations.

The paper tackled large-scale multi-label video classification in the YouTube 8 Million Video Understanding Challenge, achieving 84.675% and 84.662% GAP on evaluation and test sets through a pipeline with refined video representation learning, latent concept mining, and ensemble methods.

We report on CMU Informedia Lab's system used in Google's YouTube 8 Million Video Understanding Challenge. In this multi-label video classification task, our pipeline achieved 84.675% and 84.662% GAP on our evaluation split and the official test set. We attribute the good performance to three components: 1) Refined video representation learning with residual links and hypercolumns 2) Latent concept mining which captures interactions among concepts. 3) Learning with temporal segments and weighted multi-model ensemble. We conduct experiments to validate and analyze the contribution of our models. We also share some unsuccessful trials leveraging conventional approaches such as recurrent neural networks for video representation learning for this large-scale video dataset. All the codes to reproduce our results are publicly available at https://github.com/Martini09/informedia-yt8m-release.

Foundations

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

Your Notes