paper-with-me

홈 › Papers

AutoTune: Controller Tuning for High-Speed Flight

2021-03-19 · Antonio Loquercio, Alessandro Saviolo, Davide Scaramuzza

Due to noisy actuation and external disturbances, tuning controllers for high-speed flight is very challenging. In this paper, we ask the following questions: How sensitive are controllers to tuning when tracking high-speed maneuvers? What algorithms can we use to automatically tune them? To answer the first question, we study the relationship between parameters and performance and find out that the faster the maneuver, the more sensitive a controller becomes to its parameters. To answer the second question, we review existing methods for controller tuning and discover that prior works often perform poorly on the task of high-speed flight. Therefore, we propose AutoTune, a sampling-based tuning algorithm specifically tailored to high-speed flight. In contrast to previous work, our algorithm does not assume any prior knowledge of the drone or its optimization function and can deal with the multi-modal characteristics of the parameters' optimization space. We thoroughly evaluate AutoTune both in simulation and in the physical world. In our experiments, we outperform existing tuning algorithms by up to 90% in trajectory completion. The resulting controllers are tested in the AirSim Game of Drones competition, where we outperform the winner by up to 25% in lap-time. Finally, we show that AutoTune improves tracking error when flying a physical platform with respect to parameters tuned by a human expert.

📄 PDF Abstract BibTeX arXiv:2103.10698

Code (1)

uzh-rpg/mh_autotune 공식 구현

Tasks

Vocal Bursts Intensity Prediction

Similar Papers 제목 키워드 기반

An Adaptive PID Autotuner for Multicopters with Experimental Results

2021-09-27 · John Spencer, Joonghyun Lee, Juan Augusto Paredes, Ankit Goel 외

This paper develops an adaptive PID autotuner for multicopters, and presents simulation and experimental results. The autotuner consists of adaptive digital control laws based on retrospective cost adaptive control imple…

Sensitivity

AirPilot: Interpretable PPO-based DRL Auto-Tuned Nonlinear PID Drone Controller for Robust Autonomous Flights

2024-03-30 · Junyang Zhang, Cristian Emanuel Ocampo Rivera, Kyle Tyni, Steven Nguyen

Navigation precision, speed and stability are crucial for safe Unmanned Aerial Vehicle (UAV) flight maneuvers and effective flight mission executions in dynamic environments. Different flight missions may have varying ob…

Deep Reinforcement LearningDrone ControllerNavigatereinforcement-learning

Learning Robust Agile Flight Control with Stability Guarantees

2025-10-14 · Lukas Pries, Markus Ryll arxiv

In the evolving landscape of high-speed agile quadrotor flight, achieving precise trajectory tracking at the platform's operational limits is paramount. Controllers must handle actuator constraints, exhibit robustness to…

Autotuning Search Space for Loop Transformations

2020-10-13 · Michael Kruse, Hal Finkel, Xingfu Wu

One of the challenges for optimizing compilers is to predict whether applying an optimization will improve its execution speed. Programmers may override the compiler's profitability heuristic using optimization directive…

Autotune: fast, accurate, and automatic tuning parameter selection for Lasso

2025-12-11 · Tathagata Sadhukhan, Ines Wilms, Stephan Smeekes, Sumanta Basu arxiv

Least absolute shrinkage and selection operator (Lasso), the popular variable selection engine for high-dimensional regression, is commonly tuned using cross-validation (CV). This is known to be slow and loses accuracy i…