← Latest papers
💻 computer science

PRISM: PRior-guided Imagination Sampling in world Models

PRISM is a lightweight, task-agnostic framework that enhances continuous control planning by extracting state-conditioned action priors directly from a frozen JEPA-style world model and integrating them into the sampling process via a parameter-free Product-of-Gaussians update, significantly improving success rates without architectural bloat or inference overhead.

Original authors: Yuhai Wang, Jiawei Xia, Rongxuan Zhou, Xiao Hu, Yongliang Shi, Jing Du, Yang Ye

Published 2026-06-09
📖 4 min read☕ Coffee break read

Original authors: Yuhai Wang, Jiawei Xia, Rongxuan Zhou, Xiao Hu, Yongliang Shi, Jing Du, Yang Ye

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are teaching a robot to push a block into a specific spot on a table. To do this, the robot needs a "world model"—a mental simulation that lets it imagine, "If I push left, the block goes here. If I push right, it goes there."

The problem isn't that the robot can't imagine the future; the problem is how it decides what to imagine in the first place.

The Problem: Shooting in the Dark

Currently, most robots use a "world model" to plan, but they start their planning process by guessing wildly. It's like trying to find a specific key in a massive, dark warehouse.

  • The Old Way (Vanilla MPPI): The robot starts by throwing thousands of keys (candidate actions) randomly into the air, hoping one lands in the lock. It checks each one, keeps the few that look promising, and tries again. This works, but it's slow and wasteful. It needs to throw hundreds of keys just to find the right one.
  • The Flaw: The robot ignores the fact that it has already learned how to move from past experience. It throws away the "intuition" it gained while learning to see the world.

The Solution: PRISM (The Intuitive Guide)

The authors propose PRISM, which stands for PRior-guided Imagination Sampling.

Think of PRISM as giving the robot a flashlight and a mental map before it starts throwing keys.

  1. The Same Brain, Two Jobs: The robot uses the exact same "brain" (neural network) it used to learn how to see the world. Usually, this brain only predicts "what happens next." PRISM adds a tiny, lightweight attachment (a small "head") to this brain that asks a different question: "Based on what I see, what is the most likely action to take right now?"
  2. The Gaussian Prior (The "Confidence" Meter): This attachment doesn't just guess one action; it guesses a range of actions and, crucially, how confident it is in that guess.
    • High Confidence: "I'm 99% sure the block needs to be pushed slightly left." (The range is narrow).
    • Low Confidence: "I have no idea what to do here." (The range is wide).
  3. The Magic Blend (Product of Gaussians): When the robot starts planning, it doesn't just guess randomly. It blends its "random guess" with this "intuitive guess."
    • If the intuition is confident, the robot focuses its search tightly around that idea, saving time.
    • If the intuition is uncertain (e.g., the robot is in a weird, new situation), the math automatically ignores the intuition and reverts to the safe, random guessing method. It's a "graceful failure" mechanism—it never lets a bad guess ruin the plan.

The Results: Smarter, Not Harder

The paper tested this on two tasks: pushing a T-shaped block and moving a cube.

  • Massive Efficiency: With PRISM, the robot achieved success rates 35% higher on the cube task and 32% higher on the T-block task compared to the old method, using the same amount of computing power.
  • Small Budgets, Big Wins: The biggest improvement happened when the robot was allowed to make very few guesses (a "small sample budget"). It's like finding the key on the very first try because you knew where to look, rather than searching the whole warehouse.
  • Real Robots: They even tested this on real physical robots (a Franka arm and an ARX arm), and it worked without needing to change the code or slow down the robot.

The Analogy Summary

  • The Old Way: A detective searching a city for a suspect by randomly knocking on every door in the city, one by one.
  • PRISM: A detective who has a "gut feeling" (the prior) based on past cases. If the gut feeling is strong, they only check the specific neighborhood where the suspect is likely hiding. If the gut feeling is weak, they go back to checking doors randomly.
  • The Result: The detective finds the suspect much faster, with less effort, and never gets stuck because they know when to trust their gut and when to ignore it.

Why It Matters

The paper claims that you don't need a massive, expensive supercomputer or a separate "expert" AI to guide the robot. You can extract this guidance directly from the robot's existing "world model" brain. It's a way of making robots smarter at planning without making them heavier or slower to run.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →