Visual AI Itọsọna

Why AI Video Gets Physics Wrong

AI video gets physics wrong because generators learn statistical patterns of how pixels usually change over time, not the rules of mass, force and collision.

  • 4 min ka
  • kẹhin imudojuiwọn
Lori iwe yi4 min ka
  1. Akopọ
  2. Jin Dive
  3. Ipa Ilana
  4. The Future of Why AI Video Gets Physics Wrong
  5. Real-World imuse
  6. Awọn ewu & Awọn ọna iṣọ
  7. Ilana Ilana imuse
  8. Tesiwaju Ṣiṣawari
  9. Awọn ibeere ti a beere nigbagbogbo

Akopọ

They imitate the look of motion without simulating what causes it. That is why objects vanish, liquids act strangely, limbs pass through things and clips stay short, and it matters for anyone trying to judge whether footage is real or use these models for planning and robotics.

Jin Dive

Video generators are trained on huge collections of footage to predict or denoise frames. The training objective rewards output that resembles real video. It does not reward output that obeys conservation of mass or momentum. Common physics, such as a ball falling or a person walking, is well represented in the data and usually looks right. Rare or complex events, such as glass shattering, a specific collision, or liquid pouring into an oddly shaped container, appear less often and are harder to learn. OpenAI's own technical material on Sora noted that it did not accurately model interactions like glass shattering. Object permanence is a memory problem. When something is hidden, the model has to carry its identity through frames where it is invisible. Models attend over a limited amount of context, so hidden objects can come back changed or not at all. Cause and effect is also weak: a bite, a spill or a dent should leave a lasting change, but the model may treat it as a passing visual event. Clip length is limited mainly by compute. A video is represented as spacetime tokens, and attention cost rises steeply as the token count grows, so many products generate seconds rather than minutes. Longer videos are often made by extending clips, which lets errors compound. A common misconception is that these models contain a physics engine. They do not, though they may pick up some implicit physical regularities. Researchers have built benchmarks such as Physics-IQ to test this and found that visually realistic output does not mean physical understanding. World-model research tries to close the gap: Google DeepMind's Genie line generates interactive environments, Meta's V-JEPA learns by predicting in an abstract representation space instead of pixels, and NVIDIA's Cosmos targets physical AI such as robotics.

Ipa Ilana

Iyara ati iwọn

Visual AI le ṣe adaṣe adaṣe, wiwa, ati awọn iṣẹ ṣiṣe taagi ni iwọn.

Kọ awọn yiyan

Awọn ẹgbẹ ẹda le ṣe apẹrẹ awọn imọran yiyara pẹlu awọn atunyẹwo afọwọṣe diẹ.

Ẹgbẹ ati ṣiṣan iṣẹ

Awọn iṣẹ ṣiṣe le lo aworan ati awọn ifihan agbara fidio ti o nira tẹlẹ lati ṣiṣẹ.

The Future of Why AI Video Gets Physics Wrong

Physical plausibility has improved with scale and better data, and it is likely to keep improving for common scenes. Harder cases, such as long-horizon cause and effect, rare interactions and reliable object permanence across long occlusions, may need architectural changes like explicit memory, 3D structure or hybrid simulation rather than scale alone. World models aimed at robotics and interactive environments are an active research area, and benchmarks that separately test visual realism and physical correctness will help show real progress. It is not settled whether pure video prediction can learn robust physics, and researchers disagree about it.

Real-World imuse

A generated person bites a cookie, but afterward the cookie has no bite mark. OpenAI named this kind of failure among Sora's limitations when it previewed the model in 2024.

A dog walks behind a tree and comes out the other side with a different coat pattern, because the model did not keep a stable memory of the hidden object.

A runner's legs appear to swap sides mid-stride and the feet slide along the ground, which shows the model learned the look of running, not the contact forces involved.

A basketball passes through the rim, briefly vanishes, and reappears in a player's hands, a sequence that looks smooth frame to frame but makes no physical sense.

Awọn ewu & Awọn ọna iṣọ

  • Awọn ẹtọ aworan ati igbanilaaye le di awọn eewu labẹ ofin ti o ba jẹ afihan.

  • Iṣe awoṣe le yatọ kọja ina, awọn ẹda eniyan, ati awọn agbegbe.

  • Awọn idaniloju eke le ma ṣe akiyesi ayafi ti a ba ṣe abojuto awọn ala igbẹkẹle.

Ilana Ilana imuse

  1. Ṣetumo awọn ibeere gbigba fun pipe, iranti, ati awọn idiyele aṣiṣe.

  2. Ṣe idanwo pẹlu data ti o baamu awọn ipo iṣelọpọ gidi.

  3. Ṣafikun atunyẹwo eniyan fun igbẹkẹle kekere tabi awọn asọtẹlẹ ipa-giga.

  4. Tọpinpin awoṣe ki o ṣe tunṣe lẹhin kamẹra tabi awọn ayipada datasetto.

Tesiwaju Ṣiṣawari

Free newsletter

Get the daily AI briefing

Three verified AI stories every weekday morning, written in plain English. Free forever, no ads.

One email each weekday. Unsubscribe in one click. We never sell or share your address.

Test yourself

Take the Why AI Video Gets Physics Wrong quiz

Instant feedback on every answer, and a shareable certificate with a verifiable ID once you pass a course.

Bẹrẹ adanwo

Support free AI education. AI Understanding is a 501(c)(3) nonprofit — no ads, no paywall, ever. Make a donation

Awọn ibeere ti a beere nigbagbogbo

What is Why AI Video Gets Physics Wrong?

AI video gets physics wrong because generators learn statistical patterns of how pixels usually change over time, not the rules of mass, force and collision. They imitate the look of motion without simulating what causes it. That is why objects vanish, liquids act strangely, limbs pass through things and clips stay short, and it matters for anyone trying to judge whether footage is real or use these models for planning and robotics.

What does a typical video generator's training objective mainly reward?

Models are trained to predict or denoise frames so the output looks like the training footage. Physical correctness is not measured directly.

Why are rare events like glass shattering especially hard for video models?

Events that are uncommon in the data and physically complex give the model fewer examples to learn from, so its output is less reliable.

The guide describes object permanence failures mainly as what kind of problem?

To keep a hidden object consistent, the model has to carry its identity through frames where it is invisible, and limited context makes that unreliable.

What is the main reason AI video clips are often only seconds long?

More frames mean more tokens, and attention cost grows fast with token count, so length is limited by compute.

Which statement reflects a misconception about video generators?

Video generators have no explicit physics simulator. Any physics they show is implicit in learned patterns.