paper-with-me

Papers

Restormer: Efficient Transformer for High-Resolution Image Restoration

2021-11-18 · CVPR 2022 1 · Syed Waqas Zamir, Aditya Arora, Salman Khan, Munawar Hayat, Fahad Shahbaz Khan, Ming-Hsuan Yang

Since convolutional neural networks (CNNs) perform well at learning generalizable image priors from large-scale data, these models have been extensively applied to image restoration and related tasks. Recently, another class of neural architectures, Transformers, have shown significant performance gains on natural language and high-level vision tasks. While the Transformer model mitigates the shortcomings of CNNs (i.e., limited receptive field and inadaptability to input content), its computational complexity grows quadratically with the spatial resolution, therefore making it infeasible to apply to most image restoration tasks involving high-resolution images. In this work, we propose an efficient Transformer model by making several key designs in the building blocks (multi-head attention and feed-forward network) such that it can capture long-range pixel interactions, while still remaining applicable to large images. Our model, named Restoration Transformer (Restormer), achieves state-of-the-art results on several image restoration tasks, including image deraining, single-image motion deblurring, defocus deblurring (single-image and dual-pixel data), and image denoising (Gaussian grayscale/color denoising, and real image denoising). The source code and pre-trained models are available at https://github.com/swz30/Restormer.

📄 PDF Abstract BibTeX arXiv:2111.09881

Code (13)

swz30/restormer 공식 구현 pytorch
GarrickZ2/Image-Denoising pytorch
HDCVLab/MC-Blur-Dataset pytorch
MKFMIKU/VIDM pytorch
gymoon10/Instance-Segmentation-with-SpatialEmbedding-CA pytorch
leftthomas/restormer pytorch
prakashSidd18/blind_augmentation pytorch
stephen0808/dnlut pytorch
swz30/CycleISP pytorch
swz30/MIRNet pytorch
swz30/MPRNet pytorch
swz30/mirnetv2 pytorch
txyugood/Restormer_Paddle paddle

Tasks

Color Image DenoisingDeblurringDenoisingGrayscale Image DenoisingImage DeblurringImage Defocus DeblurringImage DenoisingImage RestorationRain RemovalSingle Image DerainingSingle Image DesnowingSpectral ReconstructionVideo derainingVocal Bursts Intensity Prediction

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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…
Position-Wise Feed-Forward Layer 설명 없음
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…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Hyper-Restormer: A General Hyperspectral Image Restoration Transformer for Remote Sensing Imaging

2023-12-12 · Yo-Yu Lai, Chia-Hsiang Lin, Zi-Chao Leng

The deep learning model Transformer has achieved remarkable success in the hyperspectral image (HSI) restoration tasks by leveraging Spectral and Spatial Self-Attention (SA) mechanisms. However, applying these designs to…

DenoisingImage RestorationSuper-Resolution

Beware of Aliases -- Signal Preservation is Crucial for Robust Image Restoration

2024-06-11 · Shashank Agnihotri, Julia Grabinski, Janis Keuper, Margret Keuper

Image restoration networks are usually comprised of an encoder and a decoder, responsible for aggregating image content from noisy, distorted data and to restore clean, undistorted images, respectively. Data aggregation …

DecoderImage GenerationImage Restoration

On the unreasonable vulnerability of transformers for image restoration -- and an easy fix

2023-07-25 · Shashank Agnihotri, Kanchana Vaishnavi Gandikota, Julia Grabinski, Paramanand Chandramouli 외

Following their success in visual recognition tasks, Vision Transformers(ViTs) are being increasingly employed for image restoration. As a few recent works claim that ViTs for image classification also have better robust…

Adversarial AttackAdversarial RobustnessDeblurringimage-classification+3

Edge-Efficient Image Restoration: Transformer Distillation into State-Space Models

2026-05-04 · Srinivas Soumitri Miriyala, Sowmya Vajrala, Sravanth Kodavanti, Vikram Nelvoy Rajendiran 외 arxiv

We propose a modular framework for hybrid image restoration that integrates transformer and state-space model (SSM) blocks with a focus on improving runtime efficiency on edge hardware. While transformers provide strong …

Image Restoration

Empowering Image Recovery_ A Multi-Attention Approach

2024-04-06 · Juan Wen, Yawei Li, Chao Zhang, Weiyan Hou 외

We propose Diverse Restormer (DART), a novel image restoration method that effectively integrates information from various sources (long sequences, local and global regions, feature dimensions, and positional dimensions)…

Image Restoration