paper-with-me

홈 › Papers

INS-Conv: Incremental Sparse Convolution for Online 3D Segmentation

2022-01-01 · CVPR 2022 1 · Leyao Liu, Tian Zheng, Yun-Jou Lin, Kai Ni, Lu Fang

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.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

CPUGPUInstance SegmentationRGB-D ReconstructionSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Fusion-Aware Point Convolution for Online Semantic 3D Scene Segmentation

2020-03-13 · CVPR 2020 6 · Jiazhao Zhang, Chenyang Zhu, Lintao Zheng, Kai Xu

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 Segmentation

An Efficient Approximate Method for Online Convolutional Dictionary Learning

2023-01-25 · Farshad G. Veshki, Sergiy A. Vorobyov

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 Learning

Point Cloud Semantic Segmentation using Multi Scale Sparse Convolution Neural Network

2022-05-03 · Yunzheng Su, Lei Jiang, Jie Cao

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 Segmentation

3D Semantic Segmentation with Submanifold Sparse Convolutional Networks

2017-11-28 · CVPR 2018 6 · Benjamin Graham, Martin Engelcke, Laurens van der Maaten

Submanifold sparse convolutional networks

3D Semantic SegmentationLIDAR Semantic SegmentationSemantic Segmentation

Incrementer: Transformer for Class-Incremental Semantic Segmentation With Knowledge Distillation Focusing on Old Class

2023-01-01 · CVPR 2023 1 · Chao Shang, Hongliang Li, Fanman Meng, Qingbo Wu 외

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