INS-Conv: Incremental Sparse Convolution for Online 3D Segmentation
We propose INS-Conv, an INcremental Sparse Convolutional network which enables online accurate 3D semantic and instance segmentation. Benefiting from the incremental nature of RGB-D reconstruction, we only need to update the residuals between the reconstructed scenes of consecutive frames, which are usually sparse. For layer design, we define novel residual propagation rules for sparse convolution operations, achieving close approximation to standard sparse convolution. For network architecture, an uncertainty term is proposed to adaptively select which residual to update, further improving the inference accuracy and efficiency. Based on INS-Conv, an online joint 3D semantic and instance segmentation pipeline is proposed, reaching an inference speed of 15 FPS on GPU and 10 FPS on CPU. Experiments on ScanNetv2 and SceneNN datasets show that the accuracy of our method surpasses previous online methods by a large margin, and is on par with state-of-the-art offline methods. A live demo on portable devices further shows the superior performance of INS-Conv.
Code (0)
등록된 구현이 없습니다.
Tasks
CPUGPUInstance SegmentationRGB-D ReconstructionSegmentationSemantic SegmentationMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Fusion-Aware Point Convolution for Online Semantic 3D Scene Segmentation
Online semantic 3D segmentation in company with real-time RGB-D reconstruction poses special challenges such as how to perform 3D convolution directly over the progressively fused 3D geometric data, and how to smartly fu…
RGB-D ReconstructionScene SegmentationAn Efficient Approximate Method for Online Convolutional Dictionary Learning
Most existing convolutional dictionary learning (CDL) algorithms are based on batch learning, where the dictionary filters and the convolutional sparse representations are optimized in an alternating manner using a train…
Dictionary LearningPoint Cloud Semantic Segmentation using Multi Scale Sparse Convolution Neural Network
In recent years, with the development of computing resources and LiDAR, point cloud semantic segmentation has attracted many researchers. For the sparsity of point clouds, although there is already a way to deal with spa…
feature selectionPoint Cloud SegmentationSegmentationSemantic Segmentation3D Semantic Segmentation with Submanifold Sparse Convolutional Networks
Submanifold sparse convolutional networks
3D Semantic SegmentationLIDAR Semantic SegmentationSemantic SegmentationIncrementer: Transformer for Class-Incremental Semantic Segmentation With Knowledge Distillation Focusing on Old Class
Class-incremental semantic segmentation aims to incrementally learn new classes while maintaining the capability to segment old ones, and suffers catastrophic forgetting since the old-class labels are unavailable. Mo…
Class-Incremental Semantic SegmentationDecoderKnowledge DistillationSegmentation+1