← Latest papers
🤖 machine learning

Improving Dynamic Object Interactions in Text-to-Video Generation with AI Feedback

This paper proposes leveraging vision-language models to provide perceptual AI feedback for refining text-to-video generation, demonstrating that this approach significantly improves the realism of dynamic object interactions and adherence to physical laws compared to existing methods.

Original authors: Hiroki Furuta, Heiga Zen, Dale Schuurmans, Aleksandra Faust, Yutaka Matsuo, Percy Liang, Sherry Yang

Published 2026-04-21
📖 4 min read☕ Coffee break read

Original authors: Hiroki Furuta, Heiga Zen, Dale Schuurmans, Aleksandra Faust, Yutaka Matsuo, Percy Liang, Sherry 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

Imagine you have a magical movie-making machine. You type in a sentence like "A hand picks up a red apple and drops it into a basket," and the machine spits out a video.

Sounds cool, right? But here's the problem: right now, this machine is a bit like a dreamer who hasn't learned physics yet. Sometimes, the hand just floats past the apple without touching it. Sometimes, the apple turns into a banana when it hits the basket. Sometimes, the apple just sits there, frozen, while the hand waves at it. The objects don't interact; they just exist next to each other in a confusing, glitchy dance.

This paper is about teaching that magical machine how to understand cause and effect and real-world physics so the videos look real.

Here is how they did it, broken down into simple concepts:

1. The Problem: The "Hallucinating" Director

Current AI video generators are great at making pretty pictures, but they are terrible at action. If you ask for a ball to fall off a table, the AI might make the ball hover, slide sideways, or disappear. It's like a movie director who knows what a chair looks like but has no idea how gravity works.

2. The Solution: The "AI Critic" (The Feedback Loop)

In the world of Large Language Models (like the one you are talking to now), we got really good by having humans say, "That answer was good," or "That answer was bad." This is called Reinforcement Learning from Human Feedback (RLHF).

The authors asked: Can we do this for video?

  • The Hard Way: Hire thousands of humans to watch every video and rate it. (Too expensive and slow).
  • The Smart Way: Use a super-smart AI (a Vision-Language Model, or VLM) to act as the critic.

Think of the VLM as a super-observant film critic. You show it the video and the prompt. It looks at the scene and says:

  • "Did the hand actually grab the bottle?"
  • "Did the bottle fall down when pushed?"
  • "Did the physics make sense?"

If the video passes the test, the critic gives a "thumbs up" (Accept). If it fails, a "thumbs down" (Reject).

3. The Training: Learning from Mistakes

Once the AI Critic starts grading the videos, the video generator gets to study.

  • Old Way (SFT): The generator just tries to copy examples it saw before. It's like a student memorizing answers without understanding the math.
  • New Way (RL-Finetuning): The generator tries to make videos that get a "thumbs up" from the Critic. It learns: "Oh, when I push the bottle, I need to make it tip over, not just slide."

The paper tested two main ways to teach the generator:

  1. RWR (Reward-Weighted Regression): "Show me more of the good stuff." (Focuses on what worked).
  2. DPO (Direct Preference Optimization): "Show me the good stuff, and stop doing the bad stuff." (Focuses on avoiding mistakes).

4. The Secret Sauce: Binary Feedback

The researchers found that the most effective feedback wasn't a complex score (like "85/100"). It was a simple Yes/No (Binary) decision from the AI Critic.

  • Analogy: Imagine teaching a dog. You don't say, "That was a 7 out of 10 sit." You say, "Good boy!" or "No." The AI generator learned best when the Critic gave it a simple, clear "Yes, that works" or "No, that's wrong."

5. The Results: From "Dreamy" to "Real"

After this training, the videos got much better at specific, tricky things:

  • Object Removal: Taking a pen out of a book without the book disappearing.
  • Multiple Objects: Pushing a cup away from a spoon without them merging into one blob.
  • Falling: Dropping a ball so it actually hits the floor and bounces, rather than floating.

The paper showed that using this "AI Critic" method improved the videos more than just using math formulas to measure video quality. It made the AI understand the story of the movement, not just the pixels.

The Big Takeaway

The paper proves that we don't need to wait for humans to grade every video to make AI better. We can use a smart AI to grade another AI. It's like having a robot teacher train a robot student on how to do physics, and it works surprisingly well.

In short: They taught the video AI to stop daydreaming and start respecting gravity, using a robot critic to say "Good job" or "Try again."

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 →