CVDec 7, 2020

VideoMix: Rethinking Data Augmentation for Video Classification

arXiv:2012.03457v188 citations
AI Analysis

This work provides a systematic analysis of data augmentation for video classification and proposes a novel method to improve generalization performance for video action recognition models, which is an incremental improvement for the computer vision community.

This paper addresses overfitting in video action classifiers, which often rely on object and scene cues instead of action content. The authors propose VideoMix, a data augmentation strategy that creates new training videos by inserting a video cuboid into another, mixing ground truth labels proportionally. VideoMix consistently outperforms other augmentation baselines on Kinetics and Something-Something-V2, and improves weakly-supervised action localization on THUMOS'14 and video detection on AVA.

State-of-the-art video action classifiers often suffer from overfitting. They tend to be biased towards specific objects and scene cues, rather than the foreground action content, leading to sub-optimal generalization performances. Recent data augmentation strategies have been reported to address the overfitting problems in static image classifiers. Despite the effectiveness on the static image classifiers, data augmentation has rarely been studied for videos. For the first time in the field, we systematically analyze the efficacy of various data augmentation strategies on the video classification task. We then propose a powerful augmentation strategy VideoMix. VideoMix creates a new training video by inserting a video cuboid into another video. The ground truth labels are mixed proportionally to the number of voxels from each video. We show that VideoMix lets a model learn beyond the object and scene biases and extract more robust cues for action recognition. VideoMix consistently outperforms other augmentation baselines on Kinetics and the challenging Something-Something-V2 benchmarks. It also improves the weakly-supervised action localization performance on THUMOS'14. VideoMix pretrained models exhibit improved accuracies on the video detection task (AVA).

Code Implementations3 repos
Foundations

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

Your Notes