English

Scan Clusters, Not Pixels: A Cluster-Centric Paradigm for Efficient Ultra-high-definition Image Restoration

Computer Vision and Pattern Recognition 2026-03-26 v2

Abstract

Ultra-High-Definition (UHD) image restoration is trapped in a scalability crisis: existing models, bound to pixel-wise operations, demand unsustainable computation. While state space models (SSMs) like Mamba promise linear complexity, their pixel-serial scanning remains a fundamental bottleneck for the millions of pixels in UHD content. We ask: must we process every pixel to understand the image? This paper introduces C2^2SSM, a visual state space model that breaks this taboo by shifting from pixel-serial to cluster-serial scanning. Our core discovery is that the rich feature distribution of a UHD image can be distilled into a sparse set of semantic centroids via a neural-parameterized mixture model. C2^2SSM leverages this to reformulate global modeling into a novel dual-path process: it scans and reasons over a handful of cluster centers, then diffuses the global context back to all pixels through a principled similarity distribution, all while a lightweight modulator preserves fine details. This cluster-centric paradigm achieves a decisive leap in efficiency, slashing computational costs while establishing new state-of-the-art results across five UHD restoration tasks. More than a solution, C2^2SSM charts a new course for efficient large-scale vision: scan clusters, not pixels.

Keywords

Cite

@article{arxiv.2602.21917,
  title  = {Scan Clusters, Not Pixels: A Cluster-Centric Paradigm for Efficient Ultra-high-definition Image Restoration},
  author = {Chen Wu and Ling Wang and Zhuoran Zheng and Yuning Cui and Zhixiong Yang and Xiangyu Chen and Yue Zhang and Weidong Jiang and Jingyuan Xia},
  journal= {arXiv preprint arXiv:2602.21917},
  year   = {2026}
}

Comments

Aceepted by CVPR26

R2 v1 2026-07-01T10:52:02.440Z