paper-with-me

홈 › Papers

Self-supervised Pre-training for Semantic Segmentation in an Indoor Scene

2022-10-04 · Sulabh Shrestha, Yimeng Li, Jana Kosecka

The ability to endow maps of indoor scenes with semantic information is an integral part of robotic agents which perform different tasks such as target driven navigation, object search or object rearrangement. The state-of-the-art methods use Deep Convolutional Neural Networks (DCNNs) for predicting semantic segmentation of an image as useful representation for these tasks. The accuracy of semantic segmentation depends on the availability and the amount of labeled data from the target environment or the ability to bridge the domain gap between test and training environment. We propose RegConsist, a method for self-supervised pre-training of a semantic segmentation model, exploiting the ability of the agent to move and register multiple views in the novel environment. Given the spatial and temporal consistency cues used for pixel level data association, we use a variant of contrastive learning to train a DCNN model for predicting semantic segmentation from RGB views in the target environment. The proposed method outperforms models pre-trained on ImageNet and achieves competitive performance when using models that are trained for exactly the same task but on a different dataset. We also perform various ablation studies to analyze and demonstrate the efficacy of our proposed method.

📄 PDF Abstract BibTeX arXiv:2210.01884

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningObject RearrangementSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Test 설명 없음
DCNN Diffusion-convolutional neural networks (DCNN) is a model for graph-structured data. Through the introduction of a diffusion-convolution operation, diffusion-based representations…
Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

GAM-Depth: Self-Supervised Indoor Depth Estimation Leveraging a Gradient-Aware Mask and Semantic Constraints

2024-02-22 · Anqi Cheng, Zhiyuan Yang, Haiyue Zhu, Kezhi Mao

Self-supervised depth estimation has evolved into an image reconstruction task that minimizes a photometric loss. While recent methods have made strides in indoor depth estimation, they often produce inconsistent depth e…

Depth EstimationImage Reconstruction

A Self-Supervised Miniature One-Shot Texture Segmentation (MOSTS) Model for Real-Time Robot Navigation and Embedded Applications

2023-06-15 · Yu Chen, Chirag Rastogi, Zheyu Zhou, William R. Norris

Determining the drivable area, or free space segmentation, is critical for mobile robots to navigate indoor environments safely. However, the lack of coherent markings and structures (e.g., lanes, curbs, etc.) in indoor …

NavigateRobot NavigationSegmentationSemantic Segmentation

TTT-KD: Test-Time Training for 3D Semantic Segmentation through Knowledge Distillation from Foundation Models

2024-03-18 · Lisa Weijler, Muhammad Jehanzeb Mirza, Leon Sick, Can Ekkazan 외

Test-Time Training (TTT) proposes to adapt a pre-trained network to changing data distributions on-the-fly. In this work, we propose the first TTT method for 3D semantic segmentation, TTT-KD, which models Knowledge Disti…

3D Semantic SegmentationKnowledge DistillationSegmentationSemantic Segmentation

UnScene3D: Unsupervised 3D Instance Segmentation for Indoor Scenes

2023-03-25 · CVPR 2024 1 · David Rozenberszki, Or Litany, Angela Dai

3D instance segmentation is fundamental to geometric understanding of the world around us. Existing methods for instance segmentation of 3D scenes rely on supervision from expensive, manual 3D annotations. We propose UnS…

3D Instance SegmentationInstance SegmentationSegmentationSemantic Segmentation

Self-Supervised Learning of Lidar Segmentation for Autonomous Indoor Navigation

2020-12-10 · Hugues Thomas, Ben Agro, Mona Gridseth, Jian Zhang 외

We present a self-supervised learning approach for the semantic segmentation of lidar frames. Our method is used to train a deep point cloud segmentation architecture without any human annotation. The annotation process …

NavigatePoint Cloud SegmentationSegmentationSelf-Supervised Learning+2