Preprint
Computer Vision

DreamFly: Causal Memory and Receding-Horizon Diffusion Planning for Aerial Vision-Language Navigation

Yan Deng, Fei Xu
August 12, 2026

0

Citations

0

Influential Citations

Venue

2026

Year

Abstract

Aerial vision-language navigation (VLN) requires an embodied agent to integrate visual evidence over time, plan future actions, and determine when it has reached a navigation goal under partial observability. Although recent VLA models offer a promising perception-to-action paradigm, adapting them to aerial navigation remains challenging due to limited historical context, short planning horizons, and unreliable implicit termination. To address these challenges, we propose DreamFly, a diffusion-based aerial VLN framework built on Dream-VLA. DreamFly introduces a causally aligned historical memory that augments the current visual representation using only observations preceding the current decision step, enabling temporal reasoning without future information leakage. We further formulate navigation as receding-horizon diffusion planning, where the policy predicts a $K$-step action chunk but executes only the first action before replanning. This plan-$K$, execute-one strategy uses future actions as auxiliary planning targets while preserving closed-loop visual feedback. Finally, LiteStop estimates the stop probability directly from action logits at the initial all-mask state, decoupling explicit termination from action generation. Experiments on the OpenFly benchmark demonstrate consistent improvements in seen and unseen environments. DreamFly achieves 32.04%/29.46% SR and 28.22%/23.54% SPL on the test-seen/test-unseen splits, respectively, outperforming all compared methods on both metrics while attaining the lowest navigation error. These results demonstrate the effectiveness of jointly modeling historical context, future action structure, and explicit termination for aerial VLN.

Analysis

Why This Paper Matters

Aerial vision-language navigation (VLN) is a challenging task that requires an agent to integrate visual information over time, plan actions, and decide when to stop, all under partial observability. While recent VLA models have shown promise in perception-to-action paradigms, they often struggle with limited historical context, short planning horizons, and unreliable termination in aerial settings. DreamFly directly tackles these issues, making it a significant step toward more capable aerial navigation systems.

The paper's focus on causal memory and receding-horizon planning is particularly relevant as it addresses the temporal and sequential nature of navigation. By preventing future information leakage and using future actions as auxiliary targets, DreamFly improves both training efficiency and closed-loop performance. This work is likely to inspire further research in diffusion-based planning for embodied AI, especially in domains where long-horizon decision-making is critical.

Technical Contributions

  • Causally Aligned Historical Memory: DreamFly augments current visual representations with only past observations, ensuring temporal reasoning without future leakage. This is crucial for real-world deployment where future information is unavailable.
  • Receding-Horizon Diffusion Planning: The policy predicts a K-step action chunk but executes only the first action, then replans. This plan-K, execute-one strategy leverages future actions as auxiliary targets while maintaining closed-loop feedback, balancing foresight and adaptability.
  • LiteStop for Explicit Termination: LiteStop estimates stop probability directly from action logits at the initial all-mask state, decoupling termination from action generation. This simplifies the stopping decision and improves reliability.
  • Integration with Dream-VLA: The framework builds on Dream-VLA, demonstrating how diffusion-based VLA models can be adapted for aerial navigation with targeted enhancements.

Results

DreamFly was evaluated on the OpenFly benchmark, showing consistent improvements in both seen and unseen environments. Specifically, it achieved 32.04% SR and 28.22% SPL on test-seen, and 29.46% SR and 23.54% SPL on test-unseen, outperforming all compared methods on both metrics. Additionally, it attained the lowest navigation error, indicating more precise goal reaching. These results highlight the effectiveness of jointly modeling historical context, future action structure, and explicit termination.

Significance

The success of DreamFly demonstrates that addressing temporal reasoning and planning horizon can significantly boost aerial VLN performance. This work provides a blueprint for integrating causal memory and diffusion planning in embodied AI, which could extend to other navigation tasks, such as ground robots or autonomous driving. By decoupling termination from action generation, it also offers a more modular approach to decision-making. As aerial robots become more prevalent in search-and-rescue, delivery, and inspection, DreamFly's contributions could enable more reliable and efficient autonomous navigation in complex environments.