CVJun 3, 2020

From Real to Synthetic and Back: Synthesizing Training Data for Multi-Person Scene Understanding

arXiv:2006.02110v13 citations
AI Analysis

This addresses the challenge of obtaining controllable and annotated training data for multi-person scene understanding, though it is incremental as it builds on existing synthetic data and domain adaptation methods.

The paper tackles the problem of generating realistic synthetic images of multiple people interacting to reduce the synthetic-to-real domain gap, resulting in a pipeline that produces fully annotated data used to train a multi-task model for UV mapping and dense depth estimation, with quantitative and qualitative demonstrations on the CMU Panoptic Dataset.

We present a method for synthesizing naturally looking images of multiple people interacting in a specific scenario. These images benefit from the advantages of synthetic data: being fully controllable and fully annotated with any type of standard or custom-defined ground truth. To reduce the synthetic-to-real domain gap, we introduce a pipeline consisting of the following steps: 1) we render scenes in a context modeled after the real world, 2) we train a human parsing model on the synthetic images, 3) we use the model to estimate segmentation maps for real images, 4) we train a conditional generative adversarial network (cGAN) to learn the inverse mapping -- from a segmentation map to a real image, and 5) given new synthetic segmentation maps, we use the cGAN to generate realistic images. An illustration of our pipeline is presented in Figure 2. We use the generated data to train a multi-task model on the challenging tasks of UV mapping and dense depth estimation. We demonstrate the value of the data generation and the trained model, both quantitatively and qualitatively on the CMU Panoptic Dataset.

Foundations

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

Your Notes