paper-with-me

Papers

Global and Local Texture Randomization for Synthetic-to-Real Semantic Segmentation

2021-08-05 · Duo Peng, Yinjie Lei, Lingqiao Liu, Pingping Zhang, Jun Liu

Semantic segmentation is a crucial image understanding task, where each pixel of image is categorized into a corresponding label. Since the pixel-wise labeling for ground-truth is tedious and labor intensive, in practical applications, many works exploit the synthetic images to train the model for real-word image semantic segmentation, i.e., Synthetic-to-Real Semantic Segmentation (SRSS). However, Deep Convolutional Neural Networks (CNNs) trained on the source synthetic data may not generalize well to the target real-world data. In this work, we propose two simple yet effective texture randomization mechanisms, Global Texture Randomization (GTR) and Local Texture Randomization (LTR), for Domain Generalization based SRSS. GTR is proposed to randomize the texture of source images into diverse unreal texture styles. It aims to alleviate the reliance of the network on texture while promoting the learning of the domain-invariant cues. In addition, we find the texture difference is not always occurred in entire image and may only appear in some local areas. Therefore, we further propose a LTR mechanism to generate diverse local regions for partially stylizing the source images. Finally, we implement a regularization of Consistency between GTR and LTR (CGL) aiming to harmonize the two proposed mechanisms during training. Extensive experiments on five publicly available datasets (i.e., GTA5, SYNTHIA, Cityscapes, BDDS and Mapillary) with various SRSS settings (i.e., GTA5/SYNTHIA to Cityscapes/BDDS/Mapillary) demonstrate that the proposed method is superior to the state-of-the-art methods for domain generalization based SRSS.

📄 PDF Abstract BibTeX arXiv:2108.02376

Code (0)

등록된 구현이 없습니다.

Tasks

Domain GeneralizationSegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

Training Deep Networks with Synthetic Data: Bridging the Reality Gap by Domain Randomization

2018-04-18 · Jonathan Tremblay, Aayush Prakash, David Acuna, Mark Brophy 외

We present a system for training deep neural networks for object detection using synthetic images. To handle the variability in real-world data, the system relies upon the technique of domain randomization, in which the …

Objectobject-detectionObject Detection

Sim2Air - Synthetic aerial dataset for UAV monitoring

2021-10-11 · Antonella Barisic, Frano Petric, Stjepan Bogdan

In this paper we propose a novel approach to generate a synthetic aerial dataset for application in UAV monitoring. We propose to accentuate shape-based object representation by applying texture randomization. A diverse …

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

Segmenting Unseen Industrial Components in a Heavy Clutter Using RGB-D Fusion and Synthetic Data

2020-02-10 · Seunghyeok Back, Jongwon Kim, Raeyoung Kang, Seungjun Choi 외

Segmentation of unseen industrial parts is essential for autonomous industrial systems. However, industrial components are texture-less, reflective, and often found in cluttered and unstructured environments with heavy o…

Instance SegmentationSegmentationSynthetic Data GenerationUnseen Object Instance Segmentation

Robust Navigation for Racing Drones based on Imitation Learning and Modularization

2021-05-27 · Tianqi Wang, Dong Eui Chang

This paper presents a vision-based modularized drone racing navigation system that uses a customized convolutional neural network (CNN) for the perception module to produce high-level navigation commands and then leverag…

Imitation Learning