← Latest papers
💻 computer science

GHOST: Geometry-Hierarchical Online Streaming Token Eviction for Efficient 3D Reconstruction

GHOST is a training-free, geometry-aware framework for efficient 3D reconstruction from long monocular videos that employs hierarchical importance scoring, special token protection, and layer-wise budget allocation to evict redundant tokens online, thereby significantly reducing memory usage and accelerating inference without compromising reconstruction quality.

Original authors: Leyang Chen, Junyi Wu, Zhiteng Li, Yulun Zhang

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

Original authors: Leyang Chen, Junyi Wu, Zhiteng Li, Yulun Zhang

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 trying to build a perfect 3D model of a room by walking through it with a camera, taking a photo every step of the way. To do this, your computer brain (an AI) needs to remember every photo it has ever taken to understand how the walls, furniture, and corners connect.

The problem? If you walk for a long time, the computer runs out of memory. It's like trying to carry a backpack that gets heavier with every step until you collapse.

The Old Way: The "Forgetful Librarian"
Previous methods tried to solve this by acting like a librarian who only keeps the most recent books or the ones that look most similar to the book currently being read.

  • The Flaw: The paper argues this is a bad strategy for 3D. Just because a photo looks similar to the current one doesn't mean it's useful. You might need a photo of a wall taken 10 minutes ago because the camera angle changed slightly, even if the wall looks the same. The old methods threw away these "geometrically valuable" photos because they didn't look exciting enough at that exact moment.

The New Way: GHOST (The "Smart Architect")
The authors introduce GHOST, a new system that acts like a smart architect. Instead of just looking at how similar photos look, GHOST asks: "Does this photo help me understand the shape of the room?"

Here is how GHOST works, using three simple tricks:

1. The Two-Level Scorecard (The "Big Picture" vs. The "Details")

GHOST doesn't just judge a photo as a whole; it judges it in two ways:

  • Level 1: The Viewpoint Score. Did the camera move to a new spot? Is the room full of interesting corners and edges right now? If the camera is just spinning in a circle in an empty hallway, that's boring (low score). If the camera moves to a new angle showing a complex staircase, that's gold (high score).
  • Level 2: The Patch Score. Even in a great photo, some parts are boring (like a blank white wall) and some are exciting (like the edge of a table). GHOST keeps the "exciting" parts and throws away the "blank wall" parts, even if the photo itself is important.

Analogy: Imagine you are packing a suitcase for a trip.

  • Old Method: "I'll keep the last 5 shirts I wore." (Maybe they were all identical white t-shirts).
  • GHOST: "I'll keep the shirt that fits the weather (Viewpoint) AND the specific pockets that hold my passport (Details), while throwing away the empty pockets."

2. The VIP Pass (Protecting the "Special Tokens")

In the AI's brain, there are special "tokens" (tiny pieces of data) that act like the GPS coordinates and the blueprint of the room. If you lose these, the whole 3D model falls apart.

  • The Problem: Sometimes, these GPS tokens look "boring" compared to a flashy photo of a colorful toy, so the old system might accidentally delete them to save space.
  • The GHOST Fix: GHOST gives these special tokens a VIP Pass. No matter how "boring" they look, they are never thrown out. They are protected so the AI never loses its sense of direction or the overall structure of the scene.

3. The Smart Budget (Spending Money Where It Counts)

The computer has a limited amount of "memory money" to spend on each layer of its brain.

  • The Old Way: "Let's give every layer of the brain the exact same amount of memory."
  • The GHOST Fix: GHOST studies the brain's layers beforehand. It finds that some layers are "hard workers" that do complex transformations (changing the data a lot), while others are "lazy" and just repeat what they were given.
    • GHOST gives more memory to the hard-working layers so they can keep all the important details.
    • It gives less memory to the lazy layers because they don't need as much to do their job.

The Result

By using these three tricks, GHOST can process twice as long video sequences without running out of memory.

  • It cuts the memory usage by nearly 50%.
  • It makes the computer 1.75 times faster.
  • Most importantly, the 3D models it builds are more accurate and have fewer errors than the previous best methods, even when the video is very long.

In short, GHOST stops the AI from wasting space on boring, repetitive data and focuses its limited memory on the parts of the video that actually help it understand the 3D world.

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 →