paper-with-me

홈 › Papers

3D Scene Parsing via Class-Wise Adaptation

2018-12-10 · Daichi Ono, Hiroyuki Yabe, Tsutomu Horikawa

We propose the method that uses only computer graphics datasets to parse the real world 3D scenes. 3D scene parsing based on semantic segmentation is required to implement the categorical interaction in the virtual world. Convolutional Neural Networks (CNNs) have recently shown state-of-theart performance on computer vision tasks including semantic segmentation. However, collecting and annotating a huge amount of data are needed to train CNNs. Especially in the case of semantic segmentation, annotating pixel by pixel takes a significant amount of time and often makes mistakes. In contrast, computer graphics can generate a lot of accurate annotated data and easily scale up by changing camera positions, textures and lights. Despite these advantages, models trained on computer graphics datasets cannot perform well on real data, which is known as the domain shift. To address this issue, we first present that depth modal and synthetic noise are effective to reduce the domain shift. Then, we develop the class-wise adaptation which obtains domain invariant features of CNNs. To reduce the domain shift, we create computer graphics rooms with a lot of props, and provide photo-realistic rendered images.We also demonstrate the application which is combined semantic segmentation with Simultaneous Localization and Mapping (SLAM). Our application performs accurate 3D scene parsing in real-time on an actual room.

📄 PDF Abstract BibTeX arXiv:1812.03622

Code (0)

등록된 구현이 없습니다.

Tasks

Scene ParsingSegmentationSemantic SegmentationSimultaneous Localization and Mapping

Similar Papers 제목 키워드 기반

Structured prototype regularization for synthetic-to-real driving scene parsing

2026-03-17 · Jiahe Fan, Xiao Ma, Sergey Vityazev, George Giakos 외 arxiv

Driving scene parsing is critical for autonomous vehicles to operate reliably in complex real-world traffic environments. To reduce the reliance on costly pixel-level annotations, synthetic datasets with automatically ge…

Unsupervised Domain AdaptationAutonomous VehiclesScene Parsing

PIG: Prompt Images Guidance for Night-Time Scene Parsing

2024-06-15 · Zhifeng Xie, Rui Qiu, Sen Wang, Xin Tan 외

Night-time scene parsing aims to extract pixel-level semantic information in night images, aiding downstream tasks in understanding scene object distribution. Due to limited labeled night image datasets, unsupervised dom…

Data AugmentationDomain AdaptationPseudo LabelScene Parsing+1

Aerial Scene Parsing: From Tile-level Scene Classification to Pixel-wise Semantic Labeling

2022-01-06 · Yang Long, Gui-Song Xia, Liangpei Zhang, Gong Cheng 외

Given an aerial image, aerial scene parsing (ASP) targets to interpret the semantic structure of the image content, e.g., by assigning a semantic label to every pixel of the image. With the popularization of data-driven …

Aerial Scene ClassificationBenchmarkingClassificationMulti-Task Learning+2

Unsupervised Collaborative Domain Adaptation for Driving Scene Parsing

2026-06-01 · Jiahe Fan, Shaolong Shu, Mingjian Sun, Tiehua Zhang 외 arxiv

Reliable driving scene parsing is a fundamental capability for autonomous vehicles operating in open and dynamic driving environments. However, adapting perception models to new deployment domains remains challenging bec…

Unsupervised Domain AdaptationAutonomous VehiclesScene Parsing

What Synthesis is Missing: Depth Adaptation Integrated with Weak Supervision for Indoor Scene Parsing

2019-03-23 · ICCV 2019 10 · Keng-Chi Liu, Yi-Ting Shen, Jan P. Klopp, Liang-Gee Chen

Scene Parsing is a crucial step to enable autonomous systems to understand and interact with their surroundings. Supervised deep learning methods have made great progress in solving scene parsing problems, however, come …

Scene ParsingTransfer Learning