Unsupervised Low-light Image Enhancement with Lookup Tables and Diffusion Priors
Yunlong Lin, Zhenqi Fu, Kairun Wen, Tian Ye, Sixiang Chen, Ge Meng, Yingying Wang, Yue Huang, Xiaotong Tu, Xinghao Ding
TL;DR
The paper tackles the challenge of achieving high-quality low-light image enhancement in real time without requiring paired training data. It introduces DPLUT, a two-LUT framework comprising a light adjustment LUT (LLUT) for coarse, image-adaptive curve-based enhancement and a noise suppression LUT (NLUT) that leverages diffusion priors to suppress amplified noise. LLUT is trained with unsupervised losses to produce pixel-wise curve parameters, while NLUT is guided by a pretrained diffusion model to generate a pseudo-reference for noise mitigation. Extensive experiments on LOL, SICE-Part2, and LSRW demonstrate that DPLUT delivers state-of-the-art performance among unsupervised methods and competitive results with supervised approaches, while enabling real-time processing of 4K images. The approach promises practical impact for ISP pipelines and resource-constrained devices, with potential extensions to joint LUT optimization and broader vision tasks.
Abstract
Low-light image enhancement (LIE) aims at precisely and efficiently recovering an image degraded in poor illumination environments. Recent advanced LIE techniques are using deep neural networks, which require lots of low-normal light image pairs, network parameters, and computational resources. As a result, their practicality is limited. In this work, we devise a novel unsupervised LIE framework based on diffusion priors and lookup tables (DPLUT) to achieve efficient low-light image recovery. The proposed approach comprises two critical components: a light adjustment lookup table (LLUT) and a noise suppression lookup table (NLUT). LLUT is optimized with a set of unsupervised losses. It aims at predicting pixel-wise curve parameters for the dynamic range adjustment of a specific image. NLUT is designed to remove the amplified noise after the light brightens. As diffusion models are sensitive to noise, diffusion priors are introduced to achieve high-performance noise suppression. Extensive experiments demonstrate that our approach outperforms state-of-the-art methods in terms of visual quality and efficiency.
