← Latest papers
🤖 AI

Spatial-Aware Reduction Framework: Towards Efficient and Faithful Visual State Space Models

The paper introduces STORM, a training-free, spatial-aware token reduction framework that resolves the performance collapse of structurally enhanced Mamba models by enforcing localized constraints to preserve grid topology and neighborhood coherence during compression.

Original authors: Jindi Lv, Aoyu Li, Yuhao Zhou, Zheng Zhu, Xiaofeng Wang, Qing Ye, Yueqi Duan, Wentao Feng, Jiancheng Lv

Published 2026-06-19
📖 4 min read☕ Coffee break read

Original authors: Jindi Lv, Aoyu Li, Yuhao Zhou, Zheng Zhu, Xiaofeng Wang, Qing Ye, Yueqi Duan, Wentao Feng, Jiancheng Lv

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

The Big Problem: Breaking the Puzzle

Imagine you have a massive, intricate jigsaw puzzle representing a picture. In the world of AI, this puzzle is made of thousands of tiny pieces called "tokens."

Recently, a new type of AI model called Mamba became very popular because it's incredibly fast at looking at long sequences of these puzzle pieces. It works like a detective reading a story one word at a time, remembering the context as it goes.

However, there was a major problem: How do you make this AI faster by throwing away the "boring" puzzle pieces?

In older AI models (like Transformers), you could just pick out the most important pieces and toss the rest. But when researchers tried this on Mamba, the AI's brain completely broke. Its accuracy crashed from 80% down to nearly 0%.

Why?
The paper explains that Mamba is like a conveyor belt. It reads the puzzle pieces in a strict, specific order (left-to-right, top-to-bottom). If you randomly grab pieces off the belt and shuffle them, the story makes no sense. The AI gets confused because the "neighbor" pieces it expects to see next are suddenly missing or replaced by pieces from the other side of the room.

Existing methods were "spatially agnostic," meaning they didn't care about where the pieces were located; they only cared about how "important" they looked. This destroyed the 2D structure Mamba needed to function.

The Solution: STORM (Spatial-Aware Token Reduction)

The authors propose a new framework called STORM. Think of STORM as a very organized librarian who knows exactly how to shrink a library without losing the story.

Instead of randomly picking books to throw away, STORM follows two strict rules:

  1. The Row-and-Column Rule (Structured Reduction):
    Imagine the puzzle is a grid. Instead of looking at the whole grid at once, STORM looks at it one row at a time, then one column at a time.

    • Analogy: If you have a spreadsheet, you don't delete random cells. You decide, "I will keep 2 out of every 5 cells in Row 1," then "I will keep 2 out of every 5 cells in Row 2." This ensures the remaining pieces still form a perfect, smaller grid. The "conveyor belt" of the AI never gets jammed because the order is preserved.
  2. The Neighborhood Rule (Local Windowing):
    Even if you keep the grid shape, you might accidentally delete a piece from the top-left corner and replace it with a piece from the bottom-right corner. That's still confusing!

    • Analogy: STORM puts a small "window" or frame around a group of pieces. It says, "You can only swap or remove pieces inside this specific window." This ensures that a piece representing a "cat's ear" stays next to the "cat's face" and doesn't get swapped with a "tree branch" from the background.

The Results: Magic Recovery

The paper tested STORM on several AI models (VMamba, PlainMamba) and found amazing results:

  • The "Before" Disaster: When using old methods (like ToMe), the AI's accuracy dropped by over 50%. It was like trying to read a book where half the words were replaced with gibberish.
  • The "After" Miracle: With STORM, the accuracy dropped by only 1% to 3%. It's as if the AI barely noticed the puzzle got smaller.
  • Speed: Because STORM processes rows and columns in parallel (like having many workers instead of one), it is actually faster than the old methods, even while keeping the AI smart.

Why This Matters (According to the Paper)

The paper claims that structure is more important than just "importance."

  • Old Way: "Keep the most important pieces, even if it breaks the picture." (Result: Broken AI).
  • STORM Way: "Keep the pieces in their proper neighborhood and grid order, even if we have to be strict about it." (Result: A smaller, faster, but still brilliant AI).

The authors emphasize that STORM is a "plug-and-play" tool. You don't need to retrain the AI or teach it anything new; you just attach STORM to the existing system, and it instantly fixes the problem of breaking the AI's spatial logic.

In short: STORM saves the day by reminding the AI that in a picture, where a piece is located is just as important as what the piece is.

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 →