paper-with-me

Papers

MS23D: A 3D Object Detection Method Using Multi-Scale Semantic Feature Points to Construct 3D Feature Layer

2023-08-31 · Yongxin Shao, Aihong Tan, Binrui Wang, Tianhong Yan, Zhetao Sun, Yiyang Zhang, Jiaxin Liu

LiDAR point clouds can effectively depict the motion and posture of objects in three-dimensional space. Many studies accomplish the 3D object detection by voxelizing point clouds. However, in autonomous driving scenarios, the sparsity and hollowness of point clouds create some difficulties for voxel-based methods. The sparsity of point clouds makes it challenging to describe the geometric features of objects. The hollowness of point clouds poses difficulties for the aggregation of 3D features. We propose a two-stage 3D object detection framework, called MS23D. (1) We propose a method using voxel feature points from multi-branch to construct the 3D feature layer. Using voxel feature points from different branches, we construct a relatively compact 3D feature layer with rich semantic features. Additionally, we propose a distance-weighted sampling method, reducing the loss of foreground points caused by downsampling and allowing the 3D feature layer to retain more foreground points. (2) In response to the hollowness of point clouds, we predict the offsets between deep-level feature points and the object's centroid, making them as close as possible to the object's centroid. This enables the aggregation of these feature points with abundant semantic features. For feature points from shallow-level, we retain them on the object's surface to describe the geometric features of the object. To validate our approach, we evaluated its effectiveness on both the KITTI and ONCE datasets.

📄 PDF Abstract BibTeX arXiv:2308.16518

Code (0)

등록된 구현이 없습니다.

Tasks

3D Object DetectionAutonomous DrivingObjectobject-detectionObject Detection

Similar Papers 제목 키워드 기반

ScarfNet: Multi-scale Features with Deeply Fused and Redistributed Semantics for Enhanced Object Detection

2019-08-01 · Jin Hyeok Yoo, Dongsuk Kum, Jun Won Choi

Convolutional neural network (CNN) has led to significant progress in object detection. In order to detect the objects in various sizes, the object detectors often exploit the hierarchy of the multi-scale feature maps ca…

Objectobject-detectionObject Detection

Efficient Feature Aggregation and Scale-Aware Regression for Monocular 3D Object Detection

2024-11-05 · Yifan Wang, Xiaochen Yang, Fanqi Pu, Qingmin Liao 외

Monocular 3D object detection has attracted great attention due to simplicity and low cost. Existing methods typically follow conventional 2D detection paradigms, first locating object centers and then predicting 3D attr…

3D Object DetectionMonocular 3D Object Detectionobject-detectionObject Detection

MDSSD: Multi-scale Deconvolutional Single Shot Detector for Small Objects

2018-05-18 · Lisha Cui, Rui Ma, Pei Lv, Xiaoheng Jiang 외

For most of the object detectors based on multi-scale feature maps, the shallow layers are rich in fine spatial information and thus mainly responsible for small object detection. The performance of small object detectio…

Objectobject-detectionObject DetectionSmall Object Detection

MSFM: Multi-Scale Fusion Module for Object Detection

2021-01-01 · Xuesong Wang, Caisheng Wang

Feature fusion is beneficial to object detection tasks in two folds. On one hand, detail and position information can be combined with semantic information when high and low-resolution features from shallow and deep laye…

Objectobject-detectionObject DetectionPosition

Skipped Feature Pyramid Network with Grid Anchor for Object Detection

2023-10-22 · Li Pengfei, Wei Wei, Yan Yu, Zhu Rong 외

CNN-based object detection methods have achieved significant progress in recent years. The classic structures of CNNs produce pyramid-like feature maps due to the pooling or other re-scale operations. The feature maps in…

Objectobject-detectionObject Detection