← Latest papers
💻 computer science

DeformMaster: An Interactive Physics-Neural World Model for Deformable Objects from Videos

DeformMaster is an interactive physics-neural world model that learns from real-world videos to simulate deformable objects by unifying physical dynamics and high-fidelity appearance, enabling accurate future prediction, novel action rollout, and dynamic view synthesis.

Original authors: Can Li, Zhoujian Li, Ren Li, Jie Gu, Lei Lei, Jingmin Chen, Lei Sun

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

Original authors: Can Li, Zhoujian Li, Ren Li, Jie Gu, Lei Lei, Jingmin Chen, Lei Sun

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 have a video of a hand squeezing a squishy stress ball, pulling a piece of cloth, or twisting a rubber toy. Now, imagine you want to teach a computer to not just watch that video, but to understand how that object works so you can ask it, "What happens if I pull it harder?" or "What if I squeeze it from the side?" or even "Show me what it looks like from behind."

That is exactly what DeformMaster does. It turns a simple video into an interactive "digital twin" of a squishy, stretchy object that you can play with in real-time.

Here is how it works, broken down into simple concepts:

1. The Problem: Why is this hard?

Most computer programs that try to simulate soft objects (like cloth, ropes, or jelly) are like rigid robots. They follow strict rules of physics, but real life is messy. A real piece of cloth might have a weird fold, or a rubber toy might be slightly stiffer in one spot than another. If you try to simulate this with perfect math, it often looks fake or breaks apart. If you try to learn it purely from data (like a video game AI), it might get confused and start doing impossible things, like floating in mid-air.

2. The Solution: A "Physics + AI" Team

DeformMaster solves this by using a two-person team to run the simulation:

  • The Physics Expert (The "Base"): This is a standard, reliable physics engine (like the kind used in video games) that knows the basic rules of how things move, stretch, and bounce. It provides a stable foundation.
  • The AI Assistant (The "Residual"): This is a neural network (a type of AI) that acts as a "correction layer." It watches the Physics Expert and says, "Hey, the real video shows the cloth twisting a bit differently than your math predicts. Let me add a tiny nudge here to fix it."

Think of it like a GPS. The Physics Expert is the map showing the main roads. The AI Assistant is the local driver who knows about the potholes, construction, and shortcuts that the map doesn't show. Together, they get you to the destination perfectly.

3. Handling the "Hand" (The Controller)

In the video, a hand is touching the object. But cameras aren't perfect; the tracking of the hand can be shaky or jittery.

  • The Old Way: If you tell the simulation to move exactly where the shaky hand is, the object might vibrate violently or break.
  • DeformMaster's Way: It uses something called Distributed Compliant Actuators. Imagine instead of one stiff finger pushing the object, you have a soft, fuzzy glove that gently spreads the force over a wider area. This smooths out the shaky camera data and pushes the object naturally, just like a real hand would.

4. Handling Different Materials (The "Mixture")

Real objects aren't made of one uniform substance. A stuffed animal might have a soft belly but a stiffer nose.

  • The Old Way: Many models assume the whole object is made of the exact same material (like a giant block of Jell-O).
  • DeformMaster's Way: It uses a Mixture of Constitutive Experts. Think of this as a "flavor mixer." It realizes that one part of the object might be "Neo-Hookean" (very stretchy), while another part is "St. Venant-Kirchhoff" (stiffer). It blends these different "flavors" of physics together across the object's surface to match the real video perfectly.

5. The Result: An Interactive Playground

Once DeformMaster learns from the video, it doesn't just play the video back. It creates a World Model.

  • New Actions: You can tell it to pull the object in a direction the original video never showed, and it will predict the result realistically.
  • New Materials: You can tell it, "Make this object 3x softer," and it will simulate how that softer version would behave (even showing it tearing or fracturing if you pull too hard).
  • New Views: You can ask to see the object from a camera angle that wasn't in the original video, and it will render a high-quality image of it.

Summary

DeformMaster is like taking a video of a squishy toy and turning it into a playable, physics-accurate video game level. It combines the reliability of physics rules with the flexibility of AI to handle the messy, real-world details, allowing you to interact with the object in ways you've never seen before.

What the paper actually claims:

  • It works on real-world videos of ropes, cloths, and soft toys.
  • It is more accurate at predicting future movements and rendering images than previous methods (like PhysTwin or Spring-Gaus).
  • It allows for "long-horizon rollouts," meaning you can simulate the object moving for a long time without it drifting off into nonsense.
  • It supports changing material properties (like making things softer) and viewing them from new angles.
  • It runs at interactive speeds (over 15 frames per second), allowing for real-time manipulation.

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 →