paper-with-me

Papers

DRCT: Saving Image Super-resolution away from Information Bottleneck

2024-03-31 · Chih-Chung Hsu, Chia-Ming Lee, Yi-Shiuan Chou

In recent years, Vision Transformer-based approaches for low-level vision tasks have achieved widespread success. Unlike CNN-based models, Transformers are more adept at capturing long-range dependencies, enabling the reconstruction of images utilizing non-local information. In the domain of super-resolution, Swin-transformer-based models have become mainstream due to their capability of global spatial information modeling and their shifting-window attention mechanism that facilitates the interchange of information between different windows. Many researchers have enhanced model performance by expanding the receptive fields or designing meticulous networks, yielding commendable results. However, we observed that it is a general phenomenon for the feature map intensity to be abruptly suppressed to small values towards the network's end. This implies an information bottleneck and a diminishment of spatial information, implicitly limiting the model's potential. To address this, we propose the Dense-residual-connected Transformer (DRCT), aimed at mitigating the loss of spatial information and stabilizing the information flow through dense-residual connections between layers, thereby unleashing the model's potential and saving the model away from information bottleneck. Experiment results indicate that our approach surpasses state-of-the-art methods on benchmark datasets and performs commendably at the NTIRE-2024 Image Super-Resolution (x4) Challenge. Our source code is available at https://github.com/ming053l/DRCT

📄 PDF Abstract BibTeX arXiv:2404.00722

Code (1)

ming053l/drct 공식 구현 pytorch

Tasks

Image Super-ResolutionSuper-Resolution

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Multi-Head Attention 설명 없음
Adam 설명 없음
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…
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 제목 키워드 기반

MUJICA: Reforming SISR Models for PBR Material Super-Resolution via Cross-Map Attention

2025-08-13 · Xin Du, Maoyuan Xu, Zhi Ying arxiv

Physically Based Rendering (PBR) materials are typically characterized by multiple 2D texture maps such as basecolor, normal, metallic, and roughness which encode spatially-varying bi-directional reflectance distribution…

Image Super-Resolution

Domain Transfer in Latent Space (DTLS) Wins on Image Super-Resolution -- a Non-Denoising Model

2023-11-04 · Chun-Chuen Hui, Wan-Chi Siu, Ngai-Fong Law

Large scale image super-resolution is a challenging computer vision task, since vast information is missing in a highly degraded image, say for example forscale x16 super-resolution. Diffusion models are used successfull…

DenoisingImage Super-ResolutionSuper-Resolution

Deep 3D World Models for Multi-Image Super-Resolution Beyond Optical Flow

2024-01-30 · Luca Savant Aira, Diego Valsesia, Andrea Bordone Molini, Giulia Fracastoro 외

Multi-image super-resolution (MISR) allows to increase the spatial resolution of a low-resolution (LR) acquisition by combining multiple images carrying complementary information in the form of sub-pixel offsets in the s…

Image RegistrationImage Super-ResolutionOptical Flow EstimationSuper-Resolution

Model-Driven Channel Estimation for OFDM Systems Based on Image Super- Resolution Network

2020-10-23 · 23-25 Octorber 2020 10 · Xin Ru, Li Wei, and Youyun Xu*

Reliable channel estimation is a crucial task for orthogonal frequency division multiplexing (OFDM) systems to achieve high data rate. In this paper, a deep learning-based channel estimation method that combined with …

Image Super-ResolutionSuper-Resolutionvalid

PatchDropout: Economizing Vision Transformers Using Patch Dropout

2022-08-10 · Yue Liu, Christos Matsoukas, Fredrik Strand, Hossein Azizpour 외

Vision transformers have demonstrated the potential to outperform CNNs in a variety of vision tasks. But the computational and memory requirements of these models prohibit their use in many applications, especially those…

image-classificationImage ClassificationMedical Image Classification