paper-with-me

Papers

Multi-Scale Implicit Transformer with Re-parameterize for Arbitrary-Scale Super-Resolution

2024-03-11 · Jinchen Zhu, Mingjian Zhang, Ling Zheng, Shizhuang Weng

Recently, the methods based on implicit neural representations have shown excellent capabilities for arbitrary-scale super-resolution (ASSR). Although these methods represent the features of an image by generating latent codes, these latent codes are difficult to adapt for different magnification factors of super-resolution, which seriously affects their performance. Addressing this, we design Multi-Scale Implicit Transformer (MSIT), consisting of an Multi-scale Neural Operator (MSNO) and Multi-Scale Self-Attention (MSSA). Among them, MSNO obtains multi-scale latent codes through feature enhancement, multi-scale characteristics extraction, and multi-scale characteristics merging. MSSA further enhances the multi-scale characteristics of latent codes, resulting in better performance. Furthermore, to improve the performance of network, we propose the Re-Interaction Module (RIM) combined with the cumulative training strategy to improve the diversity of learned information for the network. We have systematically introduced multi-scale characteristics for the first time in ASSR, extensive experiments are performed to validate the effectiveness of MSIT, and our method achieves state-of-the-art performance in arbitrary super-resolution tasks.

📄 PDF Abstract BibTeX arXiv:2403.06536

Code (0)

등록된 구현이 없습니다.

Tasks

DiversitySuper-Resolution

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Multi-Head Attention 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Cascaded Local Implicit Transformer for Arbitrary-Scale Super-Resolution

2023-03-29 · CVPR 2023 1 · Hao-Wei Chen, Yu-Syuan Xu, Min-Fong Hong, Yi-Min Tsai 외

Implicit neural representation has recently shown a promising ability in representing images with arbitrary resolutions. In this paper, we present a Local Implicit Transformer (LIT), which integrates the attention mechan…

Super-Resolution

Learning Continuous Representation of Audio for Arbitrary Scale Super Resolution

2021-10-30 · Jaechang Kim, Yunjoo Lee, Seunghoon Hong, Jungseul Ok

Audio super resolution aims to predict the missing high resolution components of the low resolution audio signals. While audio in nature is a continuous signal, current approaches treat it as discrete data (i.e., input i…

Audio Super-ResolutionSelf-Supervised LearningSuper-Resolution

Rethinking Multi-Contrast MRI Super-Resolution: Rectangle-Window Cross-Attention Transformer and Arbitrary-Scale Upsampling

2023-01-01 · ICCV 2023 1 · Guangyuan Li, Lei Zhao, Jiakai Sun, Zehua Lan 외

Recently, several methods have explored the potential of multi-contrast magnetic resonance imaging (MRI) super-resolution (SR) and obtain results superior to single-contrast SR methods. However, existing approaches s…

Super-Resolution

Local Implicit Wavelet Transformer for Arbitrary-Scale Super-Resolution

2024-11-10 · Minghong Duan, Linhao Qu, Shaolei Liu, Manning Wang

Implicit neural representations have recently demonstrated promising potential in arbitrary-scale Super-Resolution (SR) of images. Most existing methods predict the pixel in the SR image based on the queried coordinate a…

Super-Resolution

DeepCurrents: Learning Implicit Representations of Shapes with Boundaries

2021-11-17 · CVPR 2022 1 · David Palmer, Dmitriy Smirnov, Stephanie Wang, Albert Chern 외

Recent techniques have been successful in reconstructing surfaces as level sets of learned functions (such as signed distance fields) parameterized by deep neural networks. Many of these methods, however, learn only clos…