UTS submission to Google YouTube-8M Challenge 2017
Linchao Zhu, Yanbin Liu, Yi Yang

TL;DR
This paper describes a solution for the YouTube-8M video classification challenge using a combination of video-level and frame-level neural network models, achieving high accuracy on the test set.
Contribution
The paper introduces an ensemble approach combining MoE, RNN variants, attention, and convolutional models for improved video classification performance.
Findings
GAP 0.802 with a single MoE model on validation set
GAP 0.8408 achieved with ensemble on test set
Effective use of multiple neural network architectures
Abstract
In this paper, we present our solution to Google YouTube-8M Video Classification Challenge 2017. We leveraged both video-level and frame-level features in the submission. For video-level classification, we simply used a 200-mixture Mixture of Experts (MoE) layer, which achieves GAP 0.802 on the validation set with a single model. For frame-level classification, we utilized several variants of recurrent neural networks, sequence aggregation with attention mechanism and 1D convolutional models. We achieved GAP 0.8408 on the private testing set with the ensemble model. The source code of our models can be found in \url{https://github.com/ffmpbgrnn/yt8m}.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsVideo Analysis and Summarization · Anomaly Detection Techniques and Applications · Human Pose and Action Recognition
