PAPER REPORTENAll readings ↗

ImagineUAV: Aerial Vision-Language Navigation via World-Action Modeling and Kinodynamic Planning

English reading report: Method, equations, original figures, experiments and reproducibility.

Authors: Xuchen Liu, Jiawei Huang, Shihao Xia, Bingxi Liu, Jinqiang Cui and Jiankun Yang

Affiliations: Xuchen Liu, Jinqiang Cui and Jiankun Yang: Pengcheng Laboratory, Shenzhen, Guangdong, China; Jiawei Huang: School of Computer Science and Cyber Engineering, Guangzhou University, Guangzhou, Guangdong, China; Shihao Xia and Bingxi Liu: Southern University of Science and Technology, Shenzhen, Guangdong, China

Source: 2606.01205 ↗ · Catalog record

Reading: 180 / 558 · 6 original figures & tables · ~19 min ·

1. Paper overview

In one sentence: ImagineUAV converts an imagined visual route into flight through separate motion extraction and kinodynamic optimization, improving navigation success while retaining substantial generation latency. e-overviewe-plannere-ablatione-computee-deployment

At a glanceWhat to know
Research problem
Author claim

Aerial VLN must translate free-form language into six-degree-of-freedom motion under partial observability, without a global map. The authors argue that semantic action prediction alone is brittle when geometry or dynamics change; their alternative exposes an imagined visual route before committing to motion. e-problem

Core mechanism
Source description

An instruction-conditioned video diffusion backbone with masked camera-control latents supplies the visual future; a separate spatiotemporal pose extractor and kinodynamic planner turn that future into flight references. e-overviewe-traininge-extractore-planner

A key reported resultUAV-Flow-Sim instruction-following navigation: 70.9 overall; 71.19 fixed; 70.65 open.

Success rate (%). Official simulation test set; ten motion categories; fixed-template and open-vocabulary commands; undistilled complete pipeline.

Figure 4 places ImagineUAV above the plotted VLN/VLA baselines in aggregate. Exact ImagineUAV values come from Section IV-B. The plot uses broken axes and lacks exact baseline data labels; per-category dominance is not established. e-benchmarke-ablation

Reading caution
Author claim

Yaw/orbit maneuvers remain weak: fixed-command Surround success is 48.30%, versus OpenVLA-UAV’s 100.00%. The authors attribute failures to target drift out of view. Physical failures include out-of-view obstacles and references that cannot be tracked; planner corrections can preserve safety while violating the instruction. e-orbite-ablation

Core contributions

  • Source description

    An instruction-conditioned video diffusion backbone with masked camera-control latents supplies the visual future; a separate spatiotemporal pose extractor and kinodynamic planner turn that future into flight references. e-overviewe-traininge-extractore-planner

  • Source description

    Distribution-matching step distillation reduces generation evaluations and is evaluated alongside module removals, pose accuracy and physical flights. e-distillatione-ablatione-vo

Figure 2. Visual prediction, motion recovery and trajectory optimization form three successive stages. Original paper, p. 3 ↗

Excerpt from the authors’ paper; cropped without altering the figure or table.

How to read it. Start at the lower-left instruction and text encoder, then follow the current observation into the dashed imagination block. Noise-like future inputs become a sequence of predicted views. The large rightward arrow sends that visual output to Action Extraction; the downward arrow sends recovered motions to Kinodynamic Planning. Finally, the red smoothed route points left toward execution. The dashed Step Distillation boundary surrounds the imagination module, consistent with the acceleration target in Section III-E. Equations (1)–(3) supply the operational interpretation: a video is generated first, motion is inferred second, and the planner additionally receives the local obstacle map. e-overviewe-extractore-plannere-distillation

What it supports. The architecture supports the catalog’s dual-system, inverse-dynamics interpretation because the action extractor consumes a generated visual future through a separate learned module. The planner then changes the recovered route to address geometry and dynamics. World-model prediction is therefore part of inference, rather than only a training objective.

Where the evidence stops. The diagram omits the planner’s obstacle-map input and uses schematic action labels beginning at t; the equations define future relative motions from t+1. Read it as information flow, not a complete coordinate or feedback specification.

2. Motivation

2.1 The problem and the proposed response

Author claim

Aerial VLN must translate free-form language into six-degree-of-freedom motion under partial observability, without a global map. The authors argue that semantic action prediction alone is brittle when geometry or dynamics change; their alternative exposes an imagined visual route before committing to motion. e-problem

2.2 What this reading follows

Imagine a UAV receiving a request to pass a tree or stop beyond a pond. ImagineUAV first predicts what the camera should see, then estimates the motion implied by those images and fits a feasible trajectory to the local obstacle map. This reading follows that separation from language grounding to physical execution. The strongest evidence combines a simulation benchmark, module ablations and a small real-flight comparison. It also reveals a practical tradeoff: the faster distilled model loses some success, and its reported pipeline time still exceeds its imagined horizon. The demonstrated aircraft uses an external GPU for world-model inference. e-overviewe-plannere-ablatione-computee-deployment

3. Research context

We place the paper in the collection through its world–action interface. The catalog labels and the reading’s assessment are shown separately.

Catalog dimensionRecorded classification
Major categoryWAMs
ArchitectureDual-system
Prediction paradigmIDM
QuadrantQ4 · Dual-system × IDM

3.1 Evidence-based assessment

Supports the recorded classification

Reader analysis

The separate generative world model and supervised visual-odometry extractor support Dual-system × IDM (Q4): motion is inferred from predicted observations, then optimized by a planner. Latent diffusion is the video generator’s representation, not evidence for a single joint future/action model. World-model predictions are used at inference, not merely as an auxiliary training loss. e-overviewe-extractore-planner

This is the collection’s architectural analysis, not a new related-work survey. Benchmark comparisons and their protocols appear in Section 6.

4. Problem formulation

4.1 Inputs and outputs

InputsOutputs
  • Current egocentric observation and language instruction
  • Local obstacle map and odometry for downstream planning
  • Imagined future egocentric video
  • Relative translation–rotation sequence
  • Optimized trajectory references for flight control

4.2 Equations and their role

V^t:t+T=W(ot,l),at:t+T=Dψ(V^t:t+T),τ=K({at+k},O)\widehat V_{t:t+T}=\mathcal W(o_t,l),\qquad a_{t:t+T}=D_\psi(\widehat V_{t:t+T}),\qquad \tau^*=\mathcal K(\{a_{t+k}\},\mathcal O)
Eqs. (1)–(3): world model W takes observation o_t and instruction l; D_ψ extracts relative translation–rotation pairs over horizon T; planner K uses local obstacle map O to produce trajectory τ*. This is a cascade, not joint action/video decoding. e-overview
Ldiff=Ex0,ϵ,τ,ot,l ⁣[ϵϵθ(xτ,τ,ot,l)22]\mathcal L_{\mathrm{diff}}=\mathbb E_{x_0,\epsilon,\tau,o_t,l}\!\left[\|\epsilon-\epsilon_\theta(x_\tau,\tau,o_t,l)\|_2^2\right]
Eq. (6): x_0 is the clean future-video latent, x_τ its noisy version at diffusion timestep τ, ε sampled Gaussian noise and ε_θ the conditional noise prediction. Temporal coherence is an author-attributed effect of this objective, not a separately specified physical-consistency loss. e-diffusion
Lact=k=1T(Δp^t+kΔpt+k1+λrΔr^t+kΔrt+k1)\mathcal L_{\mathrm{act}}=\sum_{k=1}^{T}\left(\|\Delta\widehat p_{t+k}-\Delta p^*_{t+k}\|_1+\lambda_r\|\Delta\widehat r_{t+k}-\Delta r^*_{t+k}\|_1\right)
Eq. (7): predicted relative translations Δp̂ and rotations Δr̂ are supervised against starred motion labels. λ_r weights the rotation term; its value and the rotation parameterization are not supplied. e-extractor
J=Csmooth+Cobs+Cfeas+CrefJ=C_{\mathrm{smooth}}+C_{\mathrm{obs}}+C_{\mathrm{feas}}+C_{\mathrm{ref}}
Eq. (8) sums smoothness, obstacle, dynamic-feasibility and reference-deviation costs. These are optimization penalties; the equation alone does not establish an unconditional collision-avoidance guarantee. e-planner

5. Method in detail

5.1 Ground the instruction by removing the camera-control shortcut

Source description

The generation backbone already supports camera control and image conditioning. ImagineUAV keeps the current image as a structural anchor but masks camera-control latents in both training and testing, directing motion conditioning through language. Instruction embeddings enter the spatiotemporal generator through cross-attention and adaptive normalization. The denoising loss then teaches prediction of noise on paired instruction–video data; the paper describes temporal coherence as an implicit benefit, without specifying an additional geometry-consistency objective. This distinction matters when reading the generated frames: a visually coherent clip is a proposed route, not a measured future or a control guarantee. The subsequent extractor is trained separately on video–trajectory pairs. The architecture therefore delegates metric motion recovery to another learned component rather than deriving executed actions directly from diffusion tokens. e-diffusione-traininge-extractore-overview

Figure 3. Local perception and control run onboard, while the text places world-model inference on an external edge GPU. Original paper, p. 5 ↗

Excerpt from the authors’ paper; cropped without altering the figure or table.

How to read it. Read the colored panels as two streams meeting at Action Optimization. Panel B sends LiDAR-derived odometry and point-cloud information into mapping; panel D turns camera images into an imagined trajectory through the world model and action extractor. The optimization panel combines route-following with obstacle avoidance, dynamic feasibility and smoothness. Its upward arrow delivers optimized references to the controller, and the leftward arrow returns attitude commands to the aircraft. The inset distinguishes the red optimized route from the gray imagined reference. These arrows agree with the planner formulation, but panel D itself does not identify its compute location; the deployment paragraph supplies that detail. e-deploymente-plannere-compute

What it supports. The figure separates fast physical control from slower visual generation: its labels show 20 Hz perception, 50 Hz optimized-trajectory output and 200 Hz attitude commands. Those rates belong to different parts of the flight stack. They cannot be used as measurements of world-model generation speed or complete navigation replanning frequency.

Where the evidence stops. The caption’s onboard perception/control wording does not make the entire world-action pipeline onboard. Section IV-A explicitly assigns the world model to an external RTX PRO 6000; communication delay and synchronization are not quantified.

5.2 Separate the imagined route from the route the aircraft can track

Reader analysis

The extractor aggregates multiple frames because imagined videos can contain texture drift and temporal jitter. Its supervised loss penalizes translation and rotation errors, while inference adds sliding-window composition and confidence-based smoothing. Those choices explain how video becomes a reference, but not why every reference should be safe. The planner supplies a second stage of correction: a B-spline objective trades reference proximity against smoothness, obstacle distance and dynamic feasibility. Reader interpretation: the system can fail semantically even when this geometric correction succeeds, because avoiding an obstacle may move the aircraft away from the instructed orbit. The reported physical failure analysis describes exactly this tension. Table I’s planner comparison is therefore best read alongside instruction success and collision behavior, rather than treating a smooth trajectory as equivalent to task completion. e-extractore-plannere-ablation

5.3 Connect distillation to the actual execution deadline

Reader analysis

Step distillation targets the expensive imagination module. A fixed teacher and an auxiliary score model guide a student toward the teacher distribution, with classifier-free guidance absorbed during training. Ten conditional evaluations then replace the original longer denoising process. The relevant experimental comparison is Table I(d) versus (e): it changes both latency and success, so the headline undistilled accuracy should not be attached to the faster deployment configuration. Next inspect Table III, where action extraction itself consumes substantial time. Reader arithmetic gives serial component totals longer than the generated horizon, especially on AGX Thor. Fast onboard control can continue tracking an existing reference during this work, but that does not establish fresh world-model feedback at the same rate. The conclusion appropriately leaves onboard migration and robust long-range feedback as future directions. e-distillatione-ablatione-computee-deploymente-future

5.4 Training and inference

During training

Source description

UAV-Flow contains 30,000 real and 10,000 simulated trajectories over ten motion types, mainly within 20 m. The paper uses real and simulated sequences for training/validation and the official simulation test set for systematic evaluation; exact train/validation membership is unstated. e-data

Source description

The backbone is Wan2.1-Fun-V1.1-1.3B-Control-Camera. Camera-control latents are masked during training and testing. Training uses eight NVIDIA PRO 6000 96GB GPUs, AdamW, learning rate \(10^{-5}\), weight decay 0.01, two epochs and 256×256 videos. The pose extractor is separately trained from scratch on video–trajectory pairs. e-traininge-extractor

Source description

Distribution Matching Distillation uses a fixed teacher score and an auxiliary score tracking the student. Guidance is absorbed into the student; inference uses ten conditional DiT evaluations with classifier-free guidance disabled, replacing the original 40–50 evaluations. e-distillation

During inference

Source description

FAST-LIO2 provides onboard odometry/mapping and the planner runs on Orin NX with PX4 control. An external RTX PRO 6000 edge GPU runs the world model, generating 5.4-second rollouts. Local planning/control feedback is described, but the conclusion leaves closed-loop feedback for robust long-range navigation to future work. e-deploymente-future

5.5 Implementation flow

  1. Imagine a route

    Instruction embeddings condition visual latent tokens through cross-attention and adaptive normalization. A video diffusion transformer denoises future observations anchored to the current image. This predicts an instruction-conditioned visual future, rather than evaluating candidate control sequences. e-overviewe-diffusion

  2. Recover relative motion

    A Transformer tokenizes short monocular clips, aggregates spatiotemporal cues with self-attention, and regresses translation and rotation. At test time it processes imagined video in sliding windows, composes motions and smooths low-confidence segments. The source does not specify the confidence rule or rotation representation. e-extractor

  3. Make the reference executable

    The extracted motions form a world-frame reference polyline. A uniform B-spline is optimized with L-BFGS for smoothness, signed-distance obstacle clearance, velocity/acceleration feasibility and proximity to that reference. Receding-horizon local goals lie ahead of the UAV’s nearest projection onto the polyline. e-planner

6. Experiments & results

ImagineUAV turns a language instruction and current camera view into an imagined flight video, recovers relative poses with a separate learned visual-odometry model, and optimizes the resulting route against local geometry and flight constraints. Its simulation advantage and physical flights support this cascade, while inference latency and yaw/orbit failures limit broader deployment claims.

6.1 Read the original evidence

Figure 4. Aggregate success improves, but task profiles expose yaw and orbit weaknesses. Original paper, p. 6 ↗

Excerpt from the authors’ paper; cropped without altering the figure or table.

How to read it. In panel a, read Open success horizontally and Fixed success vertically; notice the breaks in both axes before judging distances. Marker colors encode parameter-size ranges, and ImagineUAV lies in the middle size band. Panel b expands the aggregate into separate Fixed and Open radar plots: follow the legend’s red ImagineUAV line around the ten motion categories rather than comparing only polygon area. A/D denotes ascending or descending, while Surround denotes orbital flight. The purple OpenVLA-UAV profile extends much farther on fixed-command Surround, showing why the aggregate ranking cannot be treated as a win on every maneuver. e-benchmarke-orbit

What it supports. The plot supports a favorable aggregate success-versus-model-size comparison for ImagineUAV within these reported benchmarks. It also displays a distinctive weakness in orbit-related behavior. This mixed profile fits the authors’ explanation that imagined viewpoints can provide useful translation cues while losing the central target during sustained yaw or lateral motion.

Where the evidence stops. Exact baseline labels are absent. Section IV-B describes VLA baselines broadly in the mid-60% range, but Pi-0-UAV’s fixed point is visibly near 52%. Preserve the plotted discrepancy; do not turn radar positions into precise decimal results.

Table III. Component measurements place a firm boundary on the paper’s deployment claims. Original paper, p. 7 ↗

Excerpt from the authors’ paper; cropped without altering the figure or table.

How to read it. First read the footnote: both columns concern ten-step distilled generation at 256×256 resolution. The video-duration row describes how much future footage is produced, not how quickly it is produced. Compare that row with imagination inference time, then move below the divider to action-extraction time. Both stages are required by the cascade before a complete reference is available, unless an overlapping implementation is separately established. Keep the VRAM rows distinct as module measurements; the table does not establish a single simultaneous pipeline peak. Finally, compare the hardware columns directly, without transferring the PRO 6000 timing to AGX Thor. e-computee-deploymente-future

What it supports. PRO 6000 lists 3.2 s for imagination and 3.0 s for extraction; AGX Thor lists 11.7 s and 9.0 s. Reader-computed serial totals are 6.2 s and 20.7 s before other overhead, against a 5.4-second generated horizon. Thus the component evidence supports acceleration but does not demonstrate continuously refreshed, horizon-rate generation on either device.

Where the evidence stops. Section IV-E says AGX Thor approaches the generated horizon without TensorRT or pipeline parallelism. The table does not substantiate that claim. It also omits communication, planner and scheduling overhead, so component sums are not measured end-to-end deadlines.

Figure 6. Separate imagined views from physical footage when assessing the two demonstrations. Original paper, p. 7 ↗

Excerpt from the authors’ paper; cropped without altering the figure or table.

How to read it. Read each instruction above its own block. In the upper case the goal involves passing vegetation from the left; the lower case crosses a pond and stops near a tree. Within each block, the Imagination row is generated, the First-Person View row comes from execution, and the Third-Person View row uses red circles to show the aircraft. The planning panel at right provides the geometric context for the trajectory. Follow each row through time, then compare rows for broad motion intent. The figure does not provide timestamps or a frame-alignment protocol, so corresponding columns should not be treated as synchronized prediction-error measurements. e-flighte-ablation

What it supports. These examples show the method connected to a physical flight stack, with generated visual intent translated into planned and executed motion. They provide qualitative support for passing and approach/stopping behavior in the depicted environments. The separate Table I trial counts, rather than the selected image sequences, quantify the reported physical-flight success.

Where the evidence stops. Two selected cases cannot establish a generalization rate or the precision of stopping and clearance. The source’s broader failure analysis includes yaw/orbit instructions where planner intervention changes the intended maneuver.

6.2 Results and evaluation conditions

Task & protocolReported resultComparison & interpretation
UAV-Flow-Sim instruction-following navigation

Official simulation test set; ten motion categories; fixed-template and open-vocabulary commands; undistilled complete pipeline.

70.9 overall; 71.19 fixed; 70.65 open.

Success rate (%)

Figure 4 places ImagineUAV above the plotted VLN/VLA baselines in aggregate.

Exact ImagineUAV values come from Section IV-B. The plot uses broken axes and lacks exact baseline data labels; per-category dominance is not established. e-benchmarke-ablation

Simulation module ablations

UAV-Flow-Sim; Table I(a)–(d), without step distillation.

70.9 complete; 40.2 base world model without instruction conditioning; 64.5 frame-pair VO replacement; 68.7 without planner.

Success rate (%)

Drops from the complete system are 30.7, 6.4 and 2.2 percentage points, respectively (reader arithmetic).

The imagination replacement changes conditioning/post-training together; it does not isolate camera masking alone. e-ablation

Step-distillation tradeoff

UAV-Flow-Sim; complete modules, Table I(d) versus (e).

68.9%; 6.2 s with ten-step distillation.

Success rate; inference time

70.9%; 14.7 s without distillation.

Distillation trades 2.0 percentage points for lower latency. The 6.2-second time still exceeds the 5.4-second video horizon. e-ablatione-compute

Physical flight with and without kinodynamic planning

Ten real navigation tasks, two trials per task; both configurations distilled; Table I(f)–(g).

13/20 with planner.

Successful trials

9/20 without planner; both list 6.2 s inference.

Four more successes support planner utility in this small trial set. No confidence intervals or quantitative real-flight VLA comparison are provided. e-ablation

Relative-motion extraction accuracy

Unreal Engine simulation and real sequences acquired in a motion-capture system; Table II.

Simulation: 0.098, 0.142, 0.715; real-world: 0.120, 0.167, 0.826.

ATE (m), RPE-t (m), RPE-r (degrees)

No competing extractor row is reported.

These are pose errors, not navigation success. Test counts, alignment conventions and whether evaluated clips are generated are unstated. e-vo

World-action component runtime

Ten-step distilled imagination; 256×256, 5.4 s at 15 FPS; Table III.

PRO 6000: 3.2 / 3.0 s; AGX Thor: 11.7 / 9.0 s.

Imagination / extraction time

Serial sums are 6.2 and 20.7 s (reader arithmetic), excluding other overhead.

The AGX Thor values do not substantiate the discussion’s claim of approaching the video horizon; no overlapping execution measurement resolves this discrepancy. e-compute

6.3 Ablations and diagnostic examples

Read component removals and qualitative examples within their stated evaluation conditions.

Table I. Read configuration columns before comparing success: simulation and physical flights use different protocols. Original paper, p. 7 ↗

Excerpt from the authors’ paper; cropped without altering the figure or table.

How to read it. Use column d as the undistilled simulation reference. Columns a, b and c change imagination, action extraction and planning, respectively; the prose clarifies that the first two crosses mean replacement by an unconditioned base world model and frame-pair visual odometry. Column e enables ten-step distillation while retaining all three modules. Only then cross the separator to f and g, which are real flights, both distilled, with planning toggled. The footnotes are essential: a–e are UAV-Flow-Sim, whereas f–g contain ten navigation tasks with two trials each. Percentages and successful-trial fractions therefore should not be pooled. e-ablatione-training

What it supports. Relative to 70.9% in d, the simulation replacements yield 40.2%, 64.5% and 68.7%. Distillation gives 68.9% at 6.2 s instead of 14.7 s. In physical flights, retaining the planner gives 13/20 rather than 9/20 successes. These comparisons support different roles for semantic conditioning, multi-frame recovery and execution refinement.

Where the evidence stops. The imagination ablation changes conditioning/post-training together, so it cannot isolate camera masking alone. The physical comparison has only twenty trials per configuration and no uncertainty estimates. Its 13/20 result also belongs to the distilled system.

7. Analysis & limitations

7.1 What the evidence leaves open

Author claim

Yaw/orbit maneuvers remain weak: fixed-command Surround success is 48.30%, versus OpenVLA-UAV’s 100.00%. The authors attribute failures to target drift out of view. Physical failures include out-of-view obstacles and references that cannot be tracked; planner corrections can preserve safety while violating the instruction. e-orbite-ablation

Reader analysis

Figure 4(a) places Pi-0-UAV near 52% fixed success, conflicting with Section IV-B’s broad mid-60% description of VLA baselines. Selected qualitative flights and generated videos demonstrate examples, not generalization rates. Aggregate uncertainty and detailed success tolerances are absent. e-benchmarke-flighte-qualitative

7.2 Questions for discussion

  1. Would extraction gains persist when frame-pair and multi-frame models receive matched training and artifact exposure?
  2. How often does planner intervention prevent collision while changing the commanded maneuver?

8. Reproducibility audit

8.1 Requirements and known gaps

Reader analysis

Reproduction needs the named video checkpoint, UAV-Flow split manifests, aligned pose labels, distillation teacher/student setup and local planner/controller integration. Batch size, diffusion/distillation schedules, encoder-freezing choices, extractor architecture/window length, confidence supervision, rotation convention and planner thresholds are not specified sufficiently for exact replication. e-datae-traininge-distillatione-extractore-planner

Reader analysis

Proposed checks should separate motion extraction under video artifacts from navigation success, and time the full observation-to-reference path on each hardware target. Module ablations and component timing motivate these tests but do not replace them. e-extractore-ablatione-compute

8.2 Proposed reproduction checks

The following checks are proposals motivated by the paper. They have not been run as part of this reading.

Check 1: Does multi-frame extraction resist artifacts under matched training?

Reader-proposed, not performed: train the described multi-frame extractor and a frame-pair control on identical pose-labeled sequences, reporting capacity and compute. Evaluate held-out clean clips and copies with localized texture drift or temporal appearance corruption that preserves the underlying camera poses. Keep labels, clip coverage and pose-error conventions fixed; report paired changes in ATE, RPE-t and RPE-r across corruption levels. Separately pass their references through the same planner in simulation and record instruction success. A smaller error increase for the multi-frame model would support the proposed robustness mechanism. Equal degradation would weaken that explanation even if its clean-data accuracy were better. Do not assign known future-pose labels to unconstrained generated videos. e-extractore-voe-ablation

Check 2: Can the complete pipeline deliver fresh references within its horizon?

Reader-proposed, not performed: on PRO 6000 and AGX Thor, use the same held-out observation/instruction pairs, random seeds, ten-step schedule and 256×256 output. Instrument image receipt, generation completion, extraction completion, planner completion and controller receipt; include edge communication where applicable. Report median and 95th-percentile latency, queue growth and reference age over sustained runs, alongside success and planner interventions. Compare the original serial pipeline with an explicitly documented overlap variant, keeping model weights and task inputs fixed. Sustained delivery within the 5.4-second horizon without growing queues would support horizon-rate operation under those conditions. Persistent overruns would refute that narrower claim regardless of fast low-level control rates. e-distillatione-deploymente-computee-ablation

8.3 Reading coverage

Visual audit: All eight original PDF pages were rendered and visually inspected. Page 1 verifies title, six authors, affiliations and v2 date; page 2 covers Figure 1 and related work; pages 3–4 cover Figure 2, Eqs. (1)–(10), data and planning; page 5 covers Figure 3, training hardware and deployment; page 6 covers Figures 4–5 and evaluation; page 7 covers Figure 6 and Tables I–III with footnotes; page 8 covers failures, timing discussion and future work. All six final crops were separately viewed. Figure 2 arrows were checked against its caption and Eqs. (1)–(3); the omitted map input and schematic indexing are disclosed. Figure 3 arrows were checked against deployment prose, which locates world-model compute externally. No separate supplements, linked video or external code were inspected.

PDF pages inspected for this edition: 1, 2, 3, 4, 5, 6, 7, 8. Appendix coverage: not present.

Original figures and tables remain the work of the source’s authors. Extractions preserve their scientific content; any HTML wrapper layout is disclosed with each figure. The surrounding reading notes are our own.

Text reading scope & known omissions
  • Abstract and I. Introduction (pp. 1–2)
  • II. Related Work, A–B (pp. 2–3)
  • III. Method, A–E, including Eqs. (1)–(10) (pp. 3–4)
  • IV. Experiments, A–E (pp. 4–8)
  • V. Conclusion and References (p. 8)

Outside the original text pass

  • Text extraction does not reconstruct figure images; inspect the retained PDF for figures and equation/table layout.
  • Separate supplemental material availability has not been fully verified.
  • Identity/version: the inspected title and all six authors match the catalog. The PDF is arXiv:2606.01205v2 [cs.RO], 8 June 2026; the catalog submission date is 7 June 2026. No earlier edition was supplied, so revision contents cannot be compared.
  • Text extraction does not reconstruct figure images; this limitation was addressed by visually inspecting all eight PDF pages, Figures 1–6, Tables I–III, and every final crop.
  • Separate supplemental material availability has not been fully verified; none was supplied. No appendix is present in this eight-page PDF.
  • Linked videos, hardware documentation, cited papers and code were not inspected. No experiments were reproduced.

The visual audit above records the subsequent illustrated pass.

8.4 Traceable evidence

e-identityPDF p. 1, title, author/affiliation block and arXiv marginInspect

The exact title, six authors and three institutions are visible; the identifier is arXiv:2606.01205v2 [cs.RO], dated 8 June 2026.

Go to primary source ↓
e-problemPDF pp. 1–2, I. Introduction; p. 3, III-AInspect

The paper motivates instruction-following aerial motion under partial observability and formulates navigation without a global map.

Go to primary source ↓
e-overviewPDF p. 3, Figure 2 and caption; III-B, Eqs. (1)–(4)Inspect

Observation/instruction-conditioned video generation precedes a separate relative-motion extractor and a planner using a local obstacle map.

Go to primary source ↓
e-diffusionPDF pp. 3–4, III-C, Eqs. (5)–(6)Inspect

Video generation uses conditional latent diffusion with noise-prediction training; language enters through cross-attention/adaptive normalization. Temporal coherence is described as an implicit effect.

Go to primary source ↓
e-extractorPDF p. 4, III-D, Eq. (7); p. 5, IV-A, Action ExtractionInspect

A separately trained Transformer regresses relative poses from video–trajectory pairs. Testing uses sliding windows, confidence scores and smoothing of low-confidence segments; implementation specifics remain unstated.

Go to primary source ↓
e-plannerPDF p. 4, III-D, Eq. (8) and reference-guided local-goal paragraphInspect

Uniform B-spline control points are optimized by L-BFGS using smoothness, signed-distance obstacles, speed/acceleration feasibility and reference costs; local goals follow the reference polyline.

Go to primary source ↓
e-distillationPDF p. 4, III-E, Eqs. (9)–(10); p. 5, IV-AInspect

DMD uses fixed teacher and auxiliary student-distribution scores. The student uses ten evaluations and absorbs classifier-free guidance, which is disabled during inference.

Go to primary source ↓
e-dataPDF p. 4, IV-A, DatasetInspect

The dataset has 30k real and 10k simulated trajectories, ten motion types, mainly within 20 m; official simulation testing is stated without detailed training/validation membership.

Go to primary source ↓
e-trainingPDF pp. 4–5, IV-A, Imagination ModuleInspect

The named Wan camera-control backbone is trained with masked camera latents; eight PRO 6000 96GB GPUs, AdamW, learning rate 10 to the power −5, weight decay 0.01, two epochs and 256×256 resolution are reported.

Go to primary source ↓
e-deploymentPDF p. 5, Figure 3 and IV-A, Real-world deploymentInspect

Orin NX hosts perception/planning with FAST-LIO2 and PX4 control; an external RTX PRO 6000 runs the world model. Figure 3 labels 20 Hz perception, 50 Hz trajectory output and 200 Hz attitude commands.

Go to primary source ↓
e-benchmarkPDF p. 5, IV-B; p. 6, Figure 4(a)–(b) and captionInspect

Overall success is 70.9%, fixed 71.19% and open 70.65%. Figure 4 shows aggregate comparison and task profiles; Pi-0-UAV’s plotted fixed score is near 52%, unlike the broad prose characterization.

Go to primary source ↓
e-orbitPDF p. 5, IV-B, Limitations and Failure Analysis; p. 6, Figure 4(b)Inspect

Fixed Surround success is reported as 48.30% versus OpenVLA-UAV’s 100.00%; the authors connect yaw/orbit difficulty to target-view drift.

Go to primary source ↓
e-qualitativePDF p. 2, Figure 1; p. 6, Figure 5 and IV-C.1Inspect

Selected imagined rollouts and trajectory visualizations illustrate language-conditioned motion. Figure 5 compares two cases against generic video backbones and ground truth without a population-level quality metric.

Go to primary source ↓
e-flightPDF p. 6, IV-C.2; p. 7, Figure 6 and captionInspect

Two outdoor cases pair imagined frames, executed first-/third-person views and planning visualizations: passing vegetation and flying over a pond toward a tree.

Go to primary source ↓
e-ablationPDF p. 6, IV-D; p. 7, Table I(a)–(g), both footnotes and action-extraction paragraph; p. 8, IV-DInspect

Simulation columns report 40.2, 64.5, 68.7, 70.9 and 68.9 percent; flight columns report 13/20 and 9/20. Distillation changes 14.7 s to 6.2 s; real flights comprise ten tasks with two trials each. The prose explains replacements and failure modes.

Go to primary source ↓
e-voPDF p. 7, Table II and footnoteInspect

Simulation ATE/RPE-t/RPE-r are 0.098 m/0.142 m/0.715 degrees; real values are 0.120 m/0.167 m/0.826 degrees. The table identifies Unreal Engine and motion capture but gives no baseline or detailed metric protocol.

Go to primary source ↓
e-computePDF p. 7, Table III and footnote; p. 8, IV-D, Efficiency, and IV-EInspect

PRO 6000 imagination/extraction take 3.2/3.0 s and 18.0/4.7 GB; AGX Thor takes 11.7/9.0 s and 18.2/4.8 GB. Clips last 5.4 s at 15 FPS, 256×256. The discussion claims approaching this horizon without TensorRT or pipeline parallelism.

Go to primary source ↓
e-futurePDF p. 8, V. ConclusionInspect

The authors identify migration to onboard hardware and closed-loop feedback for robust long-range navigation as future work.

Go to primary source ↓

8.5 Primary sources

Scroll across the image to inspect details. Press Esc to close.