paper-with-me

Papers

HaDR: Applying Domain Randomization for Generating Synthetic Multimodal Dataset for Hand Instance Segmentation in Cluttered Industrial Environments

2023-04-12 · Stefan Grushko, Aleš Vysocký, Jakub Chlebek, Petr Prokop

This study uses domain randomization to generate a synthetic RGB-D dataset for training multimodal instance segmentation models, aiming to achieve colour-agnostic hand localization in cluttered industrial environments. Domain randomization is a simple technique for addressing the "reality gap" by randomly rendering unrealistic features in a simulation scene to force the neural network to learn essential domain features. We provide a new synthetic dataset for various hand detection applications in industrial environments, as well as ready-to-use pretrained instance segmentation models. To achieve robust results in a complex unstructured environment, we use multimodal input that includes both colour and depth information, which we hypothesize helps to improve the accuracy of the model prediction. In order to test this assumption, we analyze the influence of each modality and their synergy. The evaluated models were trained solely on our synthetic dataset; yet we show that our approach enables the models to outperform corresponding models trained on existing state-of-the-art datasets in terms of Average Precision and Probability-based Detection Quality.

📄 PDF Abstract BibTeX arXiv:2304.05826

Code (1)

anion0278/hadr 공식 구현 pytorch

Tasks

Hand DetectionInstance SegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Structured Domain Randomization: Bridging the Reality Gap by Context-Aware Synthetic Data

2018-10-23 · Aayush Prakash, Shaad Boochoon, Mark Brophy, David Acuna 외

We present structured domain randomization (SDR), a variant of domain randomization (DR) that takes into account the structure and context of the scene. In contrast to DR, which places objects and distractors randomly ac…

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 for Object Detection in Manufacturing Applications using Synthetic Data: A Comprehensive Study

2025-06-09 · Xiaomeng Zhu, Jacob Henningsson, Duruo Li, Pär Mårtensson 외

This paper addresses key aspects of domain randomization in generating synthetic data for manufacturing object detection applications. To this end, we present a comprehensive data generation pipeline that reflects differ…

Objectobject-detectionObject Detection

Photo-realistic Neural Domain Randomization

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

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: im…

Depth EstimationImage GenerationMonocular Depth EstimationNeural Rendering+2

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