paper-with-me

Papers

Multi-view PointNet for 3D Scene Understanding

2019-09-30 · Maximilian Jaritz, Jiayuan Gu, Hao Su

Fusion of 2D images and 3D point clouds is important because information from dense images can enhance sparse point clouds. However, fusion is challenging because 2D and 3D data live in different spaces. In this work, we propose MVPNet (Multi-View PointNet), where we aggregate 2D multi-view image features into 3D point clouds, and then use a point based network to fuse the features in 3D canonical space to predict 3D semantic labels. To this end, we introduce view selection along with a 2D-3D feature aggregation module. Extensive experiments show the benefit of leveraging features from dense images and reveal superior robustness to varying point cloud density compared to 3D-only methods. On the ScanNetV2 benchmark, our MVPNet significantly outperforms prior point cloud based approaches on the task of 3D Semantic Segmentation. It is much faster to train than the large networks of the sparse voxel approach. We provide solid ablation studies to ease the future design of 2D-3D fusion methods and their extension to other tasks, as we showcase for 3D instance segmentation.

📄 PDF Abstract BibTeX arXiv:1909.13603

Code (0)

등록된 구현이 없습니다.

Tasks

3D Instance Segmentation3D Semantic SegmentationInstance SegmentationScene UnderstandingSegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation

2016-12-02 · CVPR 2017 7 · Charles R. Qi, Hao Su, Kaichun Mo, Leonidas J. Guibas

Point cloud is an important type of geometric data structure. Due to its irregular format, most researchers transform such data to regular 3D voxel grids or collections of images. This, however, renders data unnecessaril…

3D Face Reconstruction3D Semantic SegmentationFew-Shot 3D Point Cloud ClassificationPoint Cloud Segmentation+5

GSPN: Generative Shape Proposal Network for 3D Instance Segmentation in Point Cloud

2018-12-08 · CVPR 2019 6 · Li Yi, Wang Zhao, He Wang, Minhyuk Sung 외

We introduce a novel 3D object proposal approach named Generative Shape Proposal Network (GSPN) for instance segmentation in point cloud data. Instead of treating object proposal as a direct bounding box regression probl…

3D Instance Segmentation3D Object DetectionInstance SegmentationObject+3

Learning 3D Semantic Scene Graphs from 3D Indoor Reconstructions

2020-04-08 · CVPR 2020 6 · Johanna Wald, Helisa Dhamo, Nassir Navab, Federico Tombari

Scene understanding has been of high interest in computer vision. It encompasses not only identifying objects in a scene, but also their relationships within the given context. With this goal, a recent line of works tack…

3d scene graph generation3D Semantic SegmentationRetrievalScene Understanding+1

PointNet++: Deep Hierarchical Feature Learning on Point Sets in a Metric Space

2017-06-07 · NeurIPS 2017 12 · Charles R. Qi, Li Yi, Hao Su, Leonidas J. Guibas

Few prior works study deep learning on point sets. PointNet by Qi et al. is a pioneer in this direction. However, by design PointNet does not capture local structures induced by the metric space points live in, limiting …

3D Part Segmentation3D Point Cloud Classification3D Semantic Segmentation+5

SceneGraphFusion: Incremental 3D Scene Graph Prediction from RGB-D Sequences

2021-03-27 · CVPR 2021 1 · Shun-Cheng Wu, Johanna Wald, Keisuke Tateno, Nassir Navab 외

Scene graphs are a compact and explicit representation successfully used in a variety of 2D scene understanding tasks. This work proposes a method to incrementally build up semantic scene graphs from a 3D environment giv…

3D Object Classification3d scene graph generationGraph Neural NetworkPanoptic Segmentation+3