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

DnLUT: Ultra-Efficient Color Image Denoising via Channel-Aware Lookup Tables

About

While deep neural networks have revolutionized image denoising capabilities, their deployment on edge devices remains challenging due to substantial computational and memory requirements. To this end, we present DnLUT, an ultra-efficient lookup table-based framework that achieves high-quality color image denoising with minimal resource consumption. Our key innovation lies in two complementary components: a Pairwise Channel Mixer (PCM) that effectively captures inter-channel correlations and spatial dependencies in parallel, and a novel L-shaped convolution design that maximizes receptive field coverage while minimizing storage overhead. By converting these components into optimized lookup tables post-training, DnLUT achieves remarkable efficiency - requiring only 500KB storage and 0.1% energy consumption compared to its CNN contestant DnCNN, while delivering 20X faster inference. Extensive experiments demonstrate that DnLUT outperforms all existing LUT-based methods by over 1dB in PSNR, establishing a new state-of-the-art in resource-efficient color image denoising. The project is available at https://github.com/Stephen0808/DnLUT.

Sidi Yang, Binxiao Huang, Yulun Zhang, Dahai Yu, Yujiu Yang, Ngai Wong• 2025

Related benchmarks

TaskDatasetResultRank
Image DenoisingSIDD (test)
PSNR35.44
97
Image DenoisingDND (test)
PSNR36.67
94
Gaussian color image denoisingCBSD68
CPSNR32.41
27
Gaussian color image denoisingKodak24
CPSNR33.02
27
Gaussian color image denoisingUrban100
CPSNR32.12
27
Gaussian color image denoisingMcMaster
CPSNR32.88
27
Color Image Denoising512x512 and 256x256 resolution color images
Runtime (ms) 256x25623
9
Showing 7 of 7 rows

Other info

Code

Follow for update