CVNov 27, 2025

The Collapse of Patches

arXiv:2511.22281v1Has Code
Originality Incremental advance
AI Analysis

This work addresses vision efficiency for image processing tasks, offering incremental improvements to existing methods.

The paper tackles the problem of inefficient image modeling by introducing the concept of patch collapse, which identifies optimal patch dependencies to reduce uncertainty, and shows that using this order boosts autoregressive image generation and enables high accuracy in image classification with only 22% of patches.

Observing certain patches in an image reduces the uncertainty of others. Their realization lowers the distribution entropy of each remaining patch feature, analogous to collapsing a particle's wave function in quantum mechanics. This phenomenon can intuitively be called patch collapse. To identify which patches are most relied on during a target region's collapse, we learn an autoencoder that softly selects a subset of patches to reconstruct each target patch. Graphing these learned dependencies for each patch's PageRank score reveals the optimal patch order to realize an image. We show that respecting this order benefits various masked image modeling methods. First, autoregressive image generation can be boosted by retraining the state-of-the-art model MAR. Next, we introduce a new setup for image classification by exposing Vision Transformers only to high-rank patches in the collapse order. Seeing 22\% of such patches is sufficient to achieve high accuracy. With these experiments, we propose patch collapse as a novel image modeling perspective that promotes vision efficiency. Our project is available at https://github.com/wguo-ai/CoP .

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes