Crimson AI NewsA CrimsonLingua Network service
EN ع
← Back to news
Research paper Hugging Face

Hugging Face Unveils Evoke: An Interactive World Model with Persistent Memory for Endless Video Generation

AI By Crimson AI Hugging Face Papers 14 August 2026 · 00:00 10 views
Share: X Telegram

Evoke, a new interactive world model from Hugging Face, uses external persistent memory and a redesigned long-horizon teacher to enable open-ended video generation with bounded context and low latency, achieving state-of-the-art results on WBench.

Hugging Face Unveils Evoke: An Interactive World Model with Persistent Memory for Endless Video Generation

Key points

Hugging Face has introduced Evoke, an interactive world model designed to overcome the limitations of existing systems in persistent memory, responsive interaction, and long-horizon generation. Traditional models face a trade-off between session length and retained memory, as maintaining history in the denoiser context or key-value cache leads to growing computational costs. Evoke addresses this by externalizing the world state into a camera-indexed bank, retrieving only view-relevant information to keep the denoiser context bounded.

The model also features a redesigned teacher for long-horizon supervision. Instead of a fixed generator, the teacher uses sparse attention with chunk-wise grouping, retrieval of selected distant frames, and a linear-attention global state. This design achieves linear growth in memory and compute while enabling supervision over long horizons, exposing content drift that remains locally plausible within short windows.

Evoke employs a 30-second distribution-matching objective under self-forced rollouts, transferring capabilities to a three-step student that uses no classifier-free guidance. This improves resistance to long-term drift while preserving responsive conditioning. The result is a model that supports open-ended, continuously evolving generation with bounded context and recurrent external memory.

On a single H200 GPU at 384×640 resolution, Evoke generates each 1.5-second chunk in 2.11 seconds. It achieves state-of-the-art performance on WBench while remaining competitive on VBench-Long and VBench-2.0. The code and demo are available on GitHub and the project page.

BenchmarkPerformance
WBenchState-of-the-art
VBench-LongCompetitive
VBench-2.0Competitive
Source
Hugging Face · Hugging Face Papers
Related news
Research paper
Hugging Face 31 Aug 2026

Hugging Face Unveils StepGuard: Step-Level Guardrails for Safer AI Agents

StepGuard, a new step-level guard model from Hugging Face, audits agent actions before execution, reducing attack success rates by...

0
Research paper
Hugging Face 31 Aug 2026

Hugging Face Researchers Unveil ABot-Recon for Stable Long-Horizon 3D Reconstruction

ABot-Recon, a new streaming 3D reconstruction model from Hugging Face, achieves stable long-horizon performance using only local t...

0
Research paper
Hugging Face 31 Aug 2026

ContextPilot: Teaching Agents Proactive Context Management via Fine-Grained RL

Hugging Face researchers introduce ContextPilot, a framework that enhances long-horizon agent reasoning by expanding context-editi...

0