paper-with-me

홈 › Papers

MLCVNet: Multi-Level Context VoteNet for 3D Object Detection

2020-04-12 · CVPR 2020 6 · Qian Xie, Yu-Kun Lai, Jing Wu, Zhoutao Wang, Yiming Zhang, Kai Xu, Jun Wang

In this paper, we address the 3D object detection task by capturing multi-level contextual information with the self-attention mechanism and multi-scale feature fusion. Most existing 3D object detection methods recognize objects individually, without giving any consideration on contextual information between these objects. Comparatively, we propose Multi-Level Context VoteNet (MLCVNet) to recognize 3D objects correlatively, building on the state-of-the-art VoteNet. We introduce three context modules into the voting and classifying stages of VoteNet to encode contextual information at different levels. Specifically, a Patch-to-Patch Context (PPC) module is employed to capture contextual information between the point patches, before voting for their corresponding object centroid points. Subsequently, an Object-to-Object Context (OOC) module is incorporated before the proposal and classification stage, to capture the contextual information between object candidates. Finally, a Global Scene Context (GSC) module is designed to learn the global scene context. We demonstrate these by capturing contextual information at patch, object and scene levels. Our method is an effective way to promote detection accuracy, achieving new state-of-the-art detection performance on challenging 3D object detection datasets, i.e., SUN RGBD and ScanNet. We also release our code at https://github.com/NUAAXQ/MLCVNet.

📄 PDF Abstract BibTeX arXiv:2004.05679

Code (1)

NUAAXQ/MLCVNet 공식 구현 pytorch

Tasks

3D Object DetectionObjectobject-detectionObject Detection

Similar Papers 제목 키워드 기반

Surface-biased Multi-Level Context 3D Object Detection

2023-02-13 · Sultan Abu Ghazal, Jean Lahoud, Rao Anwer

Object detection in 3D point clouds is a crucial task in a range of computer vision applications including robotics, autonomous cars, and augmented reality. This work addresses the object detection task in 3D point cloud…

3D Object DetectionObjectobject-detectionObject Detection

ImVoteNet: Boosting 3D Object Detection in Point Clouds with Image Votes

2020-01-29 · CVPR 2020 6 · Charles R. Qi, Xinlei Chen, Or Litany, Leonidas J. Guibas

3D object detection has seen quick progress thanks to advances in deep learning on point clouds. A few recent works have even shown state-of-the-art performance with just point clouds input (e.g. VoteNet). However, point…

3D geometry3D Object Detectionobject-detectionObject Detection+1

CP-VoteNet: Contrastive Prototypical VoteNet for Few-Shot Point Cloud Object Detection

2024-08-30 · Xuejing Li, Weijia Zhang, Chao Ma

Few-shot point cloud 3D object detection (FS3D) aims to identify and localise objects of novel classes from point clouds, using knowledge learnt from annotated base classes and novel classes with very few annotations. Th…

3D Object Detectionobject-detectionObject Detection

VoteNet+ : An Improved Deep Learning Label Fusion Method for Multi-atlas Segmentation

2019-11-01 · Zhipeng Ding, Xu Han, Marc Niethammer

In this work, we improve the performance of multi-atlas segmentation (MAS) by integrating the recently proposed VoteNet model with the joint label fusion (JLF) approach. Specifically, we first illustrate that using a dee…

VENet: Voting Enhancement Network for 3D Object Detection

2021-01-01 · ICCV 2021 10 · Qian Xie, Yu-Kun Lai, Jing Wu, Zhoutao Wang 외

Hough voting, as has been demonstrated in VoteNet, is effective for 3D object detection, where voting is a key step. In this paper, we propose a novel VoteNet-based 3D detector with vote enhancement to improve the de…

3D Object DetectionObjectobject-detectionObject Detection