paper-with-me

Papers

Rethinking Voxelization and Classification for 3D Object Detection

2023-01-10 · Youshaa Murhij, Alexander Golodkov, Dmitry Yudin

The main challenge in 3D object detection from LiDAR point clouds is achieving real-time performance without affecting the reliability of the network. In other words, the detecting network must be confident enough about its predictions. In this paper, we present a solution to improve network inference speed and precision at the same time by implementing a fast dynamic voxelizer that works on fast pillar-based models in the same way a voxelizer works on slow voxel-based models. In addition, we propose a lightweight detection sub-head model for classifying predicted objects and filter out false detected objects that significantly improves model precision in a negligible time and computing cost. The developed code is publicly available at: https://github.com/YoushaaMurhij/RVCDet.

📄 PDF Abstract BibTeX arXiv:2301.04058

Code (1)

youshaamurhij/rvcdet 공식 구현 pytorch

Tasks

3D Object DetectionClassificationObjectobject-detectionObject Detection

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…

Similar Papers 제목 키워드 기반

DV-Det: Efficient 3D Point Cloud Object Detection with Dynamic Voxelization

2021-07-27 · Zhaoyu Su, Pin Siang Tan, Yu-Hsing Wang

In this work, we propose a novel two-stage framework for the efficient 3D point cloud object detection. Instead of transforming point clouds into 2D bird eye view projections, we parse the raw point cloud data directly i…

3D Object Detectionobject-detectionObject DetectionQuantization

End-to-End Multi-View Fusion for 3D Object Detection in LiDAR Point Clouds

2019-10-15 · Yin Zhou, Pei Sun, Yu Zhang, Dragomir Anguelov 외

Recent work on 3D object detection advocates point cloud voxelization in birds-eye view, where objects preserve their physical dimensions and are naturally separable. When represented in this view, however, point clouds …

3D Object Detectionobject-detectionObject Detection

Every View Counts: Cross-View Consistency in 3D Object Detection with Hybrid-Cylindrical-Spherical Voxelization

2020-12-01 · NeurIPS 2020 12 · Qi Chen, Lin Sun, Ernest Cheung, Alan L. Yuille

Recent voxel-based 3D object detectors for autonomous vehicles learn point cloud representations either from bird eye view (BEV) or range view (RV, a.k.a. the perspective view). However, each view has its own strengths a…

3D Object DetectionAutonomous Vehiclesobject-detectionObject Detection

PV-RCNN: The Top-Performing LiDAR-only Solutions for 3D Detection / 3D Tracking / Domain Adaptation of Waymo Open Dataset Challenges

2020-08-28 · Shaoshuai Shi, Chaoxu Guo, Jihan Yang, Hongsheng Li

In this technical report, we present the top-performing LiDAR-only solutions for 3D detection, 3D tracking and domain adaptation three tracks in Waymo Open Dataset Challenges 2020. Our solutions for the competition are b…

3D Object DetectionDomain Adaptationobject-detectionObject Detection

Frustum VoxNet for 3D object detection from RGB-D or Depth images

2019-10-12 · Xiaoke Shen, Ioannis Stamos

Recently, there have been a plethora of classification and detection systems from RGB as well as 3D images. In this work, we describe a new 3D object detection system from an RGB-D or depth-only point cloud. Our system f…

3D Object DetectionObject DetectionObject Detection In Indoor Scenes