computer vision

CUST: Clustered Unit-level Similarity Transformer for Lightweight Image Super-Resolution

arXiv:2607.11088

summary

The paper introduces CUST, a lightweight Vision Transformer architecture for image super-resolution that combines global and local attention by clustering similar patches and using overlapping windows, achieving lower memory use and faster inference while maintaining high restoration quality.

Abstract

Recently, Vision Transformer (ViT)-based models have exhibited remarkable performance in image super-resolution. However, the quadratic computational complexity of ViTs with respect to spatial resolution severely constrains their efficiency, leading to high latency and massive memory consumption. To alleviate this, various window-based attention mechanisms have been proposed; yet, they inherently compromise the long-range dependency modeling that is the primary advantage of ViTs. To overcome these limitations, we propose the Clustered Unit-level Similarity Transformer (CUST), a novel architecture that efficiently integrates global and local information. Specifically, CUST enables each patch to aggregate and attend to similar patches within a broadened regional scope outside its local window, thereby capturing extensive contextual understanding. Furthermore, it employs overlapping attention windows to capture local dependencies, while explicitly extracting high-frequency details by computing the residual difference between the original features and their downsampled-upsampled counterparts. Comprehensive experiments demonstrate that our proposed model achieves a practical balance between computational efficiency and restoration performance. It achieves a lower memory footprint and faster inference speed compared to recent global context or lightweight models under realistic constraints. Code is available at [https://github.com/jwgdmkj/CUST].

15 pages, 7 figures

Topics & keywords

#image super-resolution#vision transformers#efficient attention#lightweight models#global-local contextclustered unit-level similarityoverlapping attention windowspatch aggregationhigh-frequency residual extractionquadratic complexity reduction
CUST: Clustered Unit-level Similarity Transformer for Lightweight Image Super-Resolution · wovepaper