← Latest papers
💻 computer science

NTIRE 2026 Challenge on Efficient Low Light Image Enhancement: Methods and Results

This paper presents a comprehensive review of the NTIRE 2026 Efficient Low Light Image Enhancement Challenge, detailing the participation statistics, proposed lightweight solutions, and systematic evaluation results that demonstrate significant advancements in balancing image quality with computational efficiency for mobile deployment.

Original authors: Jiebin Yan, Chenyu Tu, Weixia Zhang, Zhihua Wang, Peibei Cao, Qinghua Lin, Yuming Fang, Xiaoning Liu, Zongwei Wu, Zhuyun Zhou, Radu Timofte

Published 2026-05-05
📖 5 min read🧠 Deep dive

Original authors: Jiebin Yan, Chenyu Tu, Weixia Zhang, Zhihua Wang, Peibei Cao, Qinghua Lin, Yuming Fang, Xiaoning Liu, Zongwei Wu, Zhuyun Zhou, Radu Timofte

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

The Big Picture: A "Speed vs. Quality" Cooking Contest

Imagine a high-stakes cooking competition where the goal is to take a plate of food that looks like it was served in a pitch-black basement (dark, blurry, and full of noise) and make it look delicious and clear.

However, there's a catch: You can't use a massive industrial kitchen. You only have a tiny, portable camping stove and a backpack full of ingredients. You need to create a gourmet meal, but you have to do it quickly and with very limited space.

This paper is the official report on the NTIRE 2026 Challenge, a competition where computer scientists (the "chefs") tried to build the best "Low-Light Image Enhancement" software that fits on a smartphone.

The Problem: Why Do Dark Photos Look Bad?

When you take a photo in the dark, your phone's camera struggles. It tries to brighten the image, but often ends up making it grainy, weirdly colored, or blurry. It's like trying to clean a muddy window by just turning on a flashlight; you can see better, but the mud (noise) is still there, and the colors might look washed out.

For years, computers have gotten really good at fixing these photos, but the "recipes" (algorithms) they use are huge. They require super-computers to run, which is great for a lab but impossible for your pocket-sized phone.

The Challenge: The "1 MB" Rule

The organizers of this challenge set a strict rule: The entire software program must be smaller than 1 Megabyte.

To put that in perspective, a single high-quality photo is often 5 to 10 MB. The entire "brain" of the software fixing the photo has to be smaller than a tiny thumbnail image. This forces the participants to be incredibly creative and efficient.

The Contestants and Their Strategies

There were 207 people who signed up, but only 17 teams made it to the final round with a working, tiny program. They all used different "cooking techniques" to solve the problem:

  • The "Retinex" Chefs (e.g., Team MiVideo): These teams used a classic theory called Retinex, which treats an image like a painting made of two layers: the light hitting it and the object itself. They tried to separate the light from the object, clean up the object, and then put them back together. They used a "skeleton" version of a famous heavy-duty network to keep it small.
  • The "Color Space" Chefs (e.g., Team NCHU-CVLab): Instead of looking at the photo as Red, Green, and Blue (RGB), some teams changed the "language" the computer speaks. They switched to a special color language (HVI) where brightness and color are kept in separate buckets. This makes it easier to fix the brightness without accidentally turning a red shirt blue.
  • The "Pre-Processing" Chefs (e.g., Team S3): These teams said, "Let's do a little bit of simple math before the computer starts its heavy lifting." They used old-school, fast tricks to brighten the image slightly first, so the main AI didn't have to work as hard.
  • The "Attention" Chefs (e.g., Team CVPR TCD): These teams built a system that acts like a spotlight. The computer looks at the dark parts of the photo and says, "Hey, I need to focus my energy here," while ignoring the parts that are already okay.

The Results: Who Won?

The judges didn't just look at how pretty the photos were. They used a panel of "critics" (metrics like SSIM, LPIPS, LIQE, etc.) to grade the photos on:

  1. Structure: Did the edges of buildings stay sharp?
  2. Texture: Did the skin look natural, or like plastic?
  3. Color: Did the sunset look like a sunset, or like a radioactive green?
  4. Size: Did the team actually stick to the 1 MB limit?

The Winner:
The team MiVideo took first place. Their secret sauce was a refined version of a network called "RetinexFormer." They managed to squeeze in special "attention" modules that let the computer focus on the most important details without bloating the file size. They proved you can have a high-quality meal even with a tiny camping stove.

The Runner-Up:
CVPR TCD came in second. They used a clever trick involving "grayscale" (black and white) guides to help the color network understand the shape of the objects, ensuring the structure stayed solid while the colors were fixed.

The Takeaway

This paper isn't just a list of numbers; it's a proof of concept. It shows that we don't need massive supercomputers to fix dark photos anymore. By being smart about how we design these tiny programs, we can make our smartphones take amazing night-time photos without draining the battery or slowing down the phone.

The paper concludes that the future of mobile photography lies in efficiency: doing more with less, ensuring that the "magic" of AI can fit right in your pocket.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →