← Latest papers
🤖 AI

Infinite-World: Scaling Interactive World Models to 1000-Frame Horizons via Pose-Free Hierarchical Memory

The paper introduces Infinite-World, a robust interactive world model that achieves coherent 1000+ frame visual generation in real-world environments by employing a hierarchical pose-free memory compressor, an uncertainty-aware action labeling module, and a revisit-dense finetuning strategy to overcome challenges posed by noisy pose estimations and scarce viewpoint revisits.

Original authors: Ruiqi Wu, Xuanhua He, Meng Cheng, Tianyu Yang, Yong Zhang, Zhuoliang Kang, Xunliang Cai, Xiaoming Wei, Chunle Guo, Chongyi Li, Ming-Ming Cheng

Published 2026-02-04
📖 5 min read🧠 Deep dive

Original authors: Ruiqi Wu, Xuanhua He, Meng Cheng, Tianyu Yang, Yong Zhang, Zhuoliang Kang, Xunliang Cai, Xiaoming Wei, Chunle Guo, Chongyi Li, Ming-Ming Cheng

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 playing a video game where you can walk around a room, look out a window, and turn corners. Most "world models" (AI systems that try to understand and predict how a world looks as you move) are like short-term memory devices. They can show you what happens for a few seconds, but if you try to walk around for a long time—say, 1,000 steps—they start to get confused. They might forget what the door looked like, or they might suddenly make the walls disappear.

The paper "Infinite-World" introduces a new AI system designed to solve this problem. It can simulate a world for over 1,000 frames (roughly 30–40 seconds of continuous video) without losing its mind or forgetting the layout of the room.

Here is how they did it, explained through simple analogies:

1. The Problem: The "Blurry Map" and the "Jittery Camera"

Real-world videos are messy.

  • The Jitter: When you film a video with a handheld camera, your hand shakes. The AI doesn't know if you moved the camera or if the camera just shook. This makes it hard to teach the AI how to move the world accurately.
  • The Memory Limit: Most AIs try to remember every single frame they have ever seen. If you ask them to remember 1,000 frames, their "brain" gets too full, and they crash or start hallucinating (making up things that aren't there).

2. The Solution: Three Smart Tricks

Trick A: The "Summarizing Librarian" (Hierarchical Pose-Free Memory Compressor)

Imagine you are reading a very long book. If you try to remember every single word, you will forget the beginning by the time you reach the end.

  • What other AIs do: They try to keep the whole book open on the table. It gets messy and heavy.
  • What Infinite-World does: It uses a "Summarizing Librarian."
    • Short term: For the last few pages, the librarian keeps the details sharp.
    • Long term: As you go further back in the book, the librarian stops remembering every word. Instead, they write a summary of the previous chapters.
    • The Magic: This summary is compressed into a fixed size. No matter if you read 10 pages or 1,000 pages, the librarian only needs to keep one small summary card in their pocket. This allows the AI to remember the "gist" of the room (where the window is, where the desk is) without getting overwhelmed by data. It does this without needing a GPS or a camera map (pose-free); it just learns to summarize what matters.

Trick B: The "Traffic Light" for Movement (Uncertainty-Aware Action Labeling)

Real-world video data is noisy. Sometimes the camera moves because you walked; other times, it moves because your hand shook.

  • The Problem: If you teach an AI "Move Left" based on a shaky video, it might learn that "Move Left" actually means "Shake the camera."
  • The Solution: The authors created a Traffic Light System for movement:
    • Green (Go): The movement is clear and strong. The AI learns this as a real action.
    • Red (Stop): The movement is tiny or just noise. The AI ignores it.
    • Yellow (Uncertain): The movement is blurry or confusing. Instead of forcing the AI to guess, the system labels it "Uncertain" and tells the AI, "Don't learn from this specific moment."
    • Result: The AI learns only from the clear, strong movements, making it much better at responding to your controls without getting confused by camera shakes.

Trick C: The "Practice Run" (Revisit-Dense Finetuning)

The authors realized that to teach an AI to remember a long path, you don't need a million hours of random video. You need a specific kind of practice.

  • The Insight: If you walk in a straight line for 10 miles, you never see where you started. But if you walk in a circle and come back to the start, you learn the shape of the world.
  • The Strategy: They took a tiny dataset (only 30 minutes long) where the camera went in circles and revisited the same spots over and over. They used this to "wake up" the AI's long-term memory. It's like giving a student a quick, focused quiz on a specific concept to make sure they really understand it, rather than making them read a whole library of random books.

The Result

When you put these three tricks together, Infinite-World becomes a master storyteller.

  • It can watch you walk around a room for a long time.
  • It remembers that the window was on the left, even after you've walked past it and come back around.
  • It responds to your "move left" commands accurately, even if the training video was a bit shaky.
  • It does all this without needing a super-computer to hold all the data in its memory at once.

In short, they built an AI that can play "explore the world" for a long time without getting lost, forgetting, or crashing, using smart summarization and careful filtering of messy data.

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 →