PRISM: PRior-guided Imagination Sampling in world Models

28d ago · Global · primary source: export.arxiv.org

A new framework called PRISM improves model-based planning for continuous-control robots by extracting an action prior directly from a world model, researchers report in a paper submitted in 2026 [1]. The approach lifts success rates by 35 percentage points on one manipulation task and 32 points on another without adding meaningful inference cost [1]. The framework, whose full name is PRior-guided Imagination Sampling in world Models, addresses a bottleneck in how candidate actions are generated during model-based planning [1]. Standard planners often search arbitrarily or use expert demonstrations only to set a sampling mean, discarding the expert’s state-conditioned confidence [2]. PRISM instead attaches a lightweight multi-layer perceptron to the frozen encoder of a JEPA-style latent world model [2]. That head predicts a state-conditioned Gaussian prior over upcoming actions [3]. At plan time, the prior is fused into the planner’s sampling distribution through a precision-weighted Product-of-Gaussians update [2]. The closed-form integration is parameter-free: it makes the prior confident where it is accurate and cedes control where it is uncertain [3]. The researchers tested PRISM on two visual manipulation benchmarks. On the Cube task, success rates rose by 35 percentage points over a vanilla world-model-based model-predictive controller [1]. On PushT, the gain was 32 percentage points [1]. The paper notes that the largest improvements appear at small sample budgets, with multi-seed success gains ranging from 23 to 35 percentage points over an uninformed initialization at matched compute [4]. The same training-and-fusion pipeline transferred to two real-robot setups — a Franka PushT station and an ARX X5 cube manipulator — with no retuning [4]. PRISM’s design avoids the architectural bloat of earlier methods that rely on independent visual encoders or large-scale vision-language models to obtain an action prior [2]. Because the prior is built from the same dataset and the same JEPA encoder the world model already uses, the added perceptual cost is zero [3]. The authors describe the inference overhead as negligible [1]. A separate 2026 paper also uses the PRISM acronym for a real-time multisensory imitation policy validated on a Unitree Go2 quadruped with a 7-DoF arm and a UR5 manipulator, but that work addresses a different problem — single-pass trajectory generation with a batch-global rejection-sampling objective — and is unrelated to the world-model planning framework [5].

research-paperinfrastructureapplicationtool-release

Background sources we checked (7)
  • arxiv.org ↗ A learned world model provides a powerful physical intuition for evaluating future states. But its effectiveness in continuous control also depends critically on how candidate actions are generated for model-based planning. Rather than solely asking how accurately a model can sim…
  • arxiv.org ↗ # PRISM: PRior-guided Imagination Sampling in world Models [...] A learned world model provides a powerful physical intuition for evaluating future states. But its effectiveness in continuous control also depends critically on how candidate actions are generated for model-based p…
  • arxiv.org ↗ # PRISM: PRior-guided Imagination Sampling in world Models [...] A learned world model provides a powerful physical intuition for evaluating future states. But its effectiveness in continuous control also depends critically on how candidate actions are generated for model-based p…
  • arxiv.org ↗ To address this, [...] introduce PRISM, [...] single-pass [...] batch-global rejection-sampling variant of IMLE. PRISM [...] demonstrate the efficacy of PRISM on a diverse real-world hardware suite [...] including loco-manipulation using a Unitree Go2 with a 7-DoF arm D1 [...] $ …
  • en.wikipedia.org ↗ Fanny and Alexander (Swedish: Fanny och Alexander) is a 1982 epic period drama film written and directed by Ingmar Bergman. The plot focuses on two siblings and their large family in Uppsala, Sweden during the first decade of the twentieth century. Following the death of the chil…
  • en.wikipedia.org ↗ The Dark Crystal is a 1982 dark fantasy film directed by Jim Henson and Frank Oz, produced by Gary Kurtz and Henson, with a screenplay by David Odell based on a story conceived by Henson. The film was produced and financed by ITC Entertainment and The Jim Henson Company and distr…
  • en.wikipedia.org ↗ The album era (sometimes, album-rock era) was a period in popular music, usually defined as the mid-1960s through the middle of the 2000s decade, in which the album – a collection of songs issued on physical media – was the dominant form of recorded music expression and consumpti…

Sources

Spot something wrong? Report an issue