Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

CascadedGaze: Efficiency in Global Context Extraction for Image Restoration

About

Image restoration tasks traditionally rely on convolutional neural networks. However, given the local nature of the convolutional operator, they struggle to capture global information. The promise of attention mechanisms in Transformers is to circumvent this problem, but it comes at the cost of intensive computational overhead. Many recent studies in image restoration have focused on solving the challenge of balancing performance and computational cost via Transformer variants. In this paper, we present CascadedGaze Network (CGNet), an encoder-decoder architecture that employs Global Context Extractor (GCE), a novel and efficient way to capture global information for image restoration. The GCE module leverages small kernels across convolutional layers to learn global dependencies, without requiring self-attention. Extensive experimental results show that our computationally efficient approach performs competitively to a range of state-of-the-art methods on synthetic image denoising and single image deblurring tasks, and pushes the performance boundary further on the real image denoising task.

Amirhosein Ghasemabadi, Muhammad Kamran Janjua, Mohammad Salameh, Chunhua Zhou, Fengyu Sun, Di Niu• 2024

Related benchmarks

TaskDatasetResultRank
Image DeblurringGoPro (test)
PSNR33.77
585
Image DenoisingSIDD (val)
PSNR40.39
105
Color Image DenoisingKodak24 (test)--
79
Single-image motion deblurringGoPro
PSNR33.77
44
Gaussian Image DenoisingMcMaster 2011 (test)
PSNR (sigma=50)30.22
20
Image RestorationCytoImageNet
PSNR24.59
10
Gaussian Image DenoisingCBSD68 2001 (test)
PSNR (sigma=15)34.41
6
Gaussian Image DenoisingUrban100 2015 (test)
PSNR (sigma=15)35.18
5
Showing 8 of 8 rows

Other info

Code

Follow for update