The Collapse of Patches
Wei Guo, Shunqi Mao, Zhuonan Liang, Heng Wang, Weidong Cai
TL;DR
Many vision models assume uniform patch dependencies in masked image modeling. The authors propose patch collapse by learning a Collapse Masked Autoencoder (CoMAE) that yields a collapse order via a patch dependency graph and PageRank. They show that supervising autoregressive generation (CMAR) and Vision Transformers (CViT) with the collapse order improves generation quality and reduces computation, achieving accurate classification with as little as 22 percent of the image. The work demonstrates a new efficiency oriented perspective on image modeling and provides a foundation for efficient, scalable vision systems.
Abstract
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 .
