Search papers, labs, and topics across Lattice.
This paper introduces DBFly, a vision-language waypoint prediction framework that enhances UAV see-and-reach navigation by incorporating explicit spatial deliberation before generating waypoints. By implementing a spatial maneuver decision chain that includes target-direction anchoring and spatial diagnosis, DBFly effectively aligns high-level intent with continuous waypoint generation, addressing the semantic-control misalignment seen in previous methods. Experimental results show that DBFly significantly improves success rates by an average of 25.07 percentage points compared to state-of-the-art baselines across various test scenarios.
DBFly's innovative spatial deliberation framework boosts UAV navigation success rates by over 25%, transforming how aerial agents interpret language commands.
UAV see-and-reach navigation requires an aerial agent to approach a language-specified target visible in its initial view and stop reliably near it. Existing methods typically map vision-language representations directly to action outputs without explicitly modeling intermediate fine-grained spatial decisions. This direct mapping causes semantic-control misalignment, leading to inconsistent maneuvers and unreliable termination. To address this issue, we propose DBFly, a vision-language waypoint prediction framework that introduces explicit vision-guided spatial deliberation before waypoint generation. Specifically, DBFly introduces a spatial maneuver decision chain that progressively performs target-direction anchoring, spatial diagnosis, and maneuver decision, enabling high-level maneuver intent to explicitly guide continuous waypoint generation. DBFly further constructs an implicit flight corridor by transforming the initial target-direction prior into a persistent geometric reference and deriving an online corridor state from the UAV's current position, thereby providing soft geometric guidance for spatial diagnosis and maneuver correction. In addition, DBFly develops a terminal-convergence-aware stopping strategy that characterizes terminal states through both target proximity and short-horizon motion convergence, enabling more reliable stopping near the target. Extensive experiments across seen, unseen-object, and unseen-scene test sets demonstrate that DBFly improves the success rate over the SOTA baseline by an average of 25.07 percentage points. The project homepage is available at https://xuefanfu.github.io/DBFly-Page.