Awesome World Model Hub Papers · Datasets · Projects
← Back to papers

SWEET: Sparse World Modeling with Image Editing for Embodied Task Execution

arXiv 2026 57.5 method, application

TLDR

Proposes SWEET, a sparse visual world model using image editing to generate task-relevant keyframes for robot manipulation, reducing cost vs video generation.

Reasoning

Strengths include a novel sparse world modeling approach that reduces computational cost compared to dense video generation, with empirical comparisons and a mixed-training strategy to mitigate domain mismatch. Weaknesses include reliance on keyframe prediction rather than full dynamics, and limited evaluation to specific robotic datasets without broader generalization tests.

Read-first score

Read-first score 57.5, weighted from topical fit, citation, graph, method, reproducibility, and recency signals. Original total remains 40.

Recency 6%
100

Uses a gentle age decay so recent papers surface without erasing older foundations. 2026

Methodology quality 18%
80

Screens visible abstract and analysis fields for experiment, dataset, baseline, metric, and limitation evidence. markers=dataset,evaluation,experiment

Citation impact 18%
79.4

Uses OpenAlex-shaped citation metadata as a bibliometric attention signal, separate from paper quality. citation_normalized_percentile=0.79364497

Topical relevance 29%
57.1

Uses existing LLM keyword relevance scores normalized to 0-100. world model,world simulator,generative world model,interactive world model,video world model,world dynamics prediction,model-based reinforcement learning world model

Reproducibility 18%
38

Screens links and visible text for paper, code, dataset, artifact, and repository signals. pdf=True; code=False; dataset=False; markers=dataset

Citation velocity 12%
0

Citation velocity estimates citations per publication-year to reduce old-paper bias. velocity=0.00

Field roles

FoundationFrontierBridgeMethodology anchor

Rank sensitivity

Stability: volatile; rank range: 314.

Keyword Scores

world model
9
generative world model
8
world dynamics prediction
8
world simulator
5
interactive world model
4
video world model
3
model-based reinforcement learning world model
3

Deep Analysis

Innovations

  • Using image editing models as sparse world models for robot manipulation, replacing dense video generation.
  • SWEET: a one-shot sparse visual planning framework that progressively generates task-relevant manipulation keyframes via successive image editing conditioned on language and optional arrow-based spatial guidance.
  • Mixed-training strategy with filtered edited targets to reduce mismatch between real and edited visual subgoals.
  • Goal-conditioned diffusion action predictor that converts adjacent imagined keyframes into executable action chunks.

Methodology

The paper first conducts a controlled comparison between the video generation model Wan2.2 and the image editing model FLUX-Kontext under the same robotic data setting. It then proposes SWEET, which uses successive image editing to generate a sequence of task-relevant keyframes conditioned on language instructions and optional arrow-based spatial guidance. A goal-conditioned diffusion action predictor converts adjacent keyframes into executable action chunks, and a mixed-training strategy with filtered edited targets is introduced to reduce the mismatch between real and edited subgoals. Experiments are performed on DROID and RoboMimic datasets.

Key Results

Image editing produces more reliable task-level keyframes with better visual fidelity and substantially lower inference cost than video generation. SWEET improves keyframe prediction across seen and unseen scenes and enables a full pipeline from sequential keyframe planning to executable robot actions.

Limitations

  • The edited visual subgoals may not perfectly match real observations, requiring a mixed-training strategy with filtered edited targets to mitigate the mismatch.
  • Evaluation is limited to DROID and RoboMimic datasets; generalization to other domains or tasks is not demonstrated.
  • The framework relies on image editing models, which may have inherent failure modes such as inconsistency across successive edits.

Tags

embodied AIrobot manipulationimage editingworld modelvisual predictionsparse modelingCV