WREN: Low Light Image Enhancement Using Retinex theory-based Double U-Net-like Structures
This paper introduces WREN, a robust low-light image enhancement network based on Retinex theory that utilizes a dual U-Net-like architecture to stably decompose images into reflectance and illumination maps, followed by a Transformer-enhanced illumination refinement and scale-invariant training to achieve state-of-the-art performance across diverse dynamic ranges.
Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer
Imagine trying to take a photo of a friend at a spooky, pitch-black party. You press the shutter, but the result is a grainy, muddy mess where faces are lost in shadows and colors look weird. This is the daily struggle of "low light image enhancement" (LLIE), a branch of computer vision dedicated to rescuing dark photos. To understand how computers try to fix this, we need to look at a concept called Retinex theory. Think of a picture not as a single solid object, but as a sandwich made of two distinct layers: the Reflectance (the true, permanent color and texture of the object, like the paint on a wall) and the Illumination (the temporary light hitting it, like a flashlight beam). In a dark room, the "light" layer is weak and noisy, while the "color" layer stays the same. The goal of LLIE is to boost that weak light layer without smearing or distorting the true colors underneath. If you get this wrong, you end up with photos that look either too dark, too grainy, or strangely washed out, which is a big problem for things like night-time security cameras or search-and-rescue missions.
Enter WREN, a new neural network designed by researchers Reina Kaneko, Junya Hara, Hiroshi Higashi, and Yuichi Tanaka to solve the messy problem of fixing dark photos. The team noticed that previous methods often tried to fix the whole picture at once, which led to "over-smoothing"—a fancy way of saying the photos looked like plastic dolls because the computer accidentally blurred the true colors while trying to clean up the noise. WREN takes a different, more disciplined approach by strictly following the rules of the Retinex sandwich. It uses a "double U-Net" structure, which sounds like a complex architectural plan but acts more like a two-step assembly line.
First, the network acts as a careful chef, separating the dark photo into its two layers: the Reflectance map (the true colors) and the Illumination map (the dim light). Here is the clever part: WREN decides to leave the Reflectance map completely alone. It trusts that the true colors are already there and shouldn't be touched. Then, it sends the dim Illumination map to a second, specialized worker. This second worker is a super-smart tool that uses a "Transformer block" (a type of AI that looks at the whole picture at once to understand context) and some special filters to clean up the noise and brighten the light. Because it only touches the light layer, it doesn't accidentally blur the true colors. Finally, it snaps the brightened light back onto the original colors to create a clear, natural-looking photo.
The researchers tested WREN on five different datasets, including LOLv1, SICE, LIEQ, NTIRE 2024, and MIT-Adobe FiveK, comparing it against six other popular methods like ReDDiT, Retinexformer, and LIME. The results were impressive: WREN achieved the best scores across the board, beating the competition by more than 1 dB in PSNR (a measure of image quality) and over 0.1 in LPIPS (a measure of how natural the image looks) compared to the runner-up, ReDDiT. While other methods often made the sky look too bright or turned dark shadows into noisy messes, WREN managed to brighten the dark spots while keeping the normal light areas looking natural. The authors suggest that this success comes from their strict adherence to the idea that the "true color" layer should never be touched, proving that sometimes, the best way to fix a problem is to know exactly what not to touch.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.