paper-with-me

Papers

IRNeXt: Rethinking Convolutional Network Design for Image Restoration

2023-04-24 · ICML 2023 4 · Yuning Cui, Wenqi Ren, Sining Yang, Xiaochun Cao, Alois Knoll

We present IRNeXt, a simple yet effective convolutional network architecture for image restoration. Recently, Transformer models have dominated the field of image restoration due to the powerful ability of modeling long-range pixels interactions. In this paper, we excavate the potential of the convolutional neural network (CNN) and show that our CNN-based model can receive comparable or better performance than Transformer models with low computation overhead on several image restoration tasks. By re-examining the characteristics possessed by advanced image restoration algorithms, we discover several key factors leading to the performance improvement of restoration models. This motivates us to develop a novel network for image restoration based on cheap convolution operators. Comprehensive experiments demonstrate that IRNeXt delivers state-of-the-art performance among numerous datasets on a range of image restoration tasks with low computational complexity, including image dehazing, single-image defocus/motion deblurring, image deraining, and image desnowing.

📄 PDF Abstract BibTeX

Code (1)

c-yn/IRNeXt pytorch

Tasks

DeblurringImage DeblurringImage DehazingImage RestorationRain Removal

Methods 이 논문이 사용한 방법론

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

Similar Papers 제목 키워드 기반

Rethinking Satellite Image Restoration for Onboard AI: A Lightweight Learning-Based Approach

2026-04-14 · Adrien Dorise, Marjorie Bellizzi, Omar Hlimi arxiv

Satellite image restoration aims to improve image quality by compensating for degradations (e.g., noise and blur) introduced by the imaging system and acquisition conditions. As a fundamental preprocessing step, restorat…

Image RestorationObject Detection

Convolutional Nonlinear Dictionary with Cascaded Structure Filter Banks

2020-09-02 · Ruiki Kobayashi, Shogo Muramatsu

This study proposes a convolutional nonlinear dictionary (CNLD) for image restoration using cascaded filter banks. Generally, convolutional neural networks (CNN) demonstrate their practicality in image restoration applic…

Image Restoration

Rethinking Image Restoration for Object Detection

2022-11-01 · NIPS 2022 11 · Shangquan Sun, Wenqi Ren, Tao Wang, Xiaochun Cao

Although image restoration has achieved significant progress, its potential to assist object detectors in adverse imaging conditions lacks enough attention. It is reported that the existing image restoration methods cann…

Adversarial AttackDomain AdaptationImage DehazingImage Restoration+3

Self-supervised Hyperspectral Image Restoration using Separable Image Prior

2019-07-01 · Ryuji Imamura, Tatsuki Itasaka, Masahiro Okuda

Supervised learning with a convolutional neural network is recognized as a powerful means of image restoration. However, most such methods have been designed for application to grayscale and/or color images; therefore, t…

DenoisingImage RestorationSelf-Supervised Learning

Revitalizing Convolutional Network for Image Restoration

2024-06-25 · IEEE Transactions on Pattern Analysis and Machine Intelligence 2024 6 · Yuning Cui, Wenqi Ren, Xiaochun Cao, Alois Knoll

Image restoration aims to reconstruct a high-quality image from its corrupted version, playing essential roles in many scenarios. Recent years have witnessed a paradigm shift in image restoration from convolutional neura…

DeblurringImage DeblurringImage DehazingImage Restoration+2