← Latest papers
💻 computer science

SCOPE: Simulating Cross-game Operations in Playable Environments for FPS World Models

The paper introduces SCOPE, a novel framework that enhances first-person shooter world models by integrating a conditioning module into transformer blocks to achieve spatially selective action responses without segmentation labels, alongside the CrossFPS dataset, enabling robust zero-shot generalization across multiple game titles.

Original authors: Zizhao Tong, Hongfeng Lai, Zeqing Wang, Zhaohu Xing, Kexu Cheng, Haoran Xu, Zhao Pu, Shangwen Zhu, Ruili Feng, Jian Zhao, Yan Zhang, Hao Tang, Yeying Jin, Ling Shao

Published 2026-05-25
📖 4 min read☕ Coffee break read

Original authors: Zizhao Tong, Hongfeng Lai, Zeqing Wang, Zhaohu Xing, Kexu Cheng, Haoran Xu, Zhao Pu, Shangwen Zhu, Ruili Feng, Jian Zhao, Yan Zhang, Hao Tang, Yeying Jin, Ling Shao

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 watching a first-person shooter (FPS) video game, like Call of Duty or Halo. In these games, your character is constantly moving, looking around, and shooting.

Now, imagine trying to teach a computer to predict exactly what happens next in the game based on your controller inputs. This is what the paper calls a "World Model."

The Problem: The "Spray and Pray" Mistake

Previous attempts at teaching computers this skill were like a clumsy painter who, when asked to paint a single flower on a canvas, accidentally splashes paint over the entire picture.

In technical terms, old models treated every part of the screen the same way. If you pressed the "Fire" button, the model tried to update the whole screen, even the sky, the distant mountains, and the walls behind you. This caused the video to glitch, warp, or freeze because the computer didn't understand that only the gun and the immediate target area should change when you shoot, while the rest of the world should stay stable.

The Solution: SCOPE (The "Smart Spotlight")

The authors created a new system called SCOPE (Simulating Cross-game Operations in Playable Environments).

Think of SCOPE as a smart spotlight that knows exactly where to shine.

  • The Scope (In-Scope): When you shoot, reload, or jump, SCOPE puts a spotlight only on the weapon and the area right in front of it. It knows, "Okay, this is where the explosion happens; let's animate just this part."
  • The Rest (Out-of-Scope): Everything else—the sky, the floor, the distant buildings—is left alone or moved smoothly, just like a camera panning across a stable room.

The magic is that SCOPE doesn't need a human to draw a map telling it where the gun is. It learns this on its own by looking at the visual clues. It realizes, "Oh, there's a gun here, so if the player presses 'Fire,' only this pixel needs to react."

The Training Data: The "CrossFPS" Dataset

To teach this system, the researchers couldn't just use one game. They needed a massive library of different games to teach the computer the universal rules of shooting, rather than the specific rules of just Call of Duty.

They built CrossFPS, a dataset containing 69,000 video clips from 7 different games.

  • They stripped away the "gamey" strategies (like always shooting at the same enemy) so the computer learned the physics of the game (e.g., "If I move the stick left, the world moves right") rather than memorizing specific levels.
  • They synchronized the video with the exact controller movements (10 different buttons and sticks) so the computer could see the cause-and-effect relationship perfectly.

How It Works (The "Chef" Analogy)

Imagine a head chef (the main AI model) who is great at cooking a standard meal.

  • Old Method: The sous-chef (the action input) would shout "Add Salt!" and the head chef would dump salt into every single pot on the stove, ruining the soup, the salad, and the steak.
  • SCOPE Method: The sous-chef shouts "Add Salt!" but the kitchen is now equipped with a smart delivery system. The system sees which pot has the soup and delivers the salt only to that pot. The salad and steak remain untouched.

In the paper, this "smart delivery system" is a special module inserted into the AI's brain that processes every single pixel individually to decide: "Am I part of the action zone? Yes? Then I react. No? Then I stay calm."

The Results

When they tested SCOPE:

  1. It handled chaos: It could handle rapid firing, jumping, and turning simultaneously without the video turning into a blurry mess.
  2. It generalized: They showed it a game it had never seen before (using AI-generated images of new game worlds), and it still knew how to react correctly. It didn't need to be retrained; it just applied the rules it learned from the 7 games to the new one.
  3. It was precise: The background stayed stable while the action happened exactly where it should.

Summary

The paper presents a new way to make AI understand video games. Instead of treating the whole screen as one big blob that changes all at once, SCOPE teaches the AI to be a precision surgeon, making tiny, accurate changes only where the player's actions happen, while keeping the rest of the world steady. This allows for realistic, interactive game simulations that work across different types of games without needing to be taught from scratch every time.

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 →