WREN: Low Light Image Enhancement Using Retinex theory-based Double U-Net-like Structures

· Source: Computer Vision and Pattern Recognition · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Computer Vision · Depth: Expert, quick

Summary

WREN is a neural network designed for low light image enhancement (LLIE), leveraging Retinex theory to achieve robustness across diverse dynamic range scenes. Existing Retinex-based methods often struggle with unstable decomposition, leading to over-enhancement and sensitivity to varying lighting conditions. WREN addresses this with double U-Net-like structures, comprising two sub-networks. The first network, with one encoder and two decoders, decomposes an input image into reflectance and illumination maps. The second network, featuring a customized Transformer block, exclusively enhances the illumination map. This enhanced map is then recombined with the reflectance map. The network is trained end-to-end using a scale-invariant loss function, providing robustness against illumination scaling. Numerical results demonstrate WREN achieves "state-of-the-art" performance across multiple datasets.

Key takeaway

For Computer Vision Engineers developing low light image enhancement solutions, WREN offers a robust architectural blueprint. Its double U-Net-like structure, combined with a Transformer block for illumination map refinement, directly tackles the instability and dynamic range sensitivity common in Retinex-based methods. You should consider integrating similar decomposition and targeted enhancement strategies, alongside a scale-invariant loss, to improve your models' performance and stability across varied lighting conditions.

Key insights

WREN robustly enhances low-light images by using double U-Nets and a Transformer for stable Retinex decomposition and illumination refinement.

Principles

Method

WREN employs a first U-Net-like network for reflectance and illumination decomposition. A second U-Net-like network, with a Transformer block, then enhances only the illumination map, which is recombined. Training uses a scale-invariant loss.

In practice

Topics

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, Computer Vision Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Computer Vision and Pattern Recognition.