CVJul 3, 2018

Deep Architectures and Ensembles for Semantic Video Classification

arXiv:1807.01026v326 citations
Originality Incremental advance
AI Analysis

This work addresses video classification for applications like content tagging, but it is incremental as it builds on existing deep learning and ensembling techniques.

The paper tackles accurate semantic labeling of short videos by proposing a residual architecture-based DNN and four diversity-driven ensembling methods, achieving state-of-the-art accuracy on the YouTube-8M dataset and comparable results on HMDB51 and UCF101.

This work addresses the problem of accurate semantic labelling of short videos. To this end, a multitude of different deep nets, ranging from traditional recurrent neural networks (LSTM, GRU), temporal agnostic networks (FV,VLAD,BoW), fully connected neural networks mid-stage AV fusion and others. Additionally, we also propose a residual architecture-based DNN for video classification, with state-of-the art classification performance at significantly reduced complexity. Furthermore, we propose four new approaches to diversity-driven multi-net ensembling, one based on fast correlation measure and three incorporating a DNN-based combiner. We show that significant performance gains can be achieved by ensembling diverse nets and we investigate factors contributing to high diversity. Based on the extensive YouTube8M dataset, we provide an in-depth evaluation and analysis of their behaviour. We show that the performance of the ensemble is state-of-the-art achieving the highest accuracy on the YouTube-8M Kaggle test data. The performance of the ensemble of classifiers was also evaluated on the HMDB51 and UCF101 datasets, and show that the resulting method achieves comparable accuracy with state-of-the-art methods using similar input features.

Foundations

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

Your Notes