Pith. sign in

REVIEW 5 major objections 6 minor 1 cited by

SRDrone, a self-refinement loop that evaluates the drone's continuous trajectory and repairs its behavior tree in a constrained edit space, lifts simulation task success to 84.91–91.67% and reaches 96.25% success on physical drones.

Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →

SRDrone combines continuous state evaluation with hierarchical Behavior Tree repair so that LLM-based drone planners can autonomously refine their own plans after failures.

T0 review reviewed 2026-08-05 challenge →

load-bearing objection Solid engineering paper with a useful refinement loop, but the headline real-world number is over-read and the abstract's 44.87% is a percentage-point margin, not an improvement rate. the 5 major comments →

arxiv 2508.15501 v1 pith:YYUJC6A7 submitted 2025-08-21 cs.RO cs.AI

LLM-Driven Self-Refinement for Embodied Drone Task Planning

classification cs.RO cs.AI
keywords LLM self-reflectionBehavior Tree modificationdrone task planningcontinuous state evaluationembodied agentssimulation-to-reality transferrobot failure diagnosisautonomous mission planning
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved

The pith

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

The reading

SRDrone is a system that lets an LLM plan drone missions, watch the execution, diagnose why the plan failed, and rewrite the plan's behavior tree in a constrained, syntactically valid way, all without human experts. The paper's central claim is that this closed-loop self-refinement raises task success rates in simulation from a best-baseline 52.17% to 84.91–91.67% depending on scenario, and that an experience base built in simulation transfers to physical drones, where the system completes 96.25% of missions. The key move is replacing final-frame outcome checks with a continuous motion and spatial reasoning pipeline that turns high-frequency sensor streams into a textual narrative the LLM can judge, and pairing it with a two-stage hierarchical repair that maps natural-language reflections onto node-level, strategy-constrained behavior-tree edits. If true, this is a path from static LLM-generated plans to self-improving embodied policies, and a template for grounding LLM self-reflection in structured execution formats.

Core claim

The discovery is that process-level evaluation plus structured BT repair, rather than any single component, is what makes LLM-driven self-refinement work for embodied drone planning. A final-frame-only evaluator detects only 23.08% of plan-level failures and correctly explains 14.72% of them; the CMSR pipeline raises detection to 90.38%, explanation to 85.26%, and localization to 80.07%. Unstructured textual reflection, meanwhile, fixes only 39.28% of missing-dependency errors and 28.6% of invalid control flows, whereas the hierarchical constrained repair converts the same style of evaluation into formal node-level edits. Together these components turn a system that would otherwise require a

What carries the argument

The first mechanism is CMSR (Continuous Motion and Spatial Reasoning): an algorithm that samples states only at action boundaries, derives ego-motion semantic vectors (behavior type, displacement, orientation change), maintains a persistent environment-state representation, infers proximity/safety/navigational-intent relations, and aligns these into a natural-language trajectory narrative for the LLM. The second mechanism is Hierarchical BT Modification: analysis at three layers (action, logic, mission) plus a strategy space that constrains edits to drone-feasible actions and behavior-tree-valid control flow, producing structured reflective experiences of the form ⟨τ,ω⟩, where τ is the targe

Load-bearing premise

Physical tests were run only with the experience base refined in simulation, because real-world trial-and-error was deemed too risky; the paper therefore assumes that software/hardware-in-the-loop simulation is a faithful proxy for real drone dynamics, sensor noise, and environmental variation, and that the 96.25% real-world success rate is explained by simulation-to-reality transfer.

What would settle it

Compare SRDrone against a variant that keeps Hierarchical BT Modification but swaps CMSR for final-state-only evaluation, and against a variant that keeps CMSR but replaces structured repair with free-text reflection; if either variant matches SRDrone's roughly 85–92% simulation success rate across the four scenarios, the paper's claim that both components are necessary collapses.

Watch this falsifier. Get emailed when new claim-graph text bears on it.

If this is right

  • LLM-generated behavior trees can be made self-improving rather than one-shot, because the structured experience base accumulates validated repairs and retrieves them with kNN for later, similar tasks.
  • Drone missions whose terminal states look identical can still be distinguished by their trajectories, so failure diagnosis should use process semantics, not final-frame snapshots.
  • A self-refining planner can run without human oversight across up to five repair iterations, eliminating the human-expert online adjustment that prior LLM drone planners require.
  • A simulation-refined experience base can be deployed directly on physical drones, reaching 96.25% success while keeping onboard CPU under 14%, RAM under 110 MB, and power under 1300 mW.

Where Pith is reading between the lines

These are editorial extensions of the paper, not claims the author makes directly.

  • The paper tests one simulator-to-reality transfer; an untested corollary is that the same experience-base transfer would hold under changing weather, lighting, or different drone models, since the constrained action space is hardware-specific.
  • Because failure localization is 80.07%, roughly one in five plan-level failures is still mislocated; a natural next change the paper does not make is to feed vision-language model captions into CMSR, which might close the residual gap and address perception-level failures noted in field tests.
  • The same 'process evaluation plus structured repair in a constrained edit space' recipe transfers to other formal plan languages, such as finite state machines or PDDL, and to other embodied platforms if their execution traces can be converted to LLM-comprehensible narratives.
  • The paper compares against human guidance only in simulation; my inference is that the real advantage of SRDrone over expert-guided operation is not raw success rate but removing the expert's attention, which the paper measures only indirectly via resource consumption.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

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

Referee Report

5 major / 6 minor

Summary. The paper proposes SRDrone, a self-refinement framework for embodied drone task planning. It combines a continuous state evaluation module (CMSR), which converts action-triggered sensor streams into LLM-compatible semantic narratives, with a hierarchical Behavior Tree modification model that localizes failures at action/logic/mission layers and applies node-level corrections within a constrained action/logic strategy space. The resulting structured experiences are stored in an experience base with kNN retrieval. The authors evaluate SRDrone in PX4 SIL/HIL simulation, report large Success Rate (SR) gains over ChatFly, LLM-Planner, LLM-Planner-HLP, and REFLECT across four task categories, and report a 96.25% SR in real-world indoor/outdoor tests using a simulation-refined experience base. They also report failure-explanation metrics and a human-in-the-loop comparison.

Significance. If the empirical claims are sustained, the combination of process-level LLM evaluation with structured, syntax-aware BT repair is a meaningful advance over final-state-only reflection for robotic task planning. The paper's strengths include the concrete BT/LLM system design, the use of objective task-completion SR, an attempt to compare with human-guided variants, and an open-source release. The large simulation gains are plausible and the failure-diagnosis idea is well motivated. However, the evidence as presented is not tight: there are no error bars or significance tests; the real-world deployment does not exercise the self-refinement loop or include a non-refined control; and the ground-truth construction for the 176-failure diagnosis dataset is undocumented. These gaps are load-bearing for the paper's stronger claims about simulation-to-real transferability and about the source of the measured improvements, though the central mechanism remains credible.

major comments (5)
  1. [Section 5.1.2, Table 4] The real-world evaluation is presented as validating SRDrone and its 'effective simulation-to-reality transferability,' but the text states that physical testing was conducted exclusively with the refined experience base, and no comparison is made against an unrefined BT, a static baseline, or a self-updating baseline. The online self-refinement loop is not exercised at all in the real world. With only four tasks and 10 runs per environment, the aggregate 96.25% SR has a wide confidence interval and could reflect task simplicity rather than the refinement mechanism. This section should be reframed as a deployment feasibility study, or augmented with a real-world control on at least the safer tasks; the abstract and conclusion should be softened accordingly.
  2. [Section 5.1.1, Table 3] The main simulation comparison reports only aggregate SR percentages with no trial counts, standard deviations, confidence intervals, or significance tests. Since several baseline SR values are very low (e.g., 3.57% for ChatFly on composite tasks), small absolute differences in trial outcomes could dominate the comparison. The authors should report the number of runs per scenario, the random seeds, and statistical tests. It should also be made explicit whether the 'up to 5 refinement steps' allowance is applied uniformly and whether baselines that cannot replan are given any equivalent advantage.
  3. [Section 5.2.1, Table 5] The 176 plan-level failures are the sole basis for the Det/Exp/Loc accuracy claims, but their construction is not documented. The paper does not state how many failures came from simulation versus real-world runs, how plan-level failures were distinguished from execution failures, what the annotation protocol was, or whether the 'Final State-based' baseline consumed the exact same traces. Without this information the 90.38% detection and 80.07% localization numbers are not reproducible and may be affected by selection bias. Provide the dataset construction details and, if human annotation was used, inter-annotator agreement.
  4. [Section 5.2.2, Figure 8] The iterative-refinement curves are reported without per-iteration sample sizes or variance estimates, so it is unclear whether the crossover between SRDrone and the baselines at iteration 2 is robust. The text also refers to 'near-ubiquitous fault detection' for REFLECT and the ablation without quantifying it. Please give the number of tasks/trials behind each point, the stopping criteria, and the per-iteration success counts or confidence bounds.
  5. [Section 7, Section 3.2.1] The Discussion admits that SRDrone lacks detailed execution-level diagnostics and that the Action-Centric State Filtering discards images captured during unsuccessful Detect actions. The paper should quantify how many such events are excluded from the evaluation and whether this filtering affects the measured SR or the refinement loop. If difficult execution failures are systematically removed from the evidence stream, the reported SR may overstate the planner's performance relative to what a fully informed evaluator would observe.
minor comments (6)
  1. [Section 4.1 / 5.1] The LLM backend is not specified. Model name/version, API, temperature, and prompt templates are needed for reproducibility.
  2. [Section 3.3.3] The kNN retriever's neighborhood size k is not reported, nor is a sensitivity or ablation for k. Please add this value and any retrieval ablations.
  3. [Abstract / Section 5.1.1] The '44.87% improvement' should be defined explicitly as an absolute percentage-point difference or a relative improvement; the current wording is ambiguous.
  4. [Equation (8)] Clarify that N_success^(i) counts tasks that succeed at iteration i and were not already counted as successful in an earlier iteration, and state whether a succeeded task is retried in later iterations.
  5. [Table 2] Tasks with randomly initialized positions (IDs 5, 6, 10, 11) need a description of the randomization and the number of seeds tested; otherwise the reported SR may depend on the specific draws.
  6. [Throughout] There are several typos and inconsistent terms, e.g., 'MoveForawrd', 'Hierarchy BT Modification' vs 'Hierarchical BT Modification', and 'Y ongjian Fu' in the author block. A careful proofreading pass is recommended.

Circularity Check

0 steps flagged

No definitional circularity: the headline success rate is measured by task completion, the self-evaluator is independently checked against human labels, and no load-bearing self-citation or imported uniqueness claim is used.

full rationale

The paper's central claim is empirical, not definitional. Success Rate (Eq. 8) is defined as the ratio of tasks that successfully complete user instructions after up to five refinement steps; it is a task-completion count, not a function of SRDrone's own outputs. The continuous-state evaluator (CMSR) is a component whose detection, localization, and explanation quality are independently scored against human-labeled plan-level failures in Table 5 (Det=90.38%, Exp=85.26%, Loc=80.07%). This external ground-truth check breaks any self-certification loop from using the same LLM for evaluation and repair. The hierarchical BT modification (Sec. 3.3) is constrained by drone-specific action spaces and BT syntax, not by the success metric it is meant to improve. The experience base is self-generated, but it is an input to subsequent planning; the real-world 96.25% SR is a measured task-completion rate, not a restatement of the experience base. The paper's own limitation statement in Sec. 5.1.2 says physical testing used only the pre-refined experience base 'due to unacceptable physical risks' and did not exercise the online refinement loop; this is a real generalization/attribution concern, but it is not circularity in the definitional sense. Self-citations are not load-bearing: e.g., [42] is offered as one of several interchangeable stereo-depth alternatives, and no uniqueness theorem or ansatz is imported from the authors' prior work. Baseline comparisons are external and adversarial. Therefore no specific circular step can be exhibited with the paper's own equations or definitions.

Axiom & Free-Parameter Ledger

3 free parameters · 4 axioms · 0 invented entities

SRDrone is an integration architecture, not a derivation. Its success depends on hand-chosen design parameters (action-boundary sampling, retrieval k, iteration cap) and on external assumptions (sim-to-real fidelity, LLM spatial reasoning capability, label correctness). There are no new physical entities. The paper does not fit parameters to data in the sense of tuning a model to the target metric, but the unreported settings leave the exact numbers under-determined.

free parameters (3)
  • kNN neighborhood size k
    Used in Experience Base retrieval (Section 3.3.3); value not reported or swept, yet affects which experiences are replayed.
  • Refinement step cap = 5
    SR is computed over up to 5 refinement iterations (Eq. 8); the cap is a design choice with no sensitivity analysis.
  • Action-boundary state sampling = action completion only
    Action-Centric State Filtering records states only at action boundaries (Section 3.2.1); this discards mid-action data and could hide execution-phase failures.
axioms (4)
  • domain assumption PX4 SIL/HIL simulation is a faithful proxy for real drone dynamics, sensors, and environment
    The experience base is trained in simulation and deployed physically (Section 5.1.2); if the gap is large, the 96.25% SR is unexplained.
  • domain assumption The LLM can perform reliable spatial-temporal reasoning from the CMSR narratives
    CMSR (Algorithm 1) delegates motion and spatial inference to the LLM, despite cited limitations of LLMs in time-series and spatial reasoning (Sections 3.2.2 and references [27],[28],[31]).
  • domain assumption The 176 plan-level failures are correctly and consistently labeled
    Table 5 metrics depend on this unlabeled dataset; no annotation protocol or inter-annotator agreement is given.
  • domain assumption Perception and localization modules (YOLOv5, FAST-LIO) are accurate enough for semantic derivation
    All state and environment observations flow from these modules; sensor error is not characterized.

reviewed 2026-08-05 · how reviews work

0 comments
Cite this review

Pith. "Pith review of LLM-Driven Self-Refinement for Embodied Drone Task Planning." pith.science (2026). https://pith.science/paper/YYUJC6A7

@misc{pith2026250815501,
  author       = {Pith},
  title        = {Pith review of: LLM-Driven Self-Refinement for Embodied Drone Task Planning},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/YYUJC6A7}},
  note         = {Machine review of arXiv:2508.15501}
}
Share X Bluesky LinkedIn Reddit HN
read the original abstract

We introduce SRDrone, a novel system designed for self-refinement task planning in industrial-grade embodied drones. SRDrone incorporates two key technical contributions: First, it employs a continuous state evaluation methodology to robustly and accurately determine task outcomes and provide explanatory feedback. This approach supersedes conventional reliance on single-frame final-state assessment for continuous, dynamic drone operations. Second, SRDrone implements a hierarchical Behavior Tree (BT) modification model. This model integrates multi-level BT plan analysis with a constrained strategy space to enable structured reflective learning from experience. Experimental results demonstrate that SRDrone achieves a 44.87% improvement in Success Rate (SR) over baseline methods. Furthermore, real-world deployment utilizing an experience base optimized through iterative self-refinement attains a 96.25% SR. By embedding adaptive task refinement capabilities within an industrial-grade BT planning framework, SRDrone effectively integrates the general reasoning intelligence of Large Language Models (LLMs) with the stringent physical execution constraints inherent to embodied drones. Code is available at https://github.com/ZXiiiC/SRDrone.

Figures

Figures reproduced from arXiv: 2508.15501 by Deyu Zhang, Jiahao Li, Jinrui Zhang, Ju Ren, Tingting Long, Xicheng Zhang, Xunhua Dai, Yaoxue Zhang, Yongjian Fu.

Figure 1
Figure 1. Figure 1: Evaluation results from Final-State-Only method on [PITH_FULL_IMAGE:figures/full_fig_p003_1.png] view at source ↗
Figure 2
Figure 2. Figure 2: The overall framework of SRDrone. ing execution traces and formalizing them as repair con￾straints. Secondly, node-level precise modification applies targeted corrections to individual nodes while ensuring compositional integrity. This fine-grained modification ap￾proach enables atomic action correction for primitive node flaws and architectural constraint enforcement to preserve the hierarchical structure… view at source ↗
Figure 3
Figure 3. Figure 3: Comparison of different data filtering methods: [PITH_FULL_IMAGE:figures/full_fig_p005_3.png] view at source ↗
Figure 4
Figure 4. Figure 4: The illustration of hierarchical plan analysis. [PITH_FULL_IMAGE:figures/full_fig_p007_4.png] view at source ↗
Figure 5
Figure 5. Figure 5: Experimental scenarios of SRDrone. Left: Simulation testing environment employing PX4 Software-in-the￾Loop/Hardware-in-the-Loop drone models with real-time pose visualization via Unreal Engine; Right: Real-world deployment scenarios replicating identical configurations in both indoor and outdoor environments. 4 IMPLEMENTATION 4.1 Overall Implementation SRDrone employs an end-to-end system integration ap￾pr… view at source ↗
Figure 6
Figure 6. Figure 6: Flight path 3D visualization. (a) The drone executes [PITH_FULL_IMAGE:figures/full_fig_p010_6.png] view at source ↗
Figure 7
Figure 7. Figure 7: Performance of SRDrone on physical drone platform. TABLE 6: Quantitative comparison of SRDrone and Human-Guide variants. Method/Task Path Planning Object Searching Obstacle Navigation Composite Task General-Guide 86.82% 80.21% 84.19% 68.44% Expert-Guide 90.33% 92.14% 93.87% 82.50% SRDrone 84.91% 88.46% 91.67% 80.35% (a) Path Planning (b) Object Searching (c) Obstacle Navigation (d) Composite Task [PITH_FU… view at source ↗
Figure 8
Figure 8. Figure 8: Iterative refinement process comparison. higher-quality task process evaluation. This superior assess￾ment capability enables more precise failure diagnosis even without hierarchical modification, demonstrating clear ad￾vancement over REFLECT’s failure explanation mechanism. For tasks requiring architectural management of multi￾layered BT structures, our Hierarchical BT Modification en￾ables fine-grained p… view at source ↗

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

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

  1. Decoupled Travel Planning with Behavior Forest

    cs.LG 2026-04 unverdicted novelty 6.0

    Behavior Forest decouples multi-constraint travel planning into parallel behavior trees with LLM nodes and global coordination, yielding 6.67% and 11.82% gains over prior methods on two benchmarks.

Reference graph

Works this paper leans on

56 extracted references · 44 canonical work pages · cited by 1 Pith paper · 1 internal anchor

  1. [1]

    The small-drone revolution is coming—scientists need to ensure it will be safe,

    X. Huang, “The small-drone revolution is coming—scientists need to ensure it will be safe,”Nature, vol. 637, no. 8044, pp. 29–30, 2025

  2. [2]

    In- dustry state-of-art and opportunities for the use of drones in smart grids inspections,

    N. Tang, N. Landas, Y. R. Rodrigues, and M. R. Monteiro, “In- dustry state-of-art and opportunities for the use of drones in smart grids inspections,” in 2024 International Symposium on Power Electronics, Electrical Drives, Automation and Motion (SPEEDAM) . IEEE, 2024, pp. 327–331

  3. [3]

    Selecting freight transportation modes in last-mile urban distribution in pamplona (spain): An option for drone delivery in smart cities,

    A. Serrano-Hernandez, A. Ballano, and J. Faulin, “Selecting freight transportation modes in last-mile urban distribution in pamplona (spain): An option for drone delivery in smart cities,” Energies, vol. 14, no. 16, p. 4748, 2021

  4. [4]

    The next generation of human-drone partnerships: Co-designing an emergency response system,

    A. Agrawal, S. J. Abraham, B. Burger, C. Christine, L. Fraser, J. M. Hoeksema, S. Hwang, E. Travnik, S. Kumar, W. Scheirer et al. , “The next generation of human-drone partnerships: Co-designing an emergency response system,” in Proceedings of the 2020 CHI Conference on Human Factors in Computing Systems , 2020, pp. 1–13

  5. [5]

    Chatfly: Low-latency drone planning with large language models,

    G. Chen, X. Yu, N. Ling, and L. Zhong, “Chatfly: Low-latency drone planning with large language models,” IEEE Transactions on Mobile Computing, 2025

  6. [6]

    Net-gpt: A llm-empowered man-in-the- middle chatbot for unmanned aerial vehicle,

    B. Piggott, S. Patil, G. Feng, I. Odat, R. Mukherjee, B. Dhar- malingam, and A. Liu, “Net-gpt: A llm-empowered man-in-the- middle chatbot for unmanned aerial vehicle,” in Proceedings of the Eighth ACM/IEEE Symposium on Edge Computing , 2023, pp. 287– 293

  7. [7]

    Multi-uav place- ment for integrated access and backhauling using llm-driven op- timization,

    Y. Wang, J. Farooq, H. Ghazzai, and G. Setti, “Multi-uav place- ment for integrated access and backhauling using llm-driven op- timization,” in 2025 IEEE Wireless Communications and Networking Conference (WCNC). IEEE, 2025, pp. 1–6

  8. [8]

    Llm as bt- planner: Leveraging llms for behavior tree generation in robot task planning,

    J. Ao, F. Wu, Y. Wu, A. Swikir, and S. Haddadin, “Llm as bt- planner: Leveraging llms for behavior tree generation in robot task planning,” arXiv preprint arXiv:2409.10444, 2024

  9. [9]

    Lifelong robot learning with human assisted lan- guage planners,

    M. Parakh, A. Fong, A. Simeonov, T. Chen, A. Gupta, and P . Agrawal, “Lifelong robot learning with human assisted lan- guage planners,” in 2024 IEEE International Conference on Robotics and Automation (ICRA). IEEE, 2024, pp. 523–529

  10. [10]

    Btgenbot: Behavior tree generation for robotic tasks with lightweight llms,

    R. A. Izzo, G. Bardaro, and M. Matteucci, “Btgenbot: Behavior tree generation for robotic tasks with lightweight llms,” in 2024 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS). IEEE, 2024, pp. 9684–9690

  11. [11]

    Integrating intent understanding and optimal behavior planning for behavior tree generation from human instructions,

    X. Chen, Y. Cai, Y. Mao, M. Li, W. Yang, W. Xu, and J. Wang, “Integrating intent understanding and optimal behavior planning for behavior tree generation from human instructions,” arXiv preprint arXiv:2405.07474, 2024

  12. [12]

    Behavior trees and state machines in robotics applications,

    R. Ghzouli, T. Berger, E. B. Johnsen, A. Wasowski, and S. Dragule, “Behavior trees and state machines in robotics applications,” IEEE Transactions on Software Engineering , vol. 49, no. 9, pp. 4243–4267, 2023

  13. [13]

    Research progress and application of behavior tree technology,

    L. Ruifeng, W. Jiasheng, Z. Haolong, and T. Mengfan, “Research progress and application of behavior tree technology,” in 2019 6th International Conference on Behavioral, Economic and Socio-Cultural Computing (BESC). IEEE, 2019, pp. 1–4

  14. [14]

    Behavior trees in action: a study of robotics applications,

    R. Ghzouli, T. Berger, E. B. Johnsen, S. Dragule, and A. Wasowski, “Behavior trees in action: a study of robotics applications,” in Proceedings of the 13th ACM SIGPLAN international conference on software language engineering, 2020, pp. 196–209

  15. [15]

    Increasing modularity of uav control systems using computer game behavior trees,

    P . Ogren, “Increasing modularity of uav control systems using computer game behavior trees,” in Aiaa guidance, navigation, and control conference, 2012, p. 4458

  16. [16]

    Reflexion: Language agents with verbal reinforcement learning,

    N. Shinn, F. Cassano, A. Gopinath, K. Narasimhan, and S. Yao, “Reflexion: Language agents with verbal reinforcement learning,” Advances in Neural Information Processing Systems, vol. 36, pp. 8634– 8652, 2023

  17. [17]

    Reflect: Summarizing robot experiences for failure explanation and correction,

    Z. Liu, A. Bahety, and S. Song, “Reflect: Summarizing robot experiences for failure explanation and correction,” arXiv preprint arXiv:2306.15724, 2023

  18. [18]

    Learning to refine with fine-grained natural language feedback,

    M. Wadhwa, X. Zhao, J. J. Li, and G. Durrett, “Learning to refine with fine-grained natural language feedback,” in Findings of the Association for Computational Linguistics: EMNLP 2024 , Y. Al-Onaizan, M. Bansal, and Y.-N. Chen, Eds. Miami, Florida, USA: Association for Computational Linguistics, Nov. 2024, pp. 12 281–12 308. [Online]. Available: https://...

  19. [19]

    PRompt optimization in multi-step tasks (PROMST): Integrating human feedback and heuristic-based sampling,

    Y. Chen, J. Arkin, Y. Hao, Y. Zhang, N. Roy, and C. Fan, “PRompt optimization in multi-step tasks (PROMST): Integrating human feedback and heuristic-based sampling,” in Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing , Y. Al-Onaizan, M. Bansal, and Y.-N. Chen, Eds. Miami, Florida, USA: Association for Computational L...

  20. [20]

    Agile: A novel reinforcement learning framework of llm agents,

    F. Peiyuan, Y. He, G. Huang, Y. Lin, H. Zhang, Y. Zhang, and H. Li, “Agile: A novel reinforcement learning framework of llm agents,” Advances in Neural Information Processing Systems , vol. 37, pp. 5244–5284, 2024

  21. [21]

    Countering reward over-optimization in LLM with demonstration-guided reinforcement learning,

    M. Rita, F. Strub, R. Chaabouni, P . Michel, E. Dupoux, and O. Pietquin, “Countering reward over-optimization in LLM with demonstration-guided reinforcement learning,” in Findings of the Association for Computational Linguistics: ACL 2024 , L.-W. Ku, A. Martins, and V . Srikumar, Eds. Bangkok, Thailand: Association for Computational Linguistics, Aug. 2024...

  22. [22]

    Do as i can, not as i say: Grounding language in robotic affordances,

    M. Ahn, A. Brohan, N. Brown, Y. Chebotar, O. Cortes, B. David, C. Finn, C. Fu, K. Gopalakrishnan, K. Hausman et al., “Do as i can, not as i say: Grounding language in robotic affordances,” arXiv preprint arXiv:2204.01691, 2022

  23. [23]

    Prompt, plan, perform: Llm-based humanoid control via quantized imita- tion learning,

    J. Sun, Q. Zhang, Y. Duan, X. Jiang, C. Cheng, and R. Xu, “Prompt, plan, perform: Llm-based humanoid control via quantized imita- tion learning,” in 2024 IEEE International Conference on Robotics and Automation (ICRA). IEEE, 2024, pp. 16 236–16 242

  24. [24]

    Learning rewards from linguistic feedback,

    T. R. Sumers, M. K. Ho, R. D. Hawkins, K. Narasimhan, and T. L. Griffiths, “Learning rewards from linguistic feedback,” in Proceedings of the AAAI Conference on Artificial Intelligence , vol. 35, no. 7, 2021, pp. 6002–6010

  25. [25]

    Fine-grained human feedback gives better rewards for language model training,

    Z. Wu, Y. Hu, W. Shi, N. Dziri, A. Suhr, P . Ammanabrolu, N. A. Smith, M. Ostendorf, and H. Hajishirzi, “Fine-grained human feedback gives better rewards for language model training,” Ad- vances in Neural Information Processing Systems , vol. 36, pp. 59 008– 59 033, 2023

  26. [26]

    Semantic-based explainable ai: Leverag- ing semantic scene graphs and pairwise ranking to explain robot failures,

    D. Das and S. Chernova, “Semantic-based explainable ai: Leverag- ing semantic scene graphs and pairwise ranking to explain robot failures,” in 2021 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS). IEEE, 2021, pp. 3034–3041

  27. [27]

    Llm4ts: Aligning pre-trained llms as data-efficient time-series forecasters,

    C. Chang, W.-Y. Wang, W.-C. Peng, and T.-F. Chen, “Llm4ts: Aligning pre-trained llms as data-efficient time-series forecasters,” ACM Transactions on Intelligent Systems and Technology , vol. 16, no. 3, pp. 1–20, 2025

  28. [28]

    Time-LLM: Time series forecasting by reprogramming large language models,

    M. Jin, S. Wang, L. Ma, Z. Chu, J. Y. Zhang, X. Shi, P .-Y. Chen, Y. Liang, Y.-F. Li, S. Pan, and Q. Wen, “Time-LLM: Time series forecasting by reprogramming large language models,” in Interna- tional Conference on Learning Representations (ICLR), 2024

  29. [29]

    Are transformers effective for time series forecasting?

    A. Zeng, M. Chen, L. Zhang, and Q. Xu, “Are transformers effective for time series forecasting?” in Proceedings of the AAAI conference on artificial intelligence , vol. 37, no. 9, 2023, pp. 11 121– 11 128

  30. [30]

    Thiercelin

    A. Thiercelin. (2025) pixhawk. [Online]. Available: https: //pixhawk.org/

  31. [31]

    Mind’s eye of llms: visualization-of-thought elicits spatial rea- soning in large language models,

    W. Wu, S. Mao, Y. Zhang, Y. Xia, L. Dong, L. Cui, and F. Wei, “Mind’s eye of llms: visualization-of-thought elicits spatial rea- soning in large language models,” Advances in Neural Information Processing Systems, vol. 37, pp. 90 277–90 317, 2024. IEEE TRANSACTIONS ON MOBILE COMPUTING, VOL. XX, NO. XX, XXX 2021 14

  32. [32]

    Mpnet: Masked and permuted pre-training for language understanding,

    K. Song, X. Tan, T. Qin, J. Lu, and T.-Y. Liu, “Mpnet: Masked and permuted pre-training for language understanding,”Advances in neural information processing systems , vol. 33, pp. 16 857–16 867, 2020

  33. [33]

    (2025) Mavros

    MAVLink. (2025) Mavros. [Online]. Available: https://github. com/mavlink/mavros

  34. [34]

    (2025) Behaviortree.cpp

    BehaviorTree. (2025) Behaviortree.cpp. [Online]. Available: https: //www.behaviortree.dev/

  35. [35]

    (2025) Yolov5

    Ultralytics. (2025) Yolov5. [Online]. Available: https://github. com/ultralytics/yolov5

  36. [36]

    (2022) Jetson orin nx 16gb

    NVIDIA. (2022) Jetson orin nx 16gb. [Online]. Avail- able: https://www.nvidia.com/en-us/autonomous-machines/ embedded-systems/jetson-orin/

  37. [37]

    (2020) Cuav v5 nano autopilot

    CUAV . (2020) Cuav v5 nano autopilot. [Online]. Available: https://doc.cuav.net/controller/v5-autopilot/en/v5-nano.html

  38. [38]

    (2025) mid-360

    livox. (2025) mid-360. [Online]. Available: https://www.livoxtech. com/cn/mid-360

  39. [39]

    (2024) Fast-lio: Fast lidar-inertial odometry

    Hong Kong University MaRS Lab. (2024) Fast-lio: Fast lidar-inertial odometry. [Online]. Available: https://github.com/ hku-mars/FAST LIO

  40. [40]

    (2025) d435i

    intel. (2025) d435i. [Online]. Available: https://www. intelrealsense.com/depth-camera-d435i/

  41. [41]

    Edge yolo: Real-time intelligent object de- tection system based on edge-cloud cooperation in autonomous vehicles,

    S. Liang, H. Wu, L. Zhen, Q. Hua, S. Garg, G. Kaddoum, M. M. Hassan, and K. Yu, “Edge yolo: Real-time intelligent object de- tection system based on edge-cloud cooperation in autonomous vehicles,” IEEE Transactions on Intelligent Transportation Systems , vol. 23, no. 12, pp. 25 345–25 360, 2022

  42. [42]

    Mobidepth: Real-time depth estimation using on- device dual cameras,

    J. Zhang, H. Yang, J. Ren, D. Zhang, B. He, T. Cao, Y. Li, Y. Zhang, and Y. Liu, “Mobidepth: Real-time depth estimation using on- device dual cameras,” in Proceedings of the 28th Annual International Conference on Mobile Computing And Networking, 2022, pp. 528–541

  43. [43]

    Anytime Stereo Image Depth Estimation on Mobile Devices

    Y. Wang, Z. Lai, G. Huang, B. H. Wang, L. Van Der Maaten, M. Campbell, and K. Q. Weinberger, “Anytime stereo image depth estimation on mobile devices,” arXiv preprint arXiv:1810.11408 , 2018

  44. [44]

    Integrating intent understanding and optimal behavior planning for behavior tree generation from human instructions,

    X. Chen, Y. Cai, Y. Mao, M. Li, W. Yang, W. Xu, and J. Wang, “Integrating intent understanding and optimal behavior planning for behavior tree generation from human instructions,” in Proceedings of the Thirty-Third International Joint Conference on Artificial Intelligence , ser. IJCAI ’24, 2024. [Online]. Available: https://doi.org/10.24963/ijcai.2024/755

  45. [45]

    Llm-planner: Few-shot grounded planning for embodied agents with large language models,

    C. H. Song, J. Wu, C. Washington, B. M. Sadler, W.-L. Chao, and Y. Su, “Llm-planner: Few-shot grounded planning for embodied agents with large language models,” inProceedings of the IEEE/CVF International Conference on Computer Vision (ICCV), October 2023

  46. [46]

    Code as policies: Language model programs for embodied control,

    J. Liang, W. Huang, F. Xia, P . Xu, K. Hausman, B. Ichter, P . Florence, and A. Zeng, “Code as policies: Language model programs for embodied control,” in2023 IEEE International Conference on Robotics and Automation (ICRA). IEEE, 2023, pp. 9493–9500

  47. [47]

    Enhancing the llm-based robot manipulation through human-robot collaboration,

    H. Liu, Y. Zhu, K. Kato, A. Tsukahara, I. Kondo, T. Aoyama, and Y. Hasegawa, “Enhancing the llm-based robot manipulation through human-robot collaboration,”IEEE Robotics and Automation Letters, 2024

  48. [48]

    Beyond- expert performance with limited demonstrations: Efficient imitation learning with double exploration,

    H. Zhao, X. Yu, D. M. Bossens, I. Tsang, and Q. Gu, “Beyond- expert performance with limited demonstrations: Efficient imitation learning with double exploration,” in The Thirteenth International Conference on Learning Representations , 2025. [Online]. Available: https://openreview.net/forum?id=FviefuxmeW

  49. [49]

    Distilling and retrieving generalizable knowledge for robot manipulation via language corrections,

    L. Zha, Y. Cui, L.-H. Lin, M. Kwon, M. G. Arenas, A. Zeng, F. Xia, and D. Sadigh, “Distilling and retrieving generalizable knowledge for robot manipulation via language corrections,” in 2024 IEEE International Conference on Robotics and Automation (ICRA) . IEEE, 2024, pp. 15 172–15 179

  50. [50]

    On the opportunities and risks of foundation models,

    R. Bommasani, D. A. Hudson, E. Adeli, R. Altman, S. Arora, S. von Arx, M. S. Bernstein, J. Bohg, A. Bosselut, E. Brunskill et al., “On the opportunities and risks of foundation models,” arXiv preprint arXiv:2108.07258, 2021

  51. [51]

    Multitask prompted training enables zero-shot task generalization,

    V . Sanh, A. Webson, C. Raffel, S. Bach, L. Sutawika, Z. Alyafeai, A. Chaffin, A. Stiegler, A. Raja, M. Dey, M. S. Bari, C. Xu, U. Thakker, S. S. Sharma, E. Szczechla, T. Kim, G. Chhablani, N. Nayak, D. Datta, J. Chang, M. T.-J. Jiang, H. Wang, M. Manica, S. Shen, Z. X. Yong, H. Pandey, R. Bawden, T. Wang, T. Neeraj, J. Rozen, A. Sharma, A. Santilli, T. F...

  52. [52]

    Gpt-4 technical report,

    J. Achiam, S. Adler, S. Agarwal, L. Ahmad, I. Akkaya, F. L. Aleman, D. Almeida, J. Altenschmidt, S. Altman, S. Anadkat et al., “Gpt-4 technical report,” arXiv preprint arXiv:2303.08774, 2023

  53. [53]

    Gemini: a family of highly capable multimodal models,

    G. Team, R. Anil, S. Borgeaud, J.-B. Alayrac, J. Yu, R. Soricut, J. Schalkwyk, A. M. Dai, A. Hauth, K. Millican et al. , “Gemini: a family of highly capable multimodal models,” arXiv preprint arXiv:2312.11805, 2023

  54. [54]

    Deepseek-r1: Incentivizing reason- ing capability in llms via reinforcement learning,

    D. Guo, D. Yang, H. Zhang, J. Song, R. Zhang, R. Xu, Q. Zhu, S. Ma, P . Wang, X. Bi et al. , “Deepseek-r1: Incentivizing reason- ing capability in llms via reinforcement learning,” arXiv preprint arXiv:2501.12948, 2025

  55. [55]

    Qwen technical report,

    J. Bai, S. Bai, Y. Chu, Z. Cui, K. Dang, X. Deng, Y. Fan, W. Ge, Y. Han, F. Huang et al. , “Qwen technical report,” arXiv preprint arXiv:2309.16609, 2023. Deyu Zhang[S’14, M’16] received the B.Sc. de- gree in communication engineering from PLA Information Engineering University, Zhengzhou, China, in 2005, and the M.Sc. degree in com- munication engineerin...

  56. [2024]

    studies in Computer Science at the same institution

    He is currently in the second year of his M.Sc. studies in Computer Science at the same institution. His research interests include mobile computing and edge intelligence. Tingting Long received her B.Sc. degree in Computer Science from Central South Univer- sity, China, in 2023. She is currently in the second year of her M.Sc. studies in Computer Science...

This paper was first reviewed by deepseek-v4-flash on August 5, 2026.