3D Scene Parsing via Class-Wise Adaptation
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.
Code (0)
등록된 구현이 없습니다.
Tasks
Scene ParsingSegmentationSemantic SegmentationSimultaneous Localization and MappingSimilar Papers 제목 키워드 기반
Structured prototype regularization for synthetic-to-real driving scene parsing
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 ParsingPIG: Prompt Images Guidance for Night-Time Scene Parsing
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+1Aerial Scene Parsing: From Tile-level Scene Classification to Pixel-wise Semantic Labeling
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+2Unsupervised Collaborative Domain Adaptation for Driving Scene Parsing
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 ParsingWhat Synthesis is Missing: Depth Adaptation Integrated with Weak Supervision for Indoor Scene Parsing
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