Skip to content

WorldDiT: A Unified Diffusion Architecture for World and Action Modeling

WorldDiT is a single diffusion transformer that jointly generates continuous action chunks and predicts normalized RGB patch targets from future camera frames during training — no separate pretrained VLM backbone, no separate video world model. Across four LIBERO simulation suites the sub-billion-parameter model is reported to sit on the Pareto frontier of total-parameters × mean-success among methods reporting all four suites. Positioned as a strong sub-billion-parameter baseline for scaling studies of unified action + visual-world-modeling DiTs.

  • Action generation is coupled with visual world modeling inside one diffusion transformer: the same network produces continuous action chunks and predicts normalized RGB patch targets from future camera frames during training [Abstract].
  • Strong control performance is achievable without a large pretrained VLM as the action backbone — WorldDiT is trained from scratch as a unified DiT rather than adapted from a VLM [Abstract].
  • On the four LIBERO simulation suites, WorldDiT lies on the reported Pareto frontier of total model parameters versus mean success among methods that report all four suites [Abstract].
  • The paper positions itself as a sub-billion-parameter baseline for future scaling studies of unified diffusion architectures for world + action modeling [Abstract].

WorldDiT is a single diffusion transformer trained with a joint objective. One head of the model produces continuous action chunks (the policy output); a second training-time supervision signal comes from predicting normalized RGB patch targets from future camera frames — i.e. the visual world-modeling target is a patch-level future-frame prediction rather than pixel-decoded rollout. The two targets share the same DiT backbone, so world-modeling supervision reshapes the same representations that produce actions. There is no VLM backbone attached; the entire stack is trained together as a unified architecture, and the auxiliary future-frame target is a training-time signal (its role at inference is not described in the abstract).

  • Evaluated on four LIBERO simulation suites (Spatial, Object, Goal, Long — the standard four) and reported to occupy the Pareto frontier for total model parameters versus mean success among methods reporting all four suites [Abstract].
  • Total parameter count is sub-billion; specific numbers per suite are not disclosed in the abstract.
  • No real-robot deployment or wall-clock inference numbers are reported in the abstract.