Pith. sign in

REVIEW 4 major objections 6 minor 3 cited by

UAV-Flow Colosseo: A Real-World Benchmark for Flying-on-a-Word UAV Imitation Learning

T0 review · 4 major / 6 minor · reviewed 2026-08-07 · deepseek-v4-flash

Pith's one-line read This paper introduces UAV-Flow, the first real-world benchmark for language-conditioned fine-grained UAV control, and claims that vision-language-action models outperform vision-language-navigation baselines at imitating expert pilot…

desk verdict A genuinely new real-world dataset and task formulation for language-conditioned fine-grained UAV control, but the headline VLA-over-VLN result rests on an unvalidated simulator and should be treated as provisional until the evaluation is tightened. read the letter →

arxiv 2505.15725 v2 pith:7LB4YXTE submitted 2025-05-21 cs.RO cs.CV

classification cs.ROcs.CV
keywords Flying-on-a-WordUAVimitationlearningvision-language-actionvision-languagenavigationbenchmarkreal-worlddatasetlanguage-conditionedcontrolfine-grainedtrajectory
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper formalizes Flying-on-a-Word (Flow), a task where a UAV must translate a short, atomic language instruction into a fine-grained, short-range flight trajectory that reacts to the visual scene. To support this task, the authors build UAV-Flow, a real-world dataset of 30,692 expert-pilot flight episodes collected across three large campuses, paired with a closed-loop simulation suite of 10,109 episodes. The central claim is that UAVs can learn to imitate expert-level flight patterns from language instructions and be deployed directly on real hardware without a sim-to-real gap. Quantitative experiments in simulation compare adapted vision-language-navigation (VLN) models against vision-language-action (VLA) models, and the paper argues that VLA models are superior in the Flow setting because they provide stronger visual grounding and fine-grained control. Real-world deployment, shown qualitatively with flight demos, demonstrates that the proposed ground-drone collaborative framework can run large models onboard with a look-ahead mechanism for continuous motion.

What carries the argument

The core machinery is the Flow policy formulation πθ : (St, Ot, I) → at, mapping the UAV's 6-DoF state, egocentric visual observation, and natural language instruction to low-level control actions at each time step. Two task types—primitive motion commands and object-interactive commands—are used to evaluate motion intent understanding and spatial context grounding separately. For real-world deployment, the paper introduces a ground-drone collaborative framework with a Globally-Aligned Continuous Motion scheme: the UAV streams FPV video and state to a ground station, and a look-ahead mechanism fuses predicted target points with the current state to filter out already-passed targets and ensure delay-free flight. Evaluation in the closed-loop simulation environment uses Success Rate (SR), judged by manual inspection of whether the trajectory semantically satisfies the instruction, and Normalized Dynamic Time Warping (NDTW) comparing predicted and reference 6D trajectories.

What would settle it

Run a head-to-head closed-loop evaluation on real outdoor flights, comparing Pi-0-UAV and OpenVLA-UAV against Seq2Seq-UAV and CMA-UAV on a fixed set of object-interactive commands, using NDTW and trajectory-semantic-success metrics computed from RTK ground truth; if the VLN-derived models achieve comparable or higher scores, the paper's central claim fails.

Watch

Extended reading notes

Core claim

The paper's central discovery is that language-conditioned fine-grained UAV control can be cast as an imitation learning problem, and that in this setting VLA models—originally built for robotic manipulation—consistently outperform VLN models adapted from navigation. The benchmark itself, UAV-Flow, provides the first real-world language-vision-action dataset for this task, with each trajectory recorded by professional pilots following atomic instructions such as 'pass through the tree from the left side' or 'move 4.0 meters at 30 degrees to the right.' The authors find that RNN-based VLN models fail to stop at the right point and inherit motion direction, while VLA models such as OpenVLA-UAV and Pi-0-UAV show stronger spatial perception and motion execution. They also show that training on open-vocabulary command sets, generated by LLM-based language diversification, does not hurt success rates and can even improve language generalization.

Load-bearing premise

The quantitative comparison between VLA and VLN models is performed in a self-built simulator that is assumed to faithfully capture the closed-loop reactive flight dynamics and visual grounding of real UAV flight, while real-world deployment is evaluated only qualitatively.

Editorial extensions

If this is right

  • If the central claim holds, language-driven UAV control shifts from long-horizon navigation benchmarks to reactive, fine-grained flight control, opening a new evaluation paradigm for embodied language agents in 3D space.
  • VLA models originally developed for tabletop manipulation can be transferred to aerial platforms with relatively minor structural adaptation, suggesting that manipulation-oriented action prediction is a stronger starting point than navigation-oriented discrete action selection for reactive control.
  • The ground-drone collaborative deployment strategy, with look-ahead chunk-wise action prediction, provides a practical template for running large vision-language models on resource-constrained flying platforms in open environments.
  • The open-vocabulary command set generated via LLM diversification could make UAV control systems more robust to natural language variation, improving generalization beyond fixed command templates.
  • The benchmark's combination of real-world training data and simulation-based closed-loop evaluation offers a reusable pipeline for other fine-grained embodied control tasks where sim-to-real gaps are severe.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • One implicit consequence is that the Flow task formulation, with its short-range reactive trajectories, may serve as a lower-level primitive that can later be composed with long-horizon planning systems—the paper's own limitations section notes this integration as future work.
  • The paper's simulation results suggest that the choice of visual tokenization capacity matters: Travel-UAV, built on a compact vision encoder that uses only 17 tokens, underperforms on 'turn to face the target' tasks, implying that fine-grained visual grounding is a bottleneck that could be tested by ablating vision encoder size in VLA models.
  • A testable extension would be to measure whether the same VLA superiority holds under varying weather, lighting, and dynamic obstacles in real-world conditions, since the quantitative evidence is currently limited to the simulator and qualitative real-world demos.
  • The NDTW metric with 6D state vectors could be adapted to assess trajectory safety or energy efficiency, not just similarity to a reference path, extending the benchmark beyond imitation fidelity.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 6 minor

Summary. The paper introduces UAV-Flow, a benchmark for the 'Flying-on-a-Word' (Flow) task, defined as short-range, language-conditioned fine-grained UAV trajectory control via imitation learning. The main artifact is a real-world dataset of 30,692 human-piloted flight trajectories with synchronized FPV video, 6-DoF state, and atomic language instructions collected across three campuses, together with a 10,109-trajectory UnrealCV simulation dataset and a 273-trajectory annotated closed-loop test set. The paper also contributes a ground-drone collaborative deployment framework with a look-ahead action-chunk mechanism and a closed-loop simulation evaluation using success rate (SR) and NDTW metrics. The headline empirical claims are that VLA models (OpenVLA-UAV, Pi-0-UAV) outperform VLN baselines (Seq2Seq-UAV, CMA-UAV, Travel-UAV) on Flow, and that the system supports direct real-world deployment without a sim-to-real gap, demonstrated by qualitative flight demos.

Significance. The real-world dataset is a substantial new resource: to my knowledge, no comparable public dataset pairs atomic language instructions with centimeter-level expert UAV trajectories in open outdoor environments, and the paper states that data, code, and flight demos will be released. The task formulation separating motion intent understanding from spatial context grounding is reasonable, and adapting OpenVLA and Pi-0 to aerial control through a ground-station look-ahead mechanism is a useful engineering contribution. However, the two headline conclusions rest on evidence of unequal strength: the VLA-over-VLN result comes from a self-built simulator with a manual success metric and no reported variance, while the 'without sim-to-real gap' claim is contradicted by the paper's own caveats and by the qualitative nature of the real-world evaluation. The benchmark itself remains valuable if these claims are appropriately qualified and the simulator is validated.

major comments (4)
  1. [Sec. 4.2, Sec. 3.2, Sec. 2.4] The central quantitative claim that VLA models are superior to VLN baselines is supported only by closed-loop simulation scores whose success metric is determined by manual inspection of whether the trajectory 'semantically satisfies the instruction,' with no error bars, no repeated seeds, no pre-specified rubric, and no inter-annotator agreement reported. With a test set of only 273 annotated trajectories (Sec. 2.4), per-task sample sizes are small, so the reported SR and NDTW differences may not be statistically reliable. Please report means and variances over multiple evaluation runs, a pre-registered success rubric, and per-task sample sizes, or explicitly restrict the superiority claim to the simulation setting.
  2. [Sec. 2.3, Sec. 4.3, Limitations] The paper's own statements undermine the abstract's claims of 'direct deployment without sim-to-real gap' and 'close imitation' of expert trajectories. Sec. 2.3 concedes that 'simulation environments still exhibit discrepancies from the real world in both visual perception and flight control dynamics,' and Sec. 4.3 states that 'it remains challenging to adopt quantitative evaluation metrics in real-world scenarios'; the Limitations section similarly says systematic real-world evaluation remains difficult. The real-world deployment is therefore evidenced only by a few visualized demos. I ask for quantitative real-world trajectory error (e.g., endpoint error or NDTW relative to expert reference trajectories) on at least a small evaluation set, or for the central claims to be limited to the simulation domain.
  3. [Sec. 4.2, Table 4, Appendix B] Pi-0-UAV uses an action chunk size (Horizon Steps) of 10, and this value is never swept. Since the VLN baselines do not use action chunking, the VLA-over-VLN comparison could be sensitive to this design choice; a different chunk size might change the relative ordering on specific task types. Please include a sensitivity analysis over chunk size and report whether the qualitative conclusion is robust.
  4. [Sec. 4.1, Appendix C] The adapted VLN baselines (Seq2Seq-UAV, CMA-UAV) are trained with a single MSE loss and without state input, while the VLA baselines use flow matching or tokenized action prediction with different optimization budgets; the paper also notes that adding state input to the RN N models hurt performance. This makes it hard to separate 'paradigm superiority' from implementation quality. Please provide a matched-capacity comparison or additional evidence that these adaptations are the strongest reasonable representatives of the VLN paradigm.
minor comments (6)
  1. [Sec. 3 heading] The heading 'Flying-on-a-word (Flow) Colosso' appears to contain a typo; 'Colosseo' is used in the paper title and elsewhere.
  2. [Throughout] The token 'UAV' is inconsistently typeset as 'UA V' in many places, which hurts readability.
  3. [Fig. 7 and Fig. 8] The radar charts report SR and NDTW without numerical values; a companion table with exact numbers and per-task sample sizes would make the benchmark results reproducible and easier to compare.
  4. [Sec. 2.4] The 273-trajectory simulation test set is not described in terms of how it was split from the 10,109 simulated trajectories or whether the test instructions overlap with the training instruction templates; this should be clarified.
  5. [Sec. 2.2] The LLM-based 'Open Vocabulary Command Set' is described as generated with GPT models, but no human consistency check or filtering statistics are reported for these generated instructions; please specify how they were validated.
  6. [Sec. 4.2] The claim that open-vocabulary training 'enhances language generalization and even improves performance on certain tasks' is made without supporting numerical comparisons or significance tests; please provide the underlying numbers.

Circularity Check

0 steps flagged · score 2.0 of 10

No circular derivation: the benchmark claims are empirical and the only overlapping self-citation (Travel) is a non-load-bearing baseline.

full rationale

UAV-Flow is a benchmark and data paper rather than a derivation chain; there is no equation or fitted parameter whose output is its own input by construction. The central claims—existence of a real-world dataset, a Flow task formalization, and a ground-drone deployment framework—are supported by the collected data and hardware descriptions, not by a self-referential argument. The headline quantitative result that VLA models outperform VLN baselines (Sec. 4.2) is an empirical comparison in the self-built UAV-Flow-Sim environment; the metric is a manual semantic success check (Sec. 3.2) and the simulator's fidelity is acknowledged to be imperfect (Sec. 2.3). Those are experimental-validity concerns, not circularity: the comparison does not reduce to its inputs by construction. The only author-overlapping citation is Travel [7], used as a baseline model (Sec. 4.1) and in related work; it is not load-bearing for the benchmark's existence or for the VLA-versus-VLN conclusion, since the VLA baselines OpenVLA and Pi-0 are external and the real-world dataset was independently collected. No uniqueness theorem is imported from the authors' prior work, and no ansatz is smuggled in via citation. Accordingly, no specific circular step is identified; the score reflects only the minor, non-load-bearing self-citation.

Assumptions & free parameters 1 free parameters · 3 assumptions · 0 invented entities

No new physical entities are introduced. The paper's central load-bearing assumptions are about simulator fidelity, annotation reliability, and localization accuracy, all of which are domain assumptions rather than fitted parameters.

free parameters (1)
  • Pi-0-UAV action chunk size = 10
    Chosen for deployment latency and trajectory continuity (Sec 4.3, Appendix D). It affects the granularity of predicted actions and could influence the comparison between models.
assumptions (3)
  • domain assumption The UnrealCV-based simulation environment faithfully reflects real-world flight dynamics and visual appearance for fine-grained reactive control.
    Quantitative conclusions in Sec 4.2 are drawn from UAV-Flow-Sim, while real-world deployment in Sec 4.3 is only qualitative. If simulation fidelity is poor, the VLA-over-VLN result may not transfer to real flight.
  • domain assumption Annotator review reliably maps each expert trajectory to a single atomic instruction with consistent semantic alignment.
    Dataset quality rests on human annotation and filtering in Sec 2.2. Errors here would propagate into training labels and evaluation correctness.
  • domain assumption RTK-GPS and onboard state logs provide centimeter-level accuracy sufficient for 6-DoF trajectory imitation.
    Used in Sec 2.2 to create aligned visual-state pairs. If localization error is larger than claimed, the learned actions inherit that error and the reference trajectories are less reliable.

how reviews work

0 comments
Cite this review

Pith. "Pith review of UAV-Flow Colosseo: A Real-World Benchmark for Flying-on-a-Word UAV Imitation Learning." pith.science (2026). https://pith.science/paper/7LB4YXTE

@misc{pith2026250515725,
  author       = {Pith},
  title        = {Pith review of: UAV-Flow Colosseo: A Real-World Benchmark for Flying-on-a-Word UAV Imitation Learning},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/7LB4YXTE}},
  note         = {Machine review of arXiv:2505.15725}
}
read the original abstract

Unmanned Aerial Vehicles (UAVs) are evolving into language-interactive platforms, enabling more intuitive forms of human-drone interaction. While prior works have primarily focused on high-level planning and long-horizon navigation, we shift attention to language-guided fine-grained trajectory control, where UAVs execute short-range, reactive flight behaviors in response to language instructions. We formalize this problem as the Flying-on-a-Word (Flow) task and introduce UAV imitation learning as an effective approach. In this framework, UAVs learn fine-grained control policies by mimicking expert pilot trajectories paired with atomic language instructions. To support this paradigm, we present UAV-Flow, the first real-world benchmark for language-conditioned, fine-grained UAV control. It includes a task formulation, a large-scale dataset collected in diverse environments, a deployable control framework, and a simulation suite for systematic evaluation. Our design enables UAVs to closely imitate the precise, expert-level flight trajectories of human pilots and supports direct deployment without sim-to-real gap. We conduct extensive experiments on UAV-Flow, benchmarking VLN and VLA paradigms. Results show that VLA models are superior to VLN baselines and highlight the critical role of spatial grounding in the fine-grained Flow setting.

Figures

Figures reproduced from arXiv: 2505.15725 by the authors.

Figure 1
Figure 1. Overview of our UAV-Flow benchmark. It consists of a large-scale real-world dataset for language-conditioned UAV imitation learning, featuring multiple UAV platforms, diverse en￾vironments, and a wide range of fine-grained flight skill tasks. To enable systematic experimental analysis under the Flow task setting, we additionally provide a simulation-based evaluation protocol and deploy VLA models on real UAVs. To th… view at source ↗
Figure 2
Figure 2. Analysis of traditional UAV VLN and our Flow. Left: VLN tasks aim to reach distant goals by planning long-horizon paths from instructions. Right: Flow focuses on executing short-range, language-guided trajectories toward visually grounded targets within the current scene. critical role of spatial grounding in the fine-grained Flow setting. As far as we are aware, we present the first real-world deployment of a VLA s… view at source ↗
Figure 3
Figure 3. Visualization of Flow tasks. Given the same instruction, human pilots execute diverse real-world trajectories. We show 2D flight paths over aerial scenes and reconstructed 3D trajectories. To accurately capture the flexible and diverse flight behaviors exhibited by expert pilots, we depart from conventional simulator-based data collection paradigms and construct the UAV-Flow dataset directly in real-world environmen… view at source ↗
Figures from the paper (10 more)
Figure 4
Figure 4. Figure 4: Real-world UAV data collection pipeline. High-Quality Trajectory Collection. We collect a real-world language-conditioned UAV control dataset to support the Flow task, focusing on precise execution, perceptual alignment, and behavioral diversity. This data forms the fo…
Figure 5
Figure 5. Figure 5: Dataset statistics for UAV-Flow and UAV-Flow-Sim. We show the distribution of task types (by percentage) and trajectory distances across both datasets. as illustrated in the center of [PITH_FULL_IMAGE:figures/full_fig_p006_5.png]
Figure 6
Figure 6. Figure 6: Real-world UAV deployment of large-scale models. UAV streams visual input and state to a ground station for inference, receiving control commands in return for real-time flight execution. 4 Experiments We present a comprehensive experimental analysis of the UAV-Flow be…
Figure 7
Figure 7. Figure 7: Comprehensive evaluation on the UAV-Flow-Sim dataset. We benchmark representative VLN methods and VLA methods from robotic manipulation across 10 Flow task types, reporting performance using the success rate (SR) metric. 4.2 Results We evaluate models on both the Fixed…
Figure 8
Figure 8. Figure 8: Comprehensive evaluation on the UAV-Flow￾Sim dataset based on the NDTW metric. The outer light green area in the radar chart indicates object-interaction tasks, while the orange area represents primitive motion tasks. OpenVLA-UAV demonstrates strong spatial understandi…
Figure 9
Figure 9. Figure 9: Visualization of real-world UAV flight demos. We deploy Pi-0-UAV, trained on UAV-Flow, on a real UAV and visualize the resulting flight trajectories alongside third-person dynamic views. performance on fine-grained motion intent instructions, as the flexible specificat…
Figure 10
Figure 10. Figure 10: Visualization of experimental trajectories. We show representative examples from two categories: blue trajectories correspond to object-interactive tasks, while red trajectories illustrate primitive motion tasks. C Training Implementation We design a corresponding tra…
Figure 11
Figure 11. Figure 11: Adapted model architectures. We modify representative VLN and VLA models to support the requirements of Flow tasks. In: Current State: {state}, What action should the uav take to {instruction} ? Out: OpenVLA-UAV Prompt A chat between an user and an intelligent UAV age…
Figure 12
Figure 12. Figure 12: Prompt templates for different models. We illustrate how prompt formats are structured for OpenVLA-UAV and Travel-UAV. Parameter Value Batch Size 32 Learning Rate 5e-4 LoRA True LoRA Rank 32 Max Training Steps 200000 GPU 8 × A100 [PITH_FULL_IMAGE:figures/full_fig_p01…
Figure 13
Figure 13. Figure 13: UAV deployment plat￾form in real-world operation. F Human Annotation and Flight Labor Cost To support high-quality data collection and annotation, we hire experienced UAV pilots and profes￾sional annotators. Each pilot is responsible for operating UAVs in complex envi…

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 3 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. ActiveFly-Bench: Aligning Embodied Question Answering with Vision-Language-Action for Aerial Embodied Perception

    cs.RO 2026-07 conditional novelty 7.0 of 10

    ActiveFly-Bench defines Air-EQA, Observation Behavior Planning, and 7-DoF FLUC tasks on 10k real/sim trajectories so UAV agents must plan, fly, and answer questions they cannot solve from the start view.

  2. AION: Aerial Indoor Object-Goal Navigation Using Dual-Policy Reinforcement Learning

    cs.RO 2026-01 conditional novelty 5.0 of 10

    An end-to-end dual-policy RL method extends zero-shot object-goal navigation from ground robots to indoor drones, using depth-derived laser-scan and reachable-region features, and reports top AI2-THOR scores plus Isaa...

  3. Fly0: Persistent Metric Anchoring for Zero-Shot Aerial Vision-Language Navigation

    cs.RO 2026-02 conditional novelty 4.0 of 10

    A zero-shot aerial VLN system that has an MLLM output only 2D image coordinates, then uses depth unprojection and Ego-Planner to navigate, reporting >20 percentage-point SR gains and 31–37% NE reductions over baselines.

Reference graph

Works this paper leans on

35 extracted references · 22 canonical work pages · cited by 3 Pith papers

  1. [1]

    Survey of uav motion planning

    Lun Quan, Luxin Han, Boyu Zhou, Shaojie Shen, and Fei Gao. Survey of uav motion planning. IET Cyber-systems and Robotics, 2(1):14–21, 2020

  2. [2]

    Ego-planner: An esdf-free gradient-based local planner for quadrotors

    Xin Zhou, Zhepei Wang, Hongkai Ye, Chao Xu, and Fei Gao. Ego-planner: An esdf-free gradient-based local planner for quadrotors. IEEE Robotics and Automation Letters, 6(2):478–485, 2021

  3. [3]

    Ego-swarm: A fully autonomous and decentralized quadrotor swarm system in cluttered environments

    Xin Zhou, Jiangchao Zhu, Hongyu Zhou, Chao Xu, and Fei Gao. Ego-swarm: A fully autonomous and decentralized quadrotor swarm system in cluttered environments. In 2021 IEEE International Conference on Robotics and Automation (ICRA), pages 4101–4107, 2021

  4. [4]

    Real-time trajectory replanning for mavs using uniform b-splines and a 3d circular buffer

    Vladyslav Usenko, Lukas V on Stumberg, Andrej Pangercic, and Daniel Cremers. Real-time trajectory replanning for mavs using uniform b-splines and a 3d circular buffer. In 2017 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS), pages 215–222. IEEE, 2017

  5. [5]

    Aerialvln: Vision- and-language navigation for uavs

    Shubo Liu, Hongsheng Zhang, Yuankai Qi, Peng Wang, Yanning Zhang, and Qi Wu. Aerialvln: Vision- and-language navigation for uavs. In Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV), pages 15384–15394, October 2023

  6. [6]

    Citynav: Language-goal aerial navigation dataset with geographic information

    Jungdae Lee, Taiki Miyanishi, Shuhei Kurita, Koya Sakamoto, Daichi Azuma, Yutaka Matsuo, and Nakamasa Inoue. Citynav: Language-goal aerial navigation dataset with geographic information. arXiv preprint arXiv:2406.14240, 2024

  7. [7]

    Towards realistic uav vision-language navigation: Platform, benchmark, and methodology

    Xiangyu Wang, Donglin Yang, Ziqin Wang, Hohin Kwan, Jinyu Chen, Wenjun Wu, Hongsheng Li, Yue Liao, and Si Liu. Towards realistic uav vision-language navigation: Platform, benchmark, and methodology. arXiv preprint arXiv:2410.07087, 2024

  8. [8]

    Openfly: A versatile toolchain and large-scale benchmark for aerial vision-language navigation

    Yunpeng Gao, Chenhui Li, Zhongrui You, Junli Liu, Zhen Li, Pengan Chen, Qizhi Chen, Zhonghan Tang, Liansheng Wang, Penghui Yang, et al. Openfly: A versatile toolchain and large-scale benchmark for aerial vision-language navigation. arXiv preprint arXiv:2502.18041, 2025

Show all 35 references
  1. [9]

    Vision-and-dialog navigation

    Jesse Thomason, Michael Murray, Maya Cakmak, and Luke Zettlemoyer. Vision-and-dialog navigation. In CRL, 2020

  2. [10]

    Vision-and-language navigation: Interpreting visually-grounded navigation instructions in real environments

    Peter Anderson, Qi Wu, Damien Teney, Jake Bruce, Mark Johnson, Niko Sünderhauf, Ian Reid, Stephen Gould, and Anton Van Den Hengel. Vision-and-language navigation: Interpreting visually-grounded navigation instructions in real environments. In CVPR, 2018

  3. [11]

    Think global, act local: Dual-scale graph transformer for vision-and-language navigation

    Shizhe Chen, Pierre-Louis Guhur, Makarand Tapaswi, Cordelia Schmid, and Ivan Laptev. Think global, act local: Dual-scale graph transformer for vision-and-language navigation. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), pages 165...

  4. [12]

    Touchdown: Natural language navigation and spatial reasoning in visual street environments

    Howard Chen, Alane Suhr, Dipendra Misra, Noah Snavely, and Yoav Artzi. Touchdown: Natural language navigation and spatial reasoning in visual street environments. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 12538–12547, 2019

  5. [13]

    Room-across-room: Multi- lingual vision-and-language navigation with dense spatiotemporal grounding

    Alexander Ku, Peter Anderson, Roma Patel, Eugene Ie, and Jason Baldridge. Room-across-room: Multi- lingual vision-and-language navigation with dense spatiotemporal grounding. In Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing (EMNLP), pag...

  6. [14]

    Hierarchical cross-modal agent for robotics vision-and-language navigation

    Muhammad Zubair Irshad, Chih-Yao Ma, and Zsolt Kira. Hierarchical cross-modal agent for robotics vision-and-language navigation. In 2021 IEEE international conference on robotics and automation (ICRA), pages 13238–13246. IEEE, 2021

  7. [15]

    Airsim: High-fidelity visual and physical simulation for autonomous vehicles

    Shital Shah, Debadeepta Dey, Chris Lovett, and Ashish Kapoor. Airsim: High-fidelity visual and physical simulation for autonomous vehicles. In Marco Hutter and Roland Siegwart, editors, Field and Service Robotics, pages 621–635, Cham, 2018. Springer International Publishing

  8. [16]

    Unrealcv: Virtual worlds for computer vision

    Weichao Qiu, Fangwei Zhong, Yi Zhang, Siyuan Qiao, Zihao Xiao, Tae Soo Kim, and Yizhou Wang. Unrealcv: Virtual worlds for computer vision. InProceedings of the 25th ACM International Conference on Multimedia, MM ’17, page 1221–1224, New York, NY , USA, 2017. Association for Co...

  9. [17]

    Navgpt: Explicit reasoning in vision-and-language navigation with large language models

    Gengze Zhou, Yicong Hong, and Qi Wu. Navgpt: Explicit reasoning in vision-and-language navigation with large language models. In Proceedings of the AAAI Conference on Artificial Intelligence, volume 38, pages 7641–7649, 2024

  10. [18]

    Navgpt-2: Unleashing navigational reasoning capability for large vision-language models

    Gengze Zhou, Yicong Hong, Zun Wang, Xin Eric Wang, and Qi Wu. Navgpt-2: Unleashing navigational reasoning capability for large vision-language models. In European Conference on Computer Vision, pages 260–278. Springer, 2024

  11. [19]

    Towards long-horizon vision-language navigation: Platform, benchmark and method

    Xinshuai Song, Weixing Chen, Yang Liu, Weikai Chen, Guanbin Li, and Liang Lin. Towards long-horizon vision-language navigation: Platform, benchmark and method. arXiv preprint arXiv:2412.09082, 2024

  12. [20]

    Navcot: Boosting llm-based vision-and-language navigation via learning disentangled reasoning

    Bingqian Lin, Yunshuang Nie, Ziming Wei, Jiaqi Chen, Shikui Ma, Jianhua Han, Hang Xu, Xiaojun Chang, and Xiaodan Liang. Navcot: Boosting llm-based vision-and-language navigation via learning disentangled reasoning. IEEE Transactions on Pattern Analysis and Machine Intelligence, 2025

  13. [21]

    Beyond the nav-graph: Vision-and-language navigation in continuous environments

    Jacob Krantz, Erik Wijmans, Arjun Majumdar, Dhruv Batra, and Stefan Lee. Beyond the nav-graph: Vision-and-language navigation in continuous environments. In Andrea Vedaldi, Horst Bischof, Thomas Brox, and Jan-Michael Frahm, editors, Computer Vision – ECCV 2020 , pages 104–120,...

  14. [22]

    Openvla: An open-source vision-language-action model

    Moo Jin Kim, Karl Pertsch, Siddharth Karamcheti, Ted Xiao, Ashwin Balakrishna, Suraj Nair, Rafael Rafailov, Ethan Foster, Grace Lam, Pannag Sanketi, et al. Openvla: An open-source vision-language-action model. arXiv preprint arXiv:2406.09246, 2024

  15. [23]

    π0: A vision-language-action flow model for general robot control

    Kevin Black, Noah Brown, Danny Driess, Adnan Esmail, Michael Equi, Chelsea Finn, Niccolo Fusai, Lachy Groom, Karol Hausman, Brian Ichter, et al. π0: A vision-language-action flow model for general robot control. arXiv preprint arXiv:2410.24164, 2024

  16. [24]

    Gpt-4 technical report

    Josh Achiam, Steven Adler, Sandhini Agarwal, Lama Ahmad, Ilge Akkaya, Florencia Leoni Aleman, Diogo Almeida, Janko Altenschmidt, Sam Altman, Shyamal Anadkat, et al. Gpt-4 technical report. arXiv preprint arXiv:2303.08774, 2023

  17. [25]

    Unrealzoo: Enriching photo-realistic virtual worlds for embodied ai

    Fangwei Zhong, Kui Wu, Churan Wang, Hao Chen, Hai Ci, Zhoujun Li, and Yizhou Wang. Unrealzoo: Enriching photo-realistic virtual worlds for embodied ai. arXiv preprint arXiv:2412.20977, 2024

  18. [26]

    General evaluation for instruction conditioned navigation using dynamic time warping

    Gabriel Ilharco, Vihan Jain, Alexander Ku, Eugene Ie, and Jason Baldridge. General evaluation for instruction conditioned navigation using dynamic time warping. In Visually Grounded Interaction and Language (ViGIL), NeurIPS 2019 Workshop, 2019

  19. [27]

    Yaron Lipman, Ricky T. Q. Chen, Heli Ben-Hamu, Maximilian Nickel, and Matthew Le. Flow matching for generative modeling. In The Eleventh International Conference on Learning Representations, 2023

  20. [28]

    Llama-vid: An image is worth 2 tokens in large language models

    Yanwei Li, Chengyao Wang, and Jiaya Jia. Llama-vid: An image is worth 2 tokens in large language models. In Aleš Leonardis, Elisa Ricci, Stefan Roth, Olga Russakovsky, Torsten Sattler, and Gül Varol, editors, Computer Vision – ECCV 2024, pages 323–340, Cham, 2025. Springer Nat...

  21. [29]

    Aeroverse: Uav-agent benchmark suite for simulating, pre-training, finetuning, and evaluating aerospace embodied world models

    Fanglong Yao, Yuanchang Yue, Youzhi Liu, Xian Sun, and Kun Fu. Aeroverse: Uav-agent benchmark suite for simulating, pre-training, finetuning, and evaluating aerospace embodied world models. arXiv preprint arXiv:2408.15511, 2024. 11

  22. [30]

    Design and use paradigms for gazebo, an open-source multi-robot simulator

    Nathan Koenig and Andrew Howard. Design and use paradigms for gazebo, an open-source multi-robot simulator. In IROS, 2004

  23. [31]

    Visdrone-det2019: The vision meets drone object detection in image challenge results

    Dawei Du, Pengfei Zhu, Longyin Wen, Xiao Bian, Haibin Lin, Qinghua Hu, Tao Peng, Jiayu Zheng, Xinyao Wang, Yue Zhang, et al. Visdrone-det2019: The vision meets drone object detection in image challenge results. In Proceedings of the IEEE/CVF international conference on compute...

  24. [32]

    Learning social etiquette: Human trajectory understanding in crowded scenes

    Alexandre Robicquet, Amir Sadeghian, Alexandre Alahi, and Silvio Savarese. Learning social etiquette: Human trajectory understanding in crowded scenes. In Computer Vision–ECCV 2016: 14th European Conference, Amsterdam, The Netherlands, October 11-14, 2016, Proceedings, Part VI...

  25. [33]

    Visible and clear: Finding tiny objects in difference map

    Bing Cao, Haiyu Yao, Pengfei Zhu, and Qinghua Hu. Visible and clear: Finding tiny objects in difference map. In European Conference on Computer Vision, pages 1–18. Springer, 2024

  26. [34]

    A benchmark and simulator for uav tracking

    UT Benchmark. A benchmark and simulator for uav tracking. In European conference on computer vision, volume 7, 2016

  27. [35]

    reference frame

    Pengfei Zhu, Tao Peng, Dawei Du, Hongtao Yu, Libo Zhang, and Qinghua Hu. Graph regularized flow attention network for video animal counting from drones. IEEE Transactions on Image Processing , 30:5339–5351, 2021. A Trajectory Visualization of Experimental Results As shown in F...

Pith tools

Reviewed August 7, 2026 · model on record in the stance chip above.