paper-with-me

홈 › Papers

High-Similarity-Pass Attention for Single Image Super-Resolution

2023-05-25 · Jian-Nan Su, Min Gan, Guang-Yong Chen, Wenzhong Guo, C. L. Philip Chen

Recent developments in the field of non-local attention (NLA) have led to a renewed interest in self-similarity-based single image super-resolution (SISR). Researchers usually used the NLA to explore non-local self-similarity (NSS) in SISR and achieve satisfactory reconstruction results. However, a surprising phenomenon that the reconstruction performance of the standard NLA is similar to the NLA with randomly selected regions stimulated our interest to revisit NLA. In this paper, we first analyzed the attention map of the standard NLA from different perspectives and discovered that the resulting probability distribution always has full support for every local feature, which implies a statistical waste of assigning values to irrelevant non-local features, especially for SISR which needs to model long-range dependence with a large number of redundant non-local features. Based on these findings, we introduced a concise yet effective soft thresholding operation to obtain high-similarity-pass attention (HSPA), which is beneficial for generating a more compact and interpretable distribution. Furthermore, we derived some key properties of the soft thresholding operation that enable training our HSPA in an end-to-end manner. The HSPA can be integrated into existing deep SISR models as an efficient general building block. In addition, to demonstrate the effectiveness of the HSPA, we constructed a deep high-similarity-pass attention network (HSPAN) by integrating a few HSPAs in a simple backbone. Extensive experimental results demonstrate that HSPAN outperforms state-of-the-art approaches on both quantitative and qualitative evaluations.

📄 PDF Abstract BibTeX arXiv:2305.15768

Code (0)

등록된 구현이 없습니다.

Tasks

Image Super-ResolutionSuper-Resolution

Similar Papers 제목 키워드 기반

Collision-Resistant Single-Pass Method for Unsupervised Fine-Grained Image Hashing

2026-05-18 · Anh-Kiet Duong, Petra Gomez-Krämer, Jean-Michel Carozza arxiv

Unsupervised fine-grained image hashing aims to learn compact binary codes that preserve subtle visual differences among highly similar instances without manual annotations. However, most existing methods neglect collisi…

BSNet: Bi-Similarity Network for Few-shot Fine-grained Image Classification

2020-11-29 · Xiaoxu Li, Jijie Wu, Zhuo Sun, Zhanyu Ma 외

Few-shot learning for fine-grained image classification has gained recent attention in computer vision. Among the approaches for few-shot learning, due to the simplicity and effectiveness, metric-based methods are favora…

Few-Shot LearningFine-Grained Image ClassificationGeneral Classificationimage-classification+1

RACE Attention: A Strictly Linear-Time Attention Layer for Training on Outrageously Large Contexts

2025-10-05 · Sahil Joshi, Agniva Chowdhury, Amar Kanakamedala, Ekam Singh 외 arxiv

Softmax Attention has a quadratic time complexity in sequence length, which becomes prohibitive to run at long contexts, even with highly optimized GPU kernels. For example, FlashAttention-2/3 (exact, GPU-optimized imple…

Image Classification

MaxSR: Image Super-Resolution Using Improved MaxViT

2023-07-14 · Bincheng Yang, Gangshan Wu

While transformer models have been demonstrated to be effective for natural language processing tasks and high-level vision tasks, only a few attempts have been made to use powerful transformer models for single image su…

Image Super-ResolutionSuper-Resolution

Unifying Convolution and Attention via Convolutional Nearest Neighbors

2025-11-18 · Mingi Kang, Jeová Farias Sales Rocha Neto arxiv

Convolutional Neural Networks and Vision Transformers are the two dominant architectural families in computer vision, defined by spatially local convolution and global self-attention respectively. Despite their apparent …