A Racing Dataset and Baseline Model for Track Detection in Autonomous Racing
Shreya Ghosh, Yi-Huan Chen, Ching-Hsiang Huang, Abu Shafin Mohammad Mahdee Jameel, Chien Chou Ho, Aly El Gamal, Samuel Labi
TL;DR
RoRaTrack delivers the first open, real-world multi-camera racing dataset specifically designed for track detection on road courses, addressing challenges unique to autonomous racing such as high-speed blur and absent lane markings. The authors propose RaceGAN, a GAN-based baseline with a WeBACNN-inspired generator and pixel-wise discriminator, trained with a domain-transfer loss to adapt to racing data and enhanced by post-processing. Quantitative results show RaceGAN achieving state-of-the-art performance on RoRaTrack (e.g., $mIoU=0.8691$, $Accuracy=0.9580$, $F1=0.8738$) while maintaining real-time inference, outperforming seven traffic-lane baselines and one track method. The work provides an open dataset and code, enabling future development of racing-specific track-detection methods with practical impact for autonomous racing systems.
Abstract
A significant challenge in racing-related research is the lack of publicly available datasets containing raw images with corresponding annotations for the downstream task. In this paper, we introduce RoRaTrack, a novel dataset that contains annotated multi-camera image data from racing scenarios for track detection. The data is collected on a Dallara AV-21 at a racing circuit in Indiana, in collaboration with the Indy Autonomous Challenge (IAC). RoRaTrack addresses common problems such as blurriness due to high speed, color inversion from the camera, and absence of lane markings on the track. Consequently, we propose RaceGAN, a baseline model based on a Generative Adversarial Network (GAN) that effectively addresses these challenges. The proposed model demonstrates superior performance compared to current state-of-the-art machine learning models in track detection. The dataset and code for this work are available at https://github.com/ghosh64/RaceGAN.
