paper-with-me

Papers

Photo-realistic Neural Domain Randomization

2022-10-23 · Sergey Zakharov, Rares Ambrus, Vitor Guizilini, Wadim Kehl, Adrien Gaidon

Synthetic data is a scalable alternative to manual supervision, but it requires overcoming the sim-to-real domain gap. This discrepancy between virtual and real worlds is addressed by two seemingly opposed approaches: improving the realism of simulation or foregoing realism entirely via domain randomization. In this paper, we show that the recent progress in neural rendering enables a new unified approach we call Photo-realistic Neural Domain Randomization (PNDR). We propose to learn a composition of neural networks that acts as a physics-based ray tracer generating high-quality renderings from scene geometry alone. Our approach is modular, composed of different neural networks for materials, lighting, and rendering, thus enabling randomization of different key image generation components in a differentiable pipeline. Once trained, our method can be combined with other methods and used to generate photo-realistic image augmentations online and significantly more efficiently than via traditional ray-tracing. We demonstrate the usefulness of PNDR through two downstream tasks: 6D object detection and monocular depth estimation. Our experiments show that training with PNDR enables generalization to novel scenes and significantly outperforms the state of the art in terms of real-world transfer.

📄 PDF Abstract BibTeX arXiv:2210.12682

Code (0)

등록된 구현이 없습니다.

Tasks

Depth EstimationImage GenerationMonocular Depth EstimationNeural Renderingobject-detectionObject Detection

Similar Papers 제목 키워드 기반

Domain Randomization for Object Counting

2022-02-17 · Enric Moreu, Kevin McGuinness, Diego Ortego, Noel E. O'Connor

Recently, the use of synthetic datasets based on game engines has been shown to improve the performance of several tasks in computer vision. However, these datasets are typically only appropriate for the specific domains…

ObjectObject Counting

Domain Randomization for Scene-Specific Car Detection and Pose Estimation

2018-11-14 · Rawal Khirodkar, Donghyun Yoo, Kris M. Kitani

We address the issue of domain gap when making use of synthetic data to train a scene-specific object detector and pose estimator. While previous works have shown that the constraints of learning a scene-specific model c…

3D Pose EstimationInstance SegmentationPose EstimationSynthetic Data Generation

BlendTorch: A Real-Time, Adaptive Domain Randomization Library

2020-10-06 · Christoph Heindl, Lukas Brunner, Sebastian Zambal, Josef Scharinger

Solving complex computer vision tasks by deep learning techniques relies on large amounts of (supervised) image data, typically unavailable in industrial environments. The lack of training data starts to impede the succe…

object-detectionObject Detection

Applying Domain Randomization to Synthetic Data for Object Category Detection

2018-07-16 · João Borrego, Atabak Dehban, Rui Figueiredo, Plinio Moreno 외

Recent advances in deep learning-based object detection techniques have revolutionized their applicability in several fields. However, since these methods rely on unwieldy and large amounts of data, a common practice is …

object-detectionObject Detection

Domain Randomization-Enhanced Depth Simulation and Restoration for Perceiving and Grasping Specular and Transparent Objects

2022-08-07 · Qiyu Dai, Jiyao Zhang, Qiwei Li, Tianhao Wu 외

Commercial depth sensors usually generate noisy and missing depths, especially on specular and transparent objects, which poses critical issues to downstream depth or point cloud-based tasks. To mitigate this problem, we…

Pose EstimationTransparent objects