Skip to content
Preprint

FlowPilot: Real-Time World-Action Modeling for Agile UAV Navigation

Aug 2026 · 1 citation · 32 references
Computer Science

TL;DR

FlowPilot is a compact world-action model for real-time onboard UAV navigation from depth that jointly denoises future depth observations and executable trajectories with flow matching, and a dual-stream mixture-of-transformers couples video and action experts through shared attention, allowing future-scene prediction and trajectory generation to inform each other.

Abstract

We present FlowPilot, a compact world-action model for real-time onboard UAV navigation from depth. Unlike map-then-optimize pipelines that require local reconstruction or end-to-end policies that lack explicit scene prediction, FlowPilot jointly denoises future depth observations and executable trajectories with flow matching. A dual-stream mixture-of-transformers couples video and action experts through shared attention, allowing future-scene prediction and trajectory generation to inform each other. At deployment, the model runs action-centrically and outputs only a trajectory. To ensure trackability, actions are parameterized as degree-7 Bernstein polynomials: the current state constrains the initial control points, and the network predicts five free control points, yielding C^2-continuous references with closed-form velocity, acceleration and jerk. FlowPilot is trained on a three-level depth pyramid spanning high-throughput simulation, photorealistic simulation, and real onboard data. In closed-loop simulation, it outperforms learning- and optimization-based baselines under increasing clutter and commanded speeds up to 8m/s. On a physical quadrotor, the full perception-to-action pipeline runs in under 18ms on a Jetson Orin NX and reaches 5.5m/s in cluttered indoor and forest environments using only onboard sensing and computation.

View source

Similar papers

Preprint Sep 2026

GPU-Accelerated Astrodynamics World Models for Spacecraft Rendezvous and Proximity Operations

World models are an emerging paradigm in representation learning in which an agent jointly learns state-action dynamics and observation models from offline trajectory data, enabling multi-step planning and trajectory prediction with uncertainty estimates. They have shown strong results in robotics and game environments, but, to the best of our knowledge, have not previously been applied to the space domain. This paper introduces a world model-based approach to cooperative and non-cooperative spacecraft rendezvous and proximity operations. First, we introduce an open-source, JAX-based International Space Station (ISS) docking environment supporting parallel GPU simulation of spacecraft orbit and attitude dynamics, generating the thousands of state-action transitions that world model training requires. Second, we introduce Out-of-this-World-Model, a transformer-based world model that encodes relative kinematic states and body-fixed camera imagery into a latent state and predicts its evolution under commanded thrusts and torques using one-step flow matching. It produces a distribution over future observations, capturing stochastic dynamics and per-timestep uncertainty, and outperforms DreamerV3-style posterior-correction baselines with fewer trainable parameters and hyperparameters. Third, we apply the approach to a capsule autonomously docking with the ISS under keep-out-zone constraints, demonstrating improved sample efficiency and task performance over reinforcement learning baselines (53% versus 29% docking success across ports), better out-of-distribution generalization (on held-out ports the world model more than doubles baseline success, 40% versus 17%), and detection of anomalous objects encountered during approach with 98% classification accuracy. We open-source the simulation environment and model architecture to enable further study of this paradigm.

Duncan Eddy, I. R. Ward, Grace Ra Kim et al. · 0 citations
Preprint Sep 2026

WZPlanner: Safe End-to-End Path Planning for Autonomous Driving in Work Zones

Work zones alter lane geometry through temporary traffic controls and closures that may be absent from on-board maps, challenging autonomous vehicle (AV) perception and planning. Generalization is also limited by scarce public datasets with structured geometric supervision. We present WorkZonePlan, a dataset comprising 149K+ synthetic and 5K+ real-world multimodal samples with 3D annotations for lane boundaries, work zone boundaries, and driving trajectory options. It also provides 76 closed-loop CARLA scenarios replayed under three weather conditions, yielding 228 Bench2Drive-format evaluation routes. We introduce WAVE (Work-zone-focused AV data generation in Virtual and rEal Environments), a semi-automated pipeline for creating the dataset, and BoundaryFormer (BF), a transformer-based model that jointly predicts lane and work zone boundary polynomials and driving trajectories. BF uses slot attention for boundary prediction. Ablations show that a separate trajectory decoder using boundary slot features substantially improves trajectory prediction over a slot-attention-only approach. Building on this finding, BF++ offers Camera and Camera+LiDAR variants with metric ground-plane encoding, typed boundary/trajectory queries, long-range point anchors, image-space curve refinement, and conservative gated LiDAR fusion. On the 211 routes common to all four models at the evaluation freeze, BF++-Camera and BF++-Camera+LiDAR achieve Driving Scores of 63.0 and 64.4, respectively, compared with 59.3 for SimLingo and 26.1 for TransFuser++ (TF++). BF++ is 40 times smaller than SimLingo and more than 10 times smaller than TF++, while achieving higher Driving Scores. These results support jointly predicting lane boundaries, work zone boundaries, and driving trajectories as a promising direction toward safer AV operation in work zones. Code and dataset: https://github.com/Nishad-Sahu/WZPlanner.

Nishad Sahu, Chang-Zhong Qian, Guang-Zhou Cai et al. · 0 citations
Preprint Aug 2026

DPNet: Efficient Dead-End Prediction and Avoidance for Vision-Based UAV Navigation

Vision-based Unmanned Aerial Vehicles (UAVs) often suffer from navigation failures in dead ends due to limited sensing accuracy and range. To address this challenge, this paper proposes a systematic solution for efficient dead-end prediction and avoidance. The proposed method introduces a lightweight neural network to predict the relative distance and bearing of potential dead ends within the current field of view using RGB-D inputs. These predictions prune a predefined, compact trajectory library, enabling the planner to proactively avoid dead ends while maintaining navigational smoothness. Notably, our approach transfers across real-world scenarios without manual annotation or fine-tuning on real-world data. The system achieves high-frequency replanning at 50 Hz onboard. Extensive simulation benchmarks demonstrate superior performance in success rate, flight time, and trajectory length, and real-world experiments further validate its effectiveness in complex scenarios.

Rui-Bin Zhang, Lun Pan, Zelong Xia et al. · 0 citations
Oct 2026

AeroDiffusion: Real-Time Quadrotor Trajectory Planning in Dynamic Environments via Conditional Diffusion

In this paper, we propose AeroDiffusion, a real-time closed-loop diffusion planning framework for quadrotor navigation in dynamic environments. The core idea is to turn conditional diffusion from a single-shot trajectory generator into an onboard receding-horizon planner: temporal depth-state conditioning models multi-modal future 3D trajectories, preference-guided batch selection converts these modes into an executable safe trajectory, and warm-start denoising reuses the previous plan to meet real-time replanning latency. This design allows the planner to react to moving obstacles from onboard perception while maintaining temporally consistent commands. Together, the simulation and indoor flight experiments show effective obstacle avoidance and real-time onboard replanning in the tested scenarios.

Hao-Wen Wang, Shu-Ting Zhang, Xin Meng et al. · 0 citations
Oct 2026

Differentiable End-to-End UAV Navigation Using Time-of-Arrival Fields and Control Barrier Functions

Quadrotor UAVs are increasingly deployed in complex missions that demand reliable autonomous navigation and robust obstacle avoidance. Traditional modular pipelines suffer from cumulative latency, motivating a shift toward end-to-end learning-based methods. However, this paradigm still faces two fundamental challenges. First, Euclidean distance-based guidance is prone to local minima under large obstacles and lacks global planning capability. Second, safety mechanisms built on collision penalties alone cannot anticipate hazards, making them fragile at high speed. To address these issues, we propose an end-to-end differentiable physics framework that combines time-of-arrival fields and control barrier functions. During training, we generate a time-of-arrival (TOA) distance field online on the GPU via the jump flooding algorithm (JFA) as privileged information. A position-level geodesic objective is embedded into the differentiable pipeline through a straight-through gradient. A velocity-aligned yaw strategy keeps the depth camera pointed along the flight direction, mitigating blind spots caused by lateral motion. We further formulate the first-order control barrier function (CBF) as an analytic velocity constraint, driving the policy to learn anticipatory deceleration. At deployment, no privileged supervision is required. The policy operates using only onboard depth and inertial states, with no online map or solver. Extensive experiments show that our method outperforms existing baselines across all tested speeds, with zero-shot sim-to-real transfer reaching 7.8 m/s in outdoor forests.

Yan-Jie Liu, Teng-Da Yang, Zi-Han Li et al. · 0 citations
Preprint Aug 2026

PILOT: Privileged Imitation Learning for End-to-End Motion Planning of Autonomous UAVs under Partial Observability

Autonomous navigation in cluttered environments is hampered by partial observability and dynamic constraints. This paper presents PILOT, a constraint-aware privileged imitation learning framework for vision-based end-to-end UAV motion planning under partial observability. The framework distills planning strategies from a computationally intensive optimal control expert into a student policy regularized toward safety and dynamic requirements via a dual-objective loss function. To mitigate partial observability, a spatiotemporal perception fusion module using a Temporal Convolutional Network (TCN) is developed to integrate historical depth images and odometry. This module infers task-relevant latent context from historical observations, enhancing spatial awareness beyond the instantaneous FOV without maintaining persistent map memory. A trajectory parameterization layer mapping network outputs to a structured trajectory, while enabling explicit continuity, dynamic-consistency, and obstacle soft penalties during training, encouraging constraint satisfaction for unseen observations without formal guarantees. Simulations on quadrotor and fixed-wing aircraft demonstrate that PILOT achieves performance comparable to the privileged expert while reducing computational overhead by over 80\%. Successful indoor and outdoor zero-shot deployment confirms the practical feasibility and cross-domain generalization of the planner.

Qing-Rui Zhang, Feng Xue, Xiang Zhou et al. · 0 citations

We use cookies to run the site and, with your consent, for analytics and to show ads. See our Cookie Policy.