paper-with-me

Papers

MSRA-SR: Image Super-resolution Transformer with Multi-scale Shared Representation Acquisition

2023-01-01 · ICCV 2023 1 · Xiaoqiang Zhou, Huaibo Huang, Ran He, Zilei Wang, Jie Hu, Tieniu Tan

Multi-scale feature extraction is crucial for many computer vision tasks, but it is rarely explored in Transformer-based image super-resolution (SR) methods. In this paper, we propose an image super-resolution Transformer with Multi-scale Shared Representation Acquisition (MSRA-SR). We incorporate the multi-scale feature acquisition into two basic Transformer modules, i.e., self-attention and feed-forward network. In particular, self-attention with cross-scale matching and convolution filters with different kernel sizes are designed to exploit the multi-scale features in images. Both global and multi-scale local features are explicitly extracted in the network. Moreover, we introduce a representation sharing mechanism to improve the efficiency of the multi-scale design. Analysis on the attention map correlation indicates the representation redundancy in self-attention, which motivates us to design a shared self-attention across different Transformer layers. The exhaustive element-wise similarity matching is computed only once and then shared by later layers. Besides, the multi-scale convolution in different branches can be equivalently transformed into a single convolution with reparameterization trick. Extensive experiments on lightweight, classical and real-world image SR tasks verify the effectiveness and efficiency of the proposed method.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Image Super-ResolutionSuper-Resolution

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.

Similar Papers 제목 키워드 기반

MSRAMIE: Multimodal Structured Reasoning Agent for Multi-instruction Image Editing

2026-03-17 · Zhaoyuan Qiu, Ken Chen, Xiangwei Wang, Yu Xia 외 arxiv

Existing instruction-based image editing models perform well with simple, single-step instructions but degrade in realistic scenarios that involve multiple, lengthy, and interdependent directives. A main cause is the sca…

Instruction FollowingMultimodal ReasoningImage Editing

Hybrid Transformer and CNN Attention Network for Stereo Image Super-resolution

2023-05-09 · Ming Cheng, Haoyu Ma, Qiufang Ma, Xiaopeng Sun 외

Multi-stage strategies are frequently employed in image restoration tasks. While transformer-based methods have exhibited high efficiency in single-image super-resolution tasks, they have not yet shown significant advant…

Data AugmentationImage EnhancementImage RestorationImage Super-Resolution+2

Non-Local Deep Features for Salient Object Detection

2017-07-01 · CVPR 2017 7 · Zhiming Luo, Akshaya Mishra, Andrew Achkar, Justin Eichel 외

Saliency detection aims to highlight the most relevant objects in an image. Methods using conventional models struggle whenever salient objects are pictured on top of a cluttered background while deep neural nets suffer…

Objectobject-detectionObject DetectionRGB Salient Object Detection+3

A Lightweight Image Super-Resolution Transformer Trained on Low-Resolution Images Only

2025-03-30 · Björn Möller, Lucas Görnhardt, Tim Fingscheidt

Transformer architectures prominently lead single-image super-resolution (SISR) benchmarks, reconstructing high-resolution (HR) images from their low-resolution (LR) counterparts. Their strong representative power, howev…

Image Super-ResolutionSuper-Resolution

Multi-granularity Backprojection Transformer for Remote Sensing Image Super-Resolution

2023-10-19 · Jinglei Hao, Wukai Li, Binglu Wang, Shunzhou Wang 외

Backprojection networks have achieved promising super-resolution performance for nature images but not well be explored in the remote sensing image super-resolution (RSISR) field due to the high computation costs. In thi…

Image ReconstructionImage Super-ResolutionSuper-Resolution