CVAug 2, 2019

Learning to Train with Synthetic Humans

arXiv:1908.00967v135 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of data annotation for computer vision tasks, offering an incremental improvement in training methods for pose estimation.

The paper tackles the problem of training neural networks for multi-person 2D pose estimation with severe occlusions by using synthetic data to avoid expensive manual annotation, finding that augmenting real datasets with synthetic humans and using an adversarial student-teacher framework to select informative samples leads to improved results.

Neural networks need big annotated datasets for training. However, manual annotation can be too expensive or even unfeasible for certain tasks, like multi-person 2D pose estimation with severe occlusions. A remedy for this is synthetic data with perfect ground truth. Here we explore two variations of synthetic data for this challenging problem; a dataset with purely synthetic humans and a real dataset augmented with synthetic humans. We then study which approach better generalizes to real data, as well as the influence of virtual humans in the training loss. Using the augmented dataset, without considering synthetic humans in the loss, leads to the best results. We observe that not all synthetic samples are equally informative for training, while the informative samples are different for each training stage. To exploit this observation, we employ an adversarial student-teacher framework; the teacher improves the student by providing the hardest samples for its current state as a challenge. Experiments show that the student-teacher framework outperforms normal training on the purely synthetic dataset.

Code Implementations2 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