paper-with-me

Papers

PointSlice: Accurate and Efficient Slice-Based Representation for 3D Object Detection from Point Clouds

2025-09-01 · Liu Qifeng, Zhao Dawei, Dong Yabo, Xiao Liang, Wang Juan, Min Chen, Li Fuyang, Jiang Weizhong, Lu Dongming, Nie Yiming arxiv

3D object detection from point clouds plays a critical role in autonomous driving. Currently, the primary methods for point cloud processing are voxel-based and pillar-based approaches. Voxel-based methods offer high accuracy through fine-grained spatial segmentation but suffer from slower inference speeds. Pillar-based methods enhance inference speed but typically lag behind voxel-based methods in detection accuracy. To address this trade-off, we propose a novel point cloud processing method, PointSlice, which slices point clouds along the horizontal plane and incorporates a dedicated detection network. The main contributions of PointSlice are: (1) A novel slice-based representation that converts 3D point clouds into multiple sets of 2D (x-y) data slices. The model explicitly learns 2D data distributions by treating the 3D point cloud as separate batches of 2D data, which significantly reduces the parameter count and enhances inference speed; (2) The introduction of a Slice Interaction Network (SIN). To preserve vertical geometric relationships across slices, we incorporate SIN into the 2D backbone network, thereby improving the model's 3D perception capability. Extensive experiments demonstrate that PointSlice achieves a superior balance between detection accuracy and efficiency. On the Waymo Open Dataset, PointSlice achieves a 1.13$\times$ speedup and uses 0.79$\times$ the parameters of the state-of-the-art voxel-based method (SAFDNet), with a marginal 1.2 mAPH accuracy reduction. On the nuScenes dataset, we achieve a state-of-the-art 66.7 mAP. On the Argoverse 2 dataset, PointSlice is 1.10$\times$ faster with 0.66$\times$ the parameters, while showing a negligible accuracy drop of 1.0 mAP. The source code is available at https://github.com/qifeng22/PointSlice2.

📄 PDF Abstract BibTeX arXiv:2509.01487

Code (0)

등록된 구현이 없습니다.

Tasks

3D Object DetectionAutonomous DrivingPoint Clouds

Results from the Paper

RankTaskDatasetModelMetrics
#8 3D Object Detection Waymo Open Dataset PointSlice mAPH/L2: 66.7
#2238 3D Object Detection nuScenes PointSlice mAP: 1.10

Similar Papers 제목 키워드 기반

RCNN-SliceNet: A Slice and Cluster Approach for Nuclei Centroid Detection in Three-Dimensional Fluorescence Microscopy Images

2021-06-29 · Liming Wu, Shuo Han, Alain Chen, Paul Salama 외

Robust and accurate nuclei centroid detection is important for the understanding of biological structures in fluorescence microscopy images. Existing automated nuclei localization methods face three main challenges: (1) …

object-detectionObject Detection

GH-ESD: Grounded Hypothesis-Driven Error Slice Discovery for Instance-Level Vision Tasks

2025-12-31 · Wei Zhang, Chaoqun Wang, Zixuan Guan, Sam Kao 외 arxiv

Systematic failures of vision models on semantically coherent subsets, known as error slices, reveal limitations in robustness and evaluation. Existing slice discovery approaches largely model slices as clusters in repre…

Object Detection

Fully-automated deep learning slice-based muscle estimation from CT images for sarcopenia assessment

2020-06-10 · Fahdi Kanavati, Shah Islam, Zohaib Arain, Eric O. Aboagye 외

Objective: To demonstrate the effectiveness of using a deep learning-based approach for a fully automated slice-based measurement of muscle mass for assessing sarcopenia on CT scans of the abdomen without any case exclus…

Segmentation

MOSAIC: A Multi-View 2.5D Organ Slice Selector with Cross-Attentional Reasoning for Anatomically-Aware CT Localization in Medical Organ Segmentation

2025-05-15 · Hania Ghouse, Muzammil Behzad

Efficient and accurate multi-organ segmentation from abdominal CT volumes is a fundamental challenge in medical image analysis. Existing 3D segmentation approaches are computationally and memory intensive, often processi…

Medical Image AnalysisOrgan SegmentationSegmentation

Evaluation of YOLO Models with Sliced Inference for Small Object Detection

2022-03-09 · Muhammed Can Keles, Batuhan Salmanoglu, Mehmet Serdar Guzel, Baran Gursoy 외

Small object detection has major applications in the fields of UAVs, surveillance, farming and many others. In this work we investigate the performance of state of the art Yolo based object detection models for the task …

Objectobject-detectionObject DetectionSmall Object Detection