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

Reconstructed Convolution Module Based Look-Up Tables for Efficient Image Super-Resolution

About

Look-up table(LUT)-based methods have shown the great efficacy in single image super-resolution (SR) task. However, previous methods ignore the essential reason of restricted receptive field (RF) size in LUT, which is caused by the interaction of space and channel features in vanilla convolution. They can only increase the RF at the cost of linearly increasing LUT size. To enlarge RF with contained LUT sizes, we propose a novel Reconstructed Convolution(RC) module, which decouples channel-wise and spatial calculation. It can be formulated as $n^2$ 1D LUTs to maintain $n\times n$ receptive field, which is obviously smaller than $n\times n$D LUT formulated before. The LUT generated by our RC module reaches less than 1/10000 storage compared with SR-LUT baseline. The proposed Reconstructed Convolution module based LUT method, termed as RCLUT, can enlarge the RF size by 9 times than the state-of-the-art LUT-based SR method and achieve superior performance on five popular benchmark dataset. Moreover, the efficient and robust RC module can be used as a plugin to improve other LUT-based SR methods. The code is available at https://github.com/liuguandu/RC-LUT.

Guandu Liu, Yukang Ding, Mading Li, Ming Sun, Xing Wen, Bin Wang• 2023

Related benchmarks

TaskDatasetResultRank
Image DenoisingSIDD (test)
PSNR33.88
97
Image DenoisingDND (test)
PSNR35.43
94
Gaussian color image denoisingMcMaster
CPSNR32.51
27
Gaussian color image denoisingUrban100
CPSNR30.33
27
Gaussian color image denoisingCBSD68
CPSNR30.68
27
Gaussian color image denoisingKodak24
CPSNR31.57
27
Color Image Denoising512x512 and 256x256 resolution color images
Runtime (ms) 256x25618
9
Showing 7 of 7 rows

Other info

Follow for update