paper-with-me

Papers

DeepRacing: Parameterized Trajectories for Autonomous Racing

2020-05-06 · Trent Weiss, Madhur Behl

We consider the challenging problem of high speed autonomous racing in a realistic Formula One environment. DeepRacing is a novel end-to-end framework, and a virtual testbed for training and evaluating algorithms for autonomous racing. The virtual testbed is implemented using the realistic F1 series of video games, developed by Codemasters, which many Formula One drivers use for training. This virtual testbed is released under an open-source license both as a standalone C++ API and as a binding to the popular Robot Operating System 2 (ROS2) framework. This open-source API allows anyone to use the high fidelity physics and photo-realistic capabilities of the F1 game as a simulator, and without hacking any game engine code. We use this framework to evaluate several neural network methodologies for autonomous racing. Specifically, we consider several fully end-to-end models that directly predict steering and acceleration commands for an autonomous race car as well as a model that predicts a list of waypoints to follow in the car's local coordinate system, with the task of selecting a steering/throttle angle left to a classical control algorithm. We also present a novel method of autonomous racing by training a deep neural network to predict a parameterized representation of a trajectory rather than a list of waypoints. We evaluate these models performance in our open-source simulator and show that trajectory prediction far outperforms end-to-end driving. Additionally, we show that open-loop performance for an end-to-end model, i.e. root-mean-square error for a model's predicted control values, does not necessarily correlate with increased driving performance in the closed-loop sense, i.e. actual ability to race around a track. Finally, we show that our proposed model of parameterized trajectory prediction outperforms both end-to-end control and waypoint prediction.

📄 PDF Abstract BibTeX arXiv:2005.05178

Code (1)

linklab-uva/deepracing 공식 구현 pytorch

Tasks

Autonomous RacingTrajectory Prediction

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

IteraOptiRacing: A Unified Planning-Control Framework for Real-time Autonomous Racing for Iterative Optimal Performance

2025-07-13 · Yifan Zeng, Yihan Li, Suiyi He, Koushil Sreenath 외 arxiv

This paper presents a unified planning-control strategy for competing with other racing cars called IteraOptiRacing in autonomous racing environments. This unified strategy is proposed based on Iterative Linear Quadratic…

Accurate Trajectory Tracking with MPCC for Flapping-Wing MAVs

2026-05-07 · Charbel Toumieh, Jack Zeng, Niel Mistry, Dario Floreano arxiv

Flapping-wing micro aerial vehicles offer quieter and safer operation than rotary-wing drones, yet achieving precise autonomous control of bird-scale ornithopters remains challenging: lift, airspeed, and turning authorit…

SPARK: Low Latency Single-Camera 3D Pose Estimation for Autonomous Racing using Keypoints

2026-06-16 · Dominic Ebner, Markus Lienkamp arxiv

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 edg…

3D Pose EstimationKeypoint DetectionObject Tracking

Fair Play in the Fast Lane: Integrating Sportsmanship into Autonomous Racing Systems

2025-03-04 · Zhenmin Huang, Ce Hao, Wei Zhan, Jun Ma 외

Autonomous racing has gained significant attention as a platform for high-speed decision-making and motion control. While existing methods primarily focus on trajectory planning and overtaking strategies, the role of spo…

Autonomous RacingDecision MakingFairnessTrajectory Planning

SGTP: Sampling-based Game-Theoretic Planning for Real-Time Multi-Vehicle Autonomous Racing

2026-07-28 · Zhouheng Li, Fangguo Zhao, Mattia Piccinini, Baha Zarrouki 외 arxiv

Autonomous multi-vehicle racing requires real-time planning of diverse competitive behaviors in intense interactions. Existing planners often struggle to balance strategic diversity and computational efficiency. To addre…

Computational Efficiency