Related Experiment Video
Updated: Aug 15, 2025

03:31
Author Spotlight: Enhancement of Salient Object Detection for Smart Grid Applications
Published on: December 15, 2023
601
Up-Sampling Method for Low-Resolution LiDAR Point Cloud to Enhance 3D Object Detection in an Autonomous Driving
1School of Mechanical and Control Engineering, Handong Global University, Pohang 37554, Republic of Korea.
Sensors (Basel, Switzerland)
|January 8, 2023
Summary
This study introduces an effective up-sampling method for low-resolution LiDAR data, significantly improving 3D object detection accuracy for autonomous driving systems by creating denser point clouds.
Area of Science:
- Computer Vision
- Robotics
- Autonomous Systems
Background:
- High-resolution LiDAR is costly, limiting 3D object detection research budgets.
- Low-resolution LiDAR (32-Ch or less) results in reduced detection accuracy due to sparse point clouds.
Purpose of the Study:
- To propose a simple and effective method for up-sampling low-resolution point cloud data.
- To enhance 3D object detection performance by reconstructing sparse data into denser point clouds.
Main Methods:
- Converted 3D point cloud data into a 4-channel 2D range image (x, y, z, intensity).
- Employed interpolation based on pixel distance and range values of six neighbors to reconstruct empty spaces.
- Addressed over-smoothing issues common in conventional interpolation methods.
Main Results:
- Improved operational speed and object detection performance compared to deep-learning super-resolution methods.
- Applied to a 32-Ch point cloud input for a point-pillar detection model.
- Achieved significant mAP increases on the KITTI dataset: 9.2%p for pedestrians, 6.3%p for cyclists, and 5.9%p for cars.
Conclusions:
- The proposed up-sampling method effectively enhances 3D object detection using low-resolution LiDAR data.
- The technique offers a cost-effective solution for improving autonomous driving perception systems.
- Future work will explore applications in diverse dataset environments beyond autonomous driving.
Related Concept Videos
Upsampling
281
Managing signal sampling rates is essential in digital signal processing to maintain signal integrity. A decimated signal, characterized by a reduced frequency range due to its lower sampling rate, can be upsampled by inserting zeros between each sample. This upsampling process expands the original spectrum and introduces repeated spectral replicas at intervals dictated by the new Nyquist frequency. To refine this zero-inserted sequence, it is passed through a lowpass filter with a cutoff...
281
Downsampling
219
When considering a sampled sequence with zero values between sampling instants, one can replace it by taking every N-th value of the sequence. At these integer multiples of N, the original and sampled sequences coincide. This process, known as decimation, involves extracting every N-th sample from a sequence, thereby creating a more efficient sequence.
The Fourier transform of the decimated sequence reveals a combination of scaled and shifted versions of the original spectrum. This...
The Fourier transform of the decimated sequence reveals a combination of scaled and shifted versions of the original spectrum. This...
219

