CVDec 2, 2016

Procedural Generation of Videos to Train Deep Action Recognition Networks

arXiv:1612.00881v2152 citations
Originality Incremental advance
AI Analysis

This addresses the data bottleneck in video action recognition for computer vision researchers, offering a scalable alternative to manual labeling, though it is incremental as it builds on existing synthetic data generation methods.

The paper tackles the problem of expensive manual labeling for deep action recognition in videos by generating a synthetic dataset of 39,982 human action videos using procedural generation, and shows that combining this with small real datasets boosts performance on benchmarks like UCF101 and HMDB51, significantly outperforming fine-tuning unsupervised generative models.

Deep learning for human action recognition in videos is making significant progress, but is slowed down by its dependency on expensive manual labeling of large video collections. In this work, we investigate the generation of synthetic training data for action recognition, as it has recently shown promising results for a variety of other computer vision tasks. We propose an interpretable parametric generative model of human action videos that relies on procedural generation and other computer graphics techniques of modern game engines. We generate a diverse, realistic, and physically plausible dataset of human action videos, called PHAV for "Procedural Human Action Videos". It contains a total of 39,982 videos, with more than 1,000 examples for each action of 35 categories. Our approach is not limited to existing motion capture sequences, and we procedurally define 14 synthetic actions. We introduce a deep multi-task representation learning architecture to mix synthetic and real videos, even if the action categories differ. Our experiments on the UCF101 and HMDB51 benchmarks suggest that combining our large set of synthetic videos with small real-world datasets can boost recognition performance, significantly outperforming fine-tuning state-of-the-art unsupervised generative models of videos.

Foundations

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

Your Notes