ROAICVLGMay 27, 2021

Robust Navigation for Racing Drones based on Imitation Learning and Modularization

arXiv:2105.12923v112 citations
Originality Incremental advance
AI Analysis

This work addresses robust navigation for racing drones, offering an incremental improvement by enhancing input features and training methods.

This paper tackles the problem of vision-based drone racing navigation by developing a modular system that combines a CNN for perception with a planner and controller, outperforming state-of-the-art methods across various track layouts and enabling switchable behaviors with a single network.

This paper presents a vision-based modularized drone racing navigation system that uses a customized convolutional neural network (CNN) for the perception module to produce high-level navigation commands and then leverages a state-of-the-art planner and controller to generate low-level control commands, thus exploiting the advantages of both data-based and model-based approaches. Unlike the state-of-the-art method which only takes the current camera image as the CNN input, we further add the latest three drone states as part of the inputs. Our method outperforms the state-of-the-art method in various track layouts and offers two switchable navigation behaviors with a single trained network. The CNN-based perception module is trained to imitate an expert policy that automatically generates ground truth navigation commands based on the pre-computed global trajectories. Owing to the extensive randomization and our modified dataset aggregation (DAgger) policy during data collection, our navigation system, which is purely trained in simulation with synthetic textures, successfully operates in environments with randomly-chosen photorealistic textures without further fine-tuning.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes