Search papers, labs, and topics across Lattice.
This paper introduces SPARK, a novel single-camera 3D pose estimation algorithm specifically designed for autonomous racing, which utilizes keypoint detection to achieve fast and accurate tracking of competitors. By leveraging optimized YOLO models and the fixed geometry of racing environments, SPARK significantly reduces latency while outperforming existing monocular camera detection methods. The evaluation on real-world racing data demonstrates its superior performance compared to traditional LiDAR and camera detection systems, making it a practical solution for real-time applications in autonomous racing.
SPARK achieves high-accuracy, low-latency 3D pose estimation for autonomous racing, outperforming LiDAR and existing camera methods in real-time scenarios.
In autonomous racing, fast detection of other participants' movements is required to plan safe, collision-free trajectories with non-cooperative opponents. LiDAR detection is inherently slower and harder to deploy on edge devices than vision methods, causing delayed detections that limit object tracking performance during high-dynamic maneuvering. Utilizing monocular 3D detection enables an easy-to-deploy, low-latency detection of other participants on the racetrack. We present SPARK, a single-camera pose-estimation algorithm for autonomous racing using keypoint detection. It achieves long-range detection with high accuracy, exceeding the performance of state-of-the-art monocular camera detection algorithms while maintaining lower latency. By employing well-optimized YOLO models and leveraging the fixed geometry in the autonomous racing domain, the algorithm also exhibits low latency and resource usage. We evaluate the performance of our approach on real-world autonomous racing data and compare it to state-of-the-art LiDAR and camera detection algorithms. The source code is available at: https://github.com/TUMFTM/SPARK-camera-det