Hevolve AI: Self-Evolving Multimodal AI Agents

Turn your domain expertise into AI agents that keep learning. Hevolve AI lets experts build multimodal AI systems by talking to them and correcting them in real time, with no code to write.

Key Features

Quick Links

© 2024 Hevolve AI Pvt Ltd. All rights reserved.

← All research
Artificial Intelligence
arXiv (cs.LG) · July 16, 2026

DriftWorld: Fast World Modeling through Drifting

Susie Lu, Haonan Chen, Weirui Ye +1 more

A robot that plans by imagining outcomes is only as useful as the number of futures it can imagine per second. Diffusion-based world models imagine beautifully but slowly, since every rollout needs many denoising steps, which throttles how many candidate action sequences you can search at decision time.

DriftWorld swaps iterative denoising for a learned drift. During training it learns how the scene should move given an action, then at inference produces future frames in a single forward pass, hitting 30-plus fps and averaging 17 times faster than diffusion baselines. Across manipulation benchmarks including Bridge-V2, RT-1, and Push-T, the speedup arrives without sacrificing decision quality. It also doubles as an offline simulator for ranking real robot policies, with rollout scores tracking ground truth up to 0.99.

Those figures are the authors' own on standard benchmarks, so the paper is worth reading for the drift formulation and its limits.

From the arXiv (cs.LG) abstract

Predictive world models enable robots to plan by imagining the outcomes of their actions, but their value for control hinges on generating many rollouts quickly. This creates a bottleneck for diffusion-based world models: multistep sampling makes each rollout expensive, limiting large-scale action search at inference time. We introduce DriftWorld, an action-conditioned world model based on drifting generative models. Rather than denoising iteratively at inference, DriftWorld…


More Artificial Intelligence papers