Search papers, labs, and topics across Lattice.
This paper introduces DreamFly, a novel framework for aerial vision-language navigation that enhances decision-making by integrating a causally aligned historical memory and employing a receding-horizon diffusion planning approach. By utilizing only past observations to inform current actions, DreamFly effectively mitigates issues related to limited historical context and unreliable termination signals. Experimental results on the OpenFly benchmark show that DreamFly significantly outperforms existing methods, achieving the highest success rates and the lowest navigation errors in both seen and unseen environments.
DreamFly achieves a remarkable 32.04% success rate in aerial navigation by leveraging historical memory and innovative planning strategies, setting a new benchmark for the field.
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.