CVROMay 7, 2023

Learning from synthetic data generated with GRADE

arXiv:2305.04282v21 citationsHas Code
AI Analysis

This addresses the need for realistic synthetic data in robotics applications, though it is incremental as it builds on existing simulation and rendering techniques.

The authors tackled the problem of limited realistic synthetic data for robotics by introducing GRADE, a customizable framework for generating high-fidelity dynamic environments, and demonstrated that using GRADE-generated data for pre-training improves YOLO and Mask R-CNN performance, with models trained solely on synthetic data generalizing well to real-world datasets like TUM-RGBD.

Recently, synthetic data generation and realistic rendering has advanced tasks like target tracking and human pose estimation. Simulations for most robotics applications are obtained in (semi)static environments, with specific sensors and low visual fidelity. To solve this, we present a fully customizable framework for generating realistic animated dynamic environments (GRADE) for robotics research, first introduced in [1]. GRADE supports full simulation control, ROS integration, realistic physics, while being in an engine that produces high visual fidelity images and ground truth data. We use GRADE to generate a dataset focused on indoor dynamic scenes with people and flying objects. Using this, we evaluate the performance of YOLO and Mask R-CNN on the tasks of segmenting and detecting people. Our results provide evidence that using data generated with GRADE can improve the model performance when used for a pre-training step. We also show that, even training using only synthetic data, can generalize well to real-world images in the same application domain such as the ones from the TUM-RGBD dataset. The code, results, trained models, and the generated data are provided as open-source at https://eliabntt.github.io/grade-rr.

Code Implementations1 repo
Foundations

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

Your Notes