paper-with-me

홈 › Papers

Learning to Fly by Crashing

2017-04-19 · Dhiraj Gandhi, Lerrel Pinto, Abhinav Gupta

How do you learn to navigate an Unmanned Aerial Vehicle (UAV) and avoid obstacles? One approach is to use a small dataset collected by human experts: however, high capacity learning algorithms tend to overfit when trained with little data. An alternative is to use simulation. But the gap between simulation and real world remains large especially for perception problems. The reason most research avoids using large-scale real data is the fear of crashes! In this paper, we propose to bite the bullet and collect a dataset of crashes itself! We build a drone whose sole purpose is to crash into objects: it samples naive trajectories and crashes into random objects. We crash our drone 11,500 times to create one of the biggest UAV crash dataset. This dataset captures the different ways in which a UAV can crash. We use all this negative flying data in conjunction with positive data sampled from the same trajectories to learn a simple yet powerful policy for UAV navigation. We show that this simple self-supervised model is quite effective in navigating the UAV even in extremely cluttered environments with dynamic obstacles including humans. For supplementary video see: https://youtu.be/u151hJaGKUo

📄 PDF Abstract BibTeX arXiv:1704.05588

Code (1)

DanielDworakowski/flot tf

Tasks

Navigate

Similar Papers 제목 키워드 기반

Crashing Waves vs. Rising Tides: Findings on AI Automation from Thousands of Worker Evaluations of Labor Market Tasks

2026-04-01 · Matthias Mertens, Adam Kuzee, Brittany S. Harris, Harry Lyu 외 arxiv

We characterize AI automation as a continuum between crashing waves, in which capabilities jump abruptly across narrow task sets, and rising tides, in which capabilities improve continuously and broadly. Using evidence f…

GLIB: Towards Automated Test Oracle for Graphically-Rich Applications

2021-06-19 · Ke Chen, Yufei Li, Yingfeng Chen, Changjie Fan 외

Graphically-rich applications such as games are ubiquitous with attractive visual effects of Graphical User Interface (GUI) that offers a bridge between software applications and end-users. However, various types of grap…

Data Augmentation

Robust Anomaly Detection in O-RAN: Leveraging LLMs against Data Manipulation Attacks

2025-08-11 · Thusitha Dayaratne, Ngoc Duy Pham, Viet Vo, Shangqi Lai 외 arxiv

The introduction of 5G and the Open Radio Access Network (O-RAN) architecture has enabled more flexible and intelligent network deployments. However, the increased complexity and openness of these architectures also intr…

Prompt EngineeringAnomaly Detection

Implementing TD3 to train a Neural Network to fly a Quadcopter through an FPV Gate

2024-12-18 · Patrick Thomas, Kevin Schroeder, Jonathan Black

Deep Reinforcement learning has shown to be a powerful tool for developing policies in environments where an optimal solution is unclear. In this paper, we attempt to apply Twin Delayed Deep Deterministic Policy Gradient…

Deep Reinforcement LearningNavigate

Deep Learning Agents Trained For Avoidance Behave Like Hawks And Doves

2025-03-14 · Aryaman Reddi, Glenn Vinnicombe

We present heuristically optimal strategies expressed by deep learning agents playing a simple avoidance game. We analyse the learning and behaviour of two agents within a symmetrical grid world that must cross paths to …