BiEvLight: Bi-level Learning of Task-Aware Event Refinement for Low-Light Image Enhancement

BiEvLight is a bi-level learning framework that addresses the noise coupling challenge in low-light image enhancement by dynamically optimizing event denoising as a task-aware prior, thereby significantly improving enhancement quality on real-world noisy datasets.

Zishu Yao, Xiang-Xiang Su, Shengning Zhou, Guang-Yong Chen, Guodong Fan, Xing Chen

Published 2026-03-06
📖 4 min read☕ Coffee break read

Imagine you are trying to take a beautiful photo of a city street at night. You have two tools:

  1. A Standard Camera: It takes a picture, but because it's so dark, the photo is grainy, blurry, and full of "snow" (noise).
  2. An Event Camera: This is a special, futuristic sensor that doesn't take pictures. Instead, it acts like a super-fast motion detector. It only "speaks" when something moves or changes brightness. In the dark, it's supposed to be amazing because it doesn't get blurry. However, in the dark, this sensor gets confused. It starts "hallucinating" random sparks of light (noise) because it's trying too hard to see in the dark.

The Problem:
Previous methods tried to combine these two tools by simply gluing them together. They took the noisy event camera data and the grainy photo, mixed them, and hoped for the best.

  • The Flaw: If you clean the event camera data too much before mixing, you lose the important details (like the shape of a car). If you don't clean it enough, the "hallucinated" sparks ruin the final photo. It's a "Goldilocks" problem that nobody could solve perfectly because the two tools weren't talking to each other.

The Solution: BiEvLight
The authors of this paper created a new system called BiEvLight. Think of it not as two separate tools working side-by-side, but as a Master Chef and a Sous Chef working in a kitchen with a special feedback loop.

Here is how it works, using simple analogies:

1. The "Master Chef" (The Enhancement Task)

This is the main goal: making the final low-light photo look perfect. The Master Chef is looking at the blurry, dark photo and trying to sharpen it.

2. The "Sous Chef" (The Event Denoising Task)

This is the helper. Its job is to clean up the noisy data from the Event Camera so the Master Chef can use it.

3. The Secret Sauce: "Bilevel Learning" (The Feedback Loop)

In old systems, the Sous Chef cleaned the ingredients once and handed them over. If the Sous Chef cleaned too much, the Master Chef had nothing to work with. If they cleaned too little, the dish was ruined.

BiEvLight changes the rules:

  • The Conversation: The Master Chef tastes the dish (the enhanced image) and says, "Hey, Sous Chef, you cleaned the onions too much! I lost the texture. Please keep a little bit of the onion skin next time."
  • The Adjustment: The Sous Chef listens, adjusts their cleaning technique, and hands over a slightly different batch of ingredients.
  • The Loop: This happens constantly. The Master Chef guides the cleaning, and the cleaner provides better ingredients for the cooking. They learn together, in real-time, to find the perfect balance.

4. The "Flashlight" Strategy (Gradient-Guided Denoising)

How does the Sous Chef know what to keep and what to throw away?

  • Imagine the blurry photo has faint outlines of trees and cars (gradients).
  • The system uses these faint outlines as a Flashlight.
  • If the Event Camera sees a "spark" of noise that doesn't match the outline of a tree in the photo, the Flashlight says, "That's fake! Throw it away."
  • If the spark does match the outline, the Flashlight says, "Keep that! That's a real edge."
    This ensures that the noise is removed without erasing the important details.

The Result

By letting the "cooking" (enhancement) and the "cleaning" (denoising) talk to each other, BiEvLight produces results that are:

  • Sharper: You can see details in the dark that were previously invisible.
  • Cleaner: The "snow" and random sparks are gone.
  • More Natural: It doesn't look like a computer generated it; it looks like a real, high-quality photo.

In a nutshell: Instead of treating the noise removal and the image enhancement as two separate, static steps, BiEvLight makes them a dynamic team that constantly helps and corrects each other, resulting in the clearest possible night-vision photos.