paper-with-me

홈 › Papers

H3DNet: 3D Object Detection Using Hybrid Geometric Primitives

2020-06-10 · ECCV 2020 8 · Zaiwei Zhang, Bo Sun, Haitao Yang, Qi-Xing Huang

We introduce H3DNet, which takes a colorless 3D point cloud as input and outputs a collection of oriented object bounding boxes (or BB) and their semantic labels. The critical idea of H3DNet is to predict a hybrid set of geometric primitives, i.e., BB centers, BB face centers, and BB edge centers. We show how to convert the predicted geometric primitives into object proposals by defining a distance function between an object and the geometric primitives. This distance function enables continuous optimization of object proposals, and its local minimums provide high-fidelity object proposals. H3DNet then utilizes a matching and refinement module to classify object proposals into detected objects and fine-tune the geometric parameters of the detected objects. The hybrid set of geometric primitives not only provides more accurate signals for object detection than using a single type of geometric primitives, but it also provides an overcomplete set of constraints on the resulting 3D layout. Therefore, H3DNet can tolerate outliers in predicted geometric primitives. Our model achieves state-of-the-art 3D detection results on two large datasets with real 3D scans, ScanNet and SUN RGB-D.

📄 PDF Abstract BibTeX arXiv:2006.05682

Code (2)

zaiweizhang/H3DNet 공식 구현 pytorch
open-mmlab/mmdetection3d pytorch

Tasks

3D Object DetectionObjectobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

H3DNet Code for paper: H3DNet: 3D Object Detection Using Hybrid Geometric Primitives (ECCV 2020)

Similar Papers 제목 키워드 기반

HybridSDF: Combining Deep Implicit Shapes and Geometric Primitives for 3D Shape Representation and Manipulation

2021-09-22 · Subeesh Vasu, Nicolas Talabot, Artem Lukoianov, Pierre Baqué 외

Deep implicit surfaces excel at modeling generic shapes but do not always capture the regularities present in manufactured objects, which is something simple geometric primitives are particularly good at. In this paper, …

3D Shape Representation

NeuroHSMD: Neuromorphic Hybrid Spiking Motion Detector

2021-12-12 · Pedro Machado, Joao Filipe Ferreira, Andreas Oikonomou, T. M. McGinnity

Vertebrate retinas are highly-efficient in processing trivial visual tasks such as detecting moving objects, yet a complex challenges for modern computers. In vertebrates, the detection of object motion is performed by s…

Change DetectionMotion DetectionObject

CAM3DNet: Comprehensively mining the multi-scale features for 3D Object Detection with Multi-View Cameras

2026-04-18 · Mingxi Pang, Dingheng Wang, Zekun Li, Zhenping Sun 외 arxiv

Query-based 3D object detection methods using multi-view images often struggle to efficiently leverage dynamic multi-scale information, e.g., the relationship between the object features and the geometric of the queries …

3D Object Detection

SAFDNet: A Simple and Effective Network for Fully Sparse 3D Object Detection

2024-03-09 · CVPR 2024 1 · Gang Zhang, Junnan Chen, Guohuan Gao, Jianmin Li 외

LiDAR-based 3D object detection plays an essential role in autonomous driving. Existing high-performing 3D object detectors usually build dense feature maps in the backbone network and prediction head. However, the compu…

3D Object DetectionAutonomous DrivingObjectobject-detection+1

GAT-CADNet: Graph Attention Network for Panoptic Symbol Spotting in CAD Drawings

2022-01-03 · CVPR 2022 1 · Zhaohua Zheng, Jianfang Li, Lingjie Zhu, Honghua Li 외

Spotting graphical symbols from the computer-aided design (CAD) drawings is essential to many industrial applications. Different from raster images, CAD drawings are vector graphics consisting of geometric primitives suc…

Graph AttentionVector Graphics