← Latest papers
🤖 machine learning

DISC: Decoupling Instruction from State-Conditioned Control via Policy Generation

The DISC framework eliminates observation leakage in language-conditioned manipulation by using a hypernetwork to generate task-specific policy parameters directly from instructions, thereby structurally decoupling language grounding from visual state processing and achieving superior performance and generalization compared to entangled baselines and large-scale pretrained models.

Original authors: Hanxiang Ren, Pei Zhou, Xunzhe Zhou, Yanchao Yang

Published 2026-05-21
📖 5 min read🧠 Deep dive

Original authors: Hanxiang Ren, Pei Zhou, Xunzhe Zhou, Yanchao Yang

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

The Big Problem: The Robot That "Cheats"

Imagine you are teaching a robot to cook. You give it two pieces of information:

  1. The Recipe (Instruction): "Put the frying pan on the stove."
  2. The View (Observation): A camera feed showing a kitchen with a stove, a pan, and a plate.

In most current robots, the "brain" processes the recipe and the camera view at the same time, mixing them together in a big soup of data. The paper calls this "Task-State Entanglement."

The Cheat Code:
Because the robot sees the stove and the pan together so often in its training data, it learns a shortcut. It stops reading the recipe and just looks at the picture.

  • Scenario: You say, "Put the pan on the stove." The robot sees the stove and the pan, so it puts the pan there.
  • The Trap: You then say, "Put the pan on the plate." The robot still sees the stove and the pan in the picture. Because it learned to ignore the words and just react to the picture, it might still try to put the pan on the stove, or get confused, because it never actually learned to listen to your specific instruction. It "leaked" the answer from the visual scene instead of grounding it in the language.

The Solution: DISC (The "Custom Suit" Maker)

The authors propose a new way to build the robot's brain called DISC. Instead of mixing the recipe and the view together, they completely separate them.

Think of DISC like a custom suit tailor rather than a one-size-fits-all uniform.

  1. The Tailor (The Hypernetwork): This is a special AI that only listens to your voice (the instruction). It doesn't see the kitchen. Its only job is to listen to "Put the pan on the stove" and then knit a brand-new, custom brain specifically for that exact task.
  2. The Suit (The Generated Policy): Once the tailor finishes knitting, they hand you a custom brain (a set of mathematical weights). This brain is now "hard-wired" to know it is a "stove-task" brain.
  3. The Wearer (The Robot): The robot puts on this custom brain. Now, it looks at the kitchen (the view) and acts. Crucially, it cannot hear your voice anymore. It can only act based on the custom brain it was given.

Why this stops cheating:
Since the robot's brain is built entirely from your words, it has no choice but to listen to you. It can't look at the picture and guess what to do because the picture isn't allowed to talk to the brain directly. The only way the robot knows what to do is because your words built its brain.

How They Make the "Custom Brain" (The Two-Stage Process)

Making a whole new brain just from a sentence is hard. If you just ask a computer to "make a brain for this sentence," it might make a messy, broken one.

DISC solves this with a Two-Stage Construction:

  1. The Rough Draft (Weight Initialization): The tailor quickly sketches a rough suit based on the words. It's close to the right shape (e.g., it knows it's a cooking task, not a cleaning task), but the buttons might be in the wrong place.
  2. The Tailoring (Iterative Refinement): This is the paper's clever trick. The tailor doesn't just guess; they use a "mental simulation" of how a suit is usually fixed. They look at the rough draft, imagine what's wrong, and make tiny, precise adjustments. They do this over and over again, very fast, until the suit fits perfectly.
    • Note: They do this without actually doing the slow, heavy math of real training. They learned how to fix the suit by watching many examples, so they can do it instantly in their head.

What Happened in the Experiments?

The authors tested this on robots in computer simulations and on a real robot arm.

  • The "Visual Trap" Test: They created a tricky test where the robot had to pick up a red apple and put it in a specific bowl (Small Gray, Large Red, or Light Gray). The visual scene was identical every time; only the words changed.
    • Old Robots: Got confused. They saw the apple and the bowls, but because they relied on visual shortcuts, they often put the apple in the wrong bowl or got stuck.
    • DISC: Got it right almost every time. Because its brain was built specifically for "Red Apple -> Small Gray Bowl," it ignored the visual confusion and followed the instruction.
  • Learning Speed: When given just a few examples of a new task (like 1 or 3 tries), DISC learned much faster than the old robots. This is because its "Tailor" already knew the general shape of the job and just needed to tweak the suit slightly, rather than learning from scratch.
  • Complexity: The more complex the task (like "Turn on the stove, then put the pan on it"), the better DISC performed compared to the others. The "cheating" robots failed badly on long tasks because they lost their place, while DISC stayed on track.

Summary

The paper argues that current robots are too good at guessing based on what they see, which makes them bad at following specific instructions.

DISC fixes this by changing the architecture:

  • Old Way: Mix words and pictures together \rightarrow Robot learns to ignore words and guess from pictures.
  • DISC Way: Use words to build a custom brain \rightarrow Robot uses that brain to look at pictures.

By forcing the robot to build its own "task-specific brain" from the instructions alone, it ensures the robot actually understands what you asked it to do, rather than just reacting to the scene.

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 →