Parallel Neural Computing for Scene Understanding from LiDAR Perception in Autonomous Racing
Suwesh Prasad Sah

TL;DR
This paper introduces a parallel neural network architecture for real-time scene understanding from LiDAR data in autonomous racing, enabling faster inference speeds suitable for high-velocity environments.
Contribution
It proposes the Parallel Perception Network (PPN), a novel architecture with two independent networks running in parallel on separate hardware to improve speed and efficiency in processing LiDAR data.
Findings
Achieved 2x inference speedup over sequential models
Demonstrated effective parallel processing of LiDAR data
Validated on NVIDIA T4 GPUs with real-time performance
Abstract
Autonomous driving in high-speed racing, as opposed to urban environments, presents significant challenges in scene understanding due to rapid changes in the track environment. Traditional sequential network approaches may struggle to meet the real-time knowledge and decision-making demands of an autonomous agent covering large displacements in a short time. This paper proposes a novel baseline architecture for developing sophisticated models capable of true hardware-enabled parallelism, achieving neural processing speeds that mirror the agent's high velocity. The proposed model (Parallel Perception Network (PPN)) consists of two independent neural networks, segmentation and reconstruction networks, running parallelly on separate accelerated hardware. The model takes raw 3D point cloud data from the LiDAR sensor as input and converts it into a 2D Bird's Eye View Map on both devices.…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsImage Processing and 3D Reconstruction · Advanced Neural Network Applications · Industrial Vision Systems and Defect Detection
MethodsConvolution
