Autonomous Decision Making for Air Taxi Networks
Alex Vesel
TL;DR
The paper tackles scalable, safe autonomous control for dense urban air taxi networks by formulating the Air Taxi Network Problem (ATNP) as a multiagent MMDP and proposing a three-phase solution: agent-passenger assignment, flight level selection, and trajectory planning. It decomposes the problem to manage computational complexity, employing Murty's algorithm for candidate matches, a density-based flight-level risk model, and Monte Carlo Tree Search to refine trajectories, with a centralized ADS-B-enabled simulator evaluating performance on Bay Area and NYC vertiport layouts. Key contributions include the ATNP-MMDP formulation, a practical three-phase solver, and a simulation framework demonstrating improvements in safety and passenger wait times versus greedy and first-dispatch baselines. The work advances autonomous, high-density UAM by providing a tractable planning pipeline and empirical evidence of safety-throughput gains, informing future ATM design for UML5-scale systems.
Abstract
Future urban air mobility systems are expected to be operated by rideshare companies as fleets, which will require fully autonomous air traffic control systems and an order of magnitude increase in airspace capacity. Such a system must not only be safe, but also highly responsive to customer demand. This paper proposes the air traffic network problem (ATNP), which models the optimization problem of future cooperative air taxi networks. We propose a three-phase decision making model that efficiently assigns vehicles to passengers, determines flight levels to reduce collision risk, and resolves aircraft conflicts by selectively applying Monte Carlo tree search. We develop a simulator for the ATNP and show that our approach has increased safety and reduced passenger waiting time compared to greedy and first-dispatch protocols over potential vertiport layouts across the Bay Area and New York City.
