paper-with-me

Papers

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 successful transfer of state-of-the-art methods in computer vision to industrial applications. We introduce BlendTorch, an adaptive Domain Randomization (DR) library, to help creating infinite streams of synthetic training data. BlendTorch generates data by massively randomizing low-fidelity simulations and takes care of distributing artificial training data for model learning in real-time. We show that models trained with BlendTorch repeatedly perform better in an industrial object detection task than those trained on real or photo-realistic datasets.

📄 PDF Abstract BibTeX arXiv:2010.11696

Code (1)

cheind/pytorch-blender 공식 구현 pytorch

Tasks

object-detectionObject Detection

Similar Papers 제목 키워드 기반

BayRnTune: Adaptive Bayesian Domain Randomization via Strategic Fine-tuning

2023-10-16 · Tianle Huang, Nitish Sontakke, K. Niranjan Kumar, Irfan Essa 외

Domain randomization (DR), which entails training a policy with randomized dynamics, has proven to be a simple yet effective algorithm for reducing the gap between simulation and the real world. However, DR often require…

Online vs. Offline Adaptive Domain Randomization Benchmark

2022-06-29 · Gabriele Tiboni, Karol Arndt, Giuseppe Averta, Ville Kyrki 외

Physics simulators have shown great promise for conveniently learning reinforcement learning policies in safe, unconstrained environments. However, transferring the acquired knowledge to the real world can be challenging…

Domain Randomization for Robust, Affordable and Effective Closed-loop Control of Soft Robots

2023-03-07 · Gabriele Tiboni, Andrea Protopapa, Tatiana Tommasi, Giuseppe Averta

Soft robots are gaining popularity thanks to their intrinsic safety to contacts and adaptability. However, the potentially infinite number of Degrees of Freedom makes their modeling a daunting task, and in many cases onl…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Data-efficient Domain Randomization with Bayesian Optimization

2020-03-05 · Fabio Muratore, Christian Eilers, Michael Gienger, Jan Peters

When learning policies for robot control, the required real-world data is typically prohibitively expensive to acquire, so learning in simulation is a popular strategy. Unfortunately, such polices are often not transfera…

Bayesian Optimization

Learning Domain Randomization Distributions for Training Robust Locomotion Policies

2019-06-02 · Melissa Mozifian, Juan Camilo Gamboa Higuera, David Meger, Gregory Dudek

Domain randomization (DR) is a successful technique for learning robust policies for robot systems, when the dynamics of the target robot system are unknown. The success of policies trained with domain randomization howe…