REVIEW 6 major objections 5 minor 1 cited by
Generating actions before imagining future frames in one diffusion model tops the NAVSIM driving benchmark and unifies simulation, planning, and visual odometry.
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 →
T0 review · deepseek-v4-flash
2026-08-02 09:21 UTC pith:NEZZ5N6Z
load-bearing objection A genuinely novel combination — decoupled diffusion timesteps for image and action plus act-then-imagine inference — but the core causal claim rests on test-set-selected ablations and a GT-future comparison that cuts both ways. the 6 major comments →
ForgeDrive: Bidirectional Cross-Conditioning for Unified Visual-Action Generation in Autonomous Driving
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
The central claim is that, after mixed training with decoupled diffusion timesteps, action generation is a capability the model internalizes: it does not need a clean future frame at inference, only a coarse sense of the upcoming state. Conversely, future-frame synthesis is harder and improves substantially when conditioned on the already-resolved action. The authors therefore adopt an act-then-imagine inference schedule: at each autoregressive step the action token is denoised first, frozen as a condition, and the image token is then denoised; the resulting frame becomes the context for the next step. Ablations show this order outperforms imagine-then-act and imagine-and-act on both navtest
What carries the argument
UniDiT, a diffusion transformer that jointly denoises image tokens and action tokens under independently sampled diffusion timesteps. This decoupling makes the same network learn three complementary conditional distributions—recover actions from images (inverse dynamics), synthesize frames from actions (action-conditioned video generation), and predict both jointly—so that at inference one can follow arbitrary denoising paths. The act-then-imagine schedule exploits the learned asymmetry: action denoising is fast and reliable, image denoising benefits from the action as a conditioning signal. Scheduled sampling during training (the model's own predictions gradually replace ground truth in the
Load-bearing premise
The load-bearing premise is that action generation is learned during training and requires no clean future frame at inference time, so that resolving the action first improves—not merely changes—the subsequent image generation and the overall plan.
What would settle it
Run the exact same model and weights on a held-out driving dataset not used to select the inference schedule, comparing act-then-imagine with imagine-then-act. If act-then-imagine does not beat imagine-then-act (or if the paper's reported ~1.4 EPDMS gap on navtest disappears), the causal claim that generation order itself matters is unsupported. A second check: feed ground-truth future frames back at each step under the act-then-imagine schedule; if the model does not improve over its own generated frames, the claimed corrective role of actions on visual generation is not real.
If this is right
- A single supervised 3B-parameter model can reach 90.2 PDMS / 90.3 EPDMS on NAVSIM, outperforming planners that use reinforcement learning or trajectory scoring, indicating that such post-training may be unnecessary on these benchmarks.
- The same weights perform as a full-state simulator, a planner, and a visual odometer, so a unified system could replace several task-specific modules.
- Decoupled diffusion timesteps between image and action tokens is a general way to obtain bidirectional inference in a single transformer, without needing a shared token vocabulary.
- The generated action improves future-frame fidelity (FVD drops from 73.3 to 69.2), and the improved frame in turn anchors the next action—so the loop is self-correcting, not just a scheduling choice.
Where Pith is reading between the lines
- We infer that the same bidirectional cross-conditioning recipe could be applied to non-visual modality pairs, such as language and action or proprioception and vision, wherever one side is easier to predict.
- The paper's act-then-imagine advantage is measured on open-loop benchmarks; closed-loop driving tests might narrow or widen the gap, since the 'virtuous cycle' depends on whether generated frames remain physically plausible over many steps.
- The method inherits biases from its pretrained video backbone and frozen image autoencoder; applying the same training scheme without these priors would reveal how much of the gain comes from the cross-conditioning itself.
- A testable extension would be to measure, over the rollout, the mutual information between generated actions and generated frames; if the cycle truly tightens, the conditional dependence should increase over time, and saturate if not.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. ForgeDrive proposes a unified autoregressive diffusion framework for autonomous driving that jointly generates future frames, actions, and ego status. The key technical novelty is decoupling the diffusion timesteps of image and action tokens during training (a UniDiffuser-style mixed objective), which allows the model to infer either modality from the other. At inference, the paper advocates an 'act-then-imagine' schedule: at each autoregressive step the action is denoised first and then conditions the image generation, based on the observation that action prediction is easier and benefits from a coarse visual trend, while image generation benefits from action guidance. The paper reports state-of-the-art planning results on NAVSIM (PDMS 90.2, EPDMS 90.3), long-horizon video generation, and additional capabilities including visual odometry and action-controlled video generation. The central claim is that action generation is internalized during training and does not require a clean future frame at inference; instead, actions improve future frame generation, which in turn improves subsequent actions.
Significance. If the central planning claim holds, ForgeDrive is a notable contribution: it suggests that a single diffusion-based world model can achieve state-of-the-art closed-loop planning on NAVSIM without reinforcement learning or trajectory scoring, while also serving as a simulator and visual odometry system. The decoupled-timestep training objective is a principled and elegant way to obtain bidirectional cross-modal inference, and the paper provides a reasonably detailed architecture description. However, the evidence for the signature act-then-imagine mechanism is not yet conclusive: the schedule is selected on the same test splits used for evaluation, the GT-Future row shows that clean future frames still provide a substantial benefit, the masked-image variant shows that the advantage is not due to ordering alone, and the main metric comparisons lack error bars or consistent evaluation conditions. These issues do not invalidate the architectural contribution, but they do weaken the causal claim that is the paper's headline.
major comments (6)
- [§4.3, Table 6] The three inference schedules are compared on the same navtest/navhard splits on which the winning schedule was selected. The reported 90.3 EPDMS/83.0 navhard for Act-then-Imagine are therefore test-set maxima, not validation-selected outcomes. To support the causal claim that act-then-imagine is generally superior, the schedule should be chosen on a held-out validation split and then evaluated on the test splits, or a separate confirmation experiment should be reported. Without this, the ordering could reflect selection on the evaluation set.
- [§4.3, Table 6 (GT Future)] GT Future gives EPDMS 92.8 versus 90.3 under Act-then-Imagine. This 2.5-point gap shows that clean future frames materially improve action generation. The paper's statement that action generation 'doesn't depend on clear future frame guidance' is too strong: clean future frames are not required, but they are still used and improve the result. The mechanism behind act-then-imagine needs a closed-loop decomposition, e.g., corrupting future frames at controlled noise levels and measuring action EPDMS, to separate the benefit of action-first ordering from the benefit of any visual trend.
- [§4.3, Table 6 (Act-then-Imagine†)] When image noise is masked during action denoising, navhard EPDMS drops to 79.3, below Imagine-then-Act (81.4). This shows the advantage is not simply the generation order: it depends on the action stream receiving a structured image representation at a specific noise level. The paper's interpretation that future frames 'convey an evolving trend' is plausible, but it is not tested directly. An ablation over image timestep/noise levels during action denoising is needed to establish what information the action actually uses and why masking it is so destructive.
- [§4.1, Tables 1–2; §4.3, Table 6] No error bars, confidence intervals, or repeated seeds are reported. Margins over strong baselines are small (e.g., Table 2: 90.3 vs 89.9 for DriveFuture; Table 1: 90.2 vs 89.4 for Uni-World VLA). NAVSIM scores are computed over a finite scenario set; without variance estimates it is impossible to know whether these differences are meaningful. Please report at least 3 seeds or bootstrap confidence intervals for the main planning results.
- [§4.2, Table 3] The FVD comparison is invalid across datasets: Epona, WoVoGen, and Vista are evaluated on nuScenes, while DrivingGPT, Uni-World VLA, and Ours are on NavSim. FVD is dataset-dependent because the reference video distribution differs. The 'large margin' claim for video generation is therefore not supported by Table 3. All methods should be re-evaluated on the same dataset, or the cross-dataset FVD column should be removed.
- [§4.1, Table 2] The table mixes EPDMS* and EPDMS columns; some entries (e.g., DiffusionDriveV2, DriveFuture) report both, while other methods report only one, and Ours reports 86.5 EPDMS* and 90.3 EPDMS. If these are different evaluation variants (e.g., reactive vs non-reactive), comparisons should be made within a single metric version. The current presentation makes the headline SOTA claim ambiguous.
minor comments (5)
- [§3.3, Figure 3] The notation 't_act:0→1' and 't_img:0→1' is inconsistent with standard flow-matching denoising, where t=1 is noise and t=0 is data. Please clarify the direction and define the timestep convention once.
- [§3.4, Eq. (10)] The loss weights λ_act=1.0 and λ_ego=0.01 are given, but no sensitivity analysis is provided. A small variation study would strengthen the claim that the method is not brittle to these hyperparameters.
- [§4.3, Table 4] All training-strategy ablations are reported under Imagine-and-Act inference, while the final model uses Act-then-Imagine. Please state whether the gains from decoupled timesteps and ego prediction persist under the final Act-then-Imagine schedule, since the two may interact.
- [Table 3] The dataset row alternates 'NavSim' and 'NavSIM'; please standardize. Also, Epona's 120s duration is listed with no note that its FVD is on nuScenes rather than NavSim, which is confusing given the other rows.
- [Figure 10] The caption says 'Detailed framework of UniDit' but does not describe how the ego-status prediction is decoded from the ego token. A sentence in the caption or text would help.
Circularity Check
No circular derivation: predictions are external closed-loop benchmark scores; only test-split schedule selection weakens the causal claim, which is not circularity.
full rationale
Walking the derivation chain, I find no step in which a predicted quantity is equivalent to its own input by construction. The bidirectional cross-conditioning capability is trained through decoupled diffusion timesteps (Eq. 8) with the loss in Eq. 10; the act-then-imagine inference strategy is an empirically compared denoising schedule in Table 6, not a fitted parameter renamed as a prediction. Planning results (PDMS 90.2, EPDMS 90.3) are closed-loop NAVSIM evaluations against external baselines and are not used to define the model. No load-bearing self-citation appears: the Epona, FLUX, UniDiffuser, and DCAE references are external prior works, and no uniqueness theorem from the present authors is invoked to force the framework. The mild concern here is evaluation-protocol rather than circularity: the winning inference schedule was selected from ablations on navtest/navhard, and the GT Future row (92.8 EPDMS versus 90.3) shows clean future frames still help, which weakens the strong claim that actions require no clean future frames. These are correctness/evidence concerns, not reductions of the output to the input. Thus the paper is substantially self-contained against external benchmarks, and circularity is minimal.
Axiom & Free-Parameter Ledger
free parameters (5)
- lambda_act =
1.0
- lambda_ego =
0.01
- Inference denoising steps =
2 action + 2 image for planning; 2+10 for image quality
- Scheduled sampling warm-up =
not specified
- Image resolution =
512x1024
axioms (4)
- domain assumption NAVSIM official splits and PDM/EPDM scores are reliable closed-loop planning metrics.
- domain assumption The frozen DCAE latent space preserves action-relevant geometry and remains distributionally compatible when recycled as context for subsequent autoregressive steps.
- domain assumption UniDiffuser-style independent timestep sampling p_theta(z_img,z_act|c,t_img,t_act) subsumes the three intended training objectives and transfers to arbitrary inference-time denoising paths.
- domain assumption Rectified flow with only 2 denoising steps per modality is a sufficient approximation of the true velocity field for planning.
read the original abstract
World-model-based autonomous driving endows the model with the ability to understand scene evolution. Yet this promise is undermined by the prevailing imagine-then-act paradigm, which allows errors from the more challenging visual generation stage to cascade into action planning. We introduce ForgeDrive, a unified autoregressive diffusion framework with visual-action cross-conditioning that closes this gap through act-then-imagine paradigm. ForgeDrive factorizes the future as a sequence of per-timestep frame-action pairs, intertwining each action with its corresponding visual observation. During training, we decouple the diffusion timesteps of the two modalities and introduce a UniDiffuser-style noise scheduler to get the ability to infer either modality from its counterpart and deepen understanding of relationships between images and actions. At inference, we propose a novel act-then-imagine inference paradigm, and find that at each step, action generation is a capability internalized during training, requiring no clean future frame as a prerequisite at inference time; instead, the generated action can improve the accuracy of future frame generation, which in turn enhances the quality of the next action. Additionally, we augment each step with future ego-status prediction, further sharpening planning ability. Extensive experiments on NAVSIM demonstrate that ForgeDrive not only unifies driving simulation, planning, and visual odometry into a single model, but also outperforms existing strong planners without any post-training strategy.
Figures
Forward citations
Cited by 1 Pith paper
-
CheckVLA: Execution-Time Verification with Action-Conditioned World Model for Long-Horizon Mobile Manipulation
Action-conditioned world-model verification with conformal first-intervention control and latency-aware suffix repair raises RoboCasa365 success 8.5 points over invocation-matched periodic replanning.
Reference graph
Works this paper leans on
-
[2024]
InForty-first international conference on machine learning
Scalingrectifiedflowtransformersforhigh-resolution image synthesis. InForty-first international conference on machine learning. Feng,R.;Xi,N.;Chu,D.;Wang,R.;Deng,Z.;Wang,A.;Lu, L.; Wang, J.; and Huang, Y. 2025. Artemis: Autoregressive end-to-end trajectory planning with mixture of experts for autonomousdriving.IEEERoboticsandAutomationLetters, 11(1): 226–...
Pith/arXiv arXiv 2025
-
[8801]
IEEE. Unterthiner, T.; Van Steenkiste, S.; Kurach, K.; Marinier, R.; Michalski, M.; and Gelly, S. 2018. Towards accurate generative models of video: A new metric & challenges. arXiv:1812.01717. Van Den Oord, A.; Vinyals, O.; et al. 2017. Neural discrete representationlearning.Advancesinneuralinformationpro- cessing systems, 30. Wang, L.; Zheng, Y.; Chen, ...
Pith/arXiv arXiv 2018
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.