paper-with-me

홈 › Papers

Correlation Matching Transformation Transformers for UHD Image Restoration

2024-06-02 · Cong Wang, Jinshan Pan, Wei Wang, Gang Fu, Siyuan Liang, Mengzhu Wang, Xiao-Ming Wu, Jun Liu

This paper proposes UHDformer, a general Transformer for Ultra-High-Definition (UHD) image restoration. UHDformer contains two learning spaces: (a) learning in high-resolution space and (b) learning in low-resolution space. The former learns multi-level high-resolution features and fuses low-high features and reconstructs the residual images, while the latter explores more representative features learning from the high-resolution ones to facilitate better restoration. To better improve feature representation in low-resolution space, we propose to build feature transformation from the high-resolution space to the low-resolution one. To that end, we propose two new modules: Dual-path Correlation Matching Transformation module (DualCMT) and Adaptive Channel Modulator (ACM). The DualCMT selects top C/r (r is greater or equal to 1 which controls the squeezing level) correlation channels from the max-pooling/mean-pooling high-resolution features to replace low-resolution ones in Transformers, which can effectively squeeze useless content to improve the feature representation in low-resolution space to facilitate better recovery. The ACM is exploited to adaptively modulate multi-level high-resolution features, enabling to provide more useful features to low-resolution space for better learning. Experimental results show that our UHDformer reduces about ninety-seven percent model sizes compared with most state-of-the-art methods while significantly improving performance under different training sets on 3 UHD image restoration tasks, including low-light image enhancement, image dehazing, and image deblurring. The source codes will be made available at https://github.com/supersupercong/UHDformer.

📄 PDF Abstract BibTeX arXiv:2406.00629

Code (1)

supersupercong/uhdformer 공식 구현 pytorch

Tasks

DeblurringImage DeblurringImage DehazingImage EnhancementImage RestorationLow-Light Image Enhancement

Methods 이 논문이 사용한 방법론

Attention 설명 없음
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$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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…
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…
Adam 설명 없음
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Rethinking LayerNorm in Image Restoration Transformers

2025-04-09 · MinKyu Lee, Sangeek Hyun, Woojin Jun, Hyunjun Kim 외

This work investigates abnormal feature behaviors observed in image restoration (IR) Transformers. Specifically, we identify two critical issues: feature entropy becoming excessively small and feature magnitudes divergin…

Image Restoration

Linearized Coupling Flow with Shortcut Constraints for One-Step Face Restoration

2026-03-04 · Xiaohui Sun, Hanlin Wu arxiv

Face restoration can be formulated as a continuous-time transformation between image distributions via Flow Matching (FM). However, standard FM typically employs independent coupling, ignoring the statistical correlation…

Computational Efficiency

Reversing Flow for Image Restoration

2025-06-20 · CVPR 2025 1 · Haina Qin, Wenyang Luo, Libin Wang, Dandan Zheng 외

Image restoration aims to recover high-quality (HQ) images from degraded low-quality (LQ) ones by reversing the effects of degradation. Existing generative models for image restoration, including diffusion and score-base…

Image Restoration

iiTransformer: A Unified Approach to Exploiting Local and Non-Local Information for Image Restoration

2022-11-21 · BMVC 2022 11 · Soo Min Kang, Youngchan Song, Hanul Shin, Tammy Lee

The goal of image restoration is to recover a high-quality image from its degraded input. While impressive results on various image restoration tasks have been achieved using CNNs, the convolution operation has limited i…

Color Image DenoisingImage RestorationJpeg Compression Artifact Reduction

High-dimensional Assisted Generative Model for Color Image Restoration

2021-08-14 · Kai Hong, CHUNHUA WU, Cailian Yang, Minghui Zhang 외

This work presents an unsupervised deep learning scheme that exploiting high-dimensional assisted score-based generative model for color image restoration tasks. Considering that the sample number and internal dimension …

DemosaickingDenoisingDiversityImage Restoration+1