← Latest papers
💻 computer science

NTIRE 2026 The 3rd Restore Any Image Model (RAIM) Challenge: Multi-Exposure Image Fusion in Dynamic Scenes (Track 2)

This paper introduces the NTIRE 2026 3rd Restore Any Image Model (RAIM) Challenge, which established a benchmark for multi-exposure image fusion in dynamic scenes to address artifacts like ghosting and misalignment, attracting 114 teams and 987 submissions to advance HDR imaging capabilities.

Original authors: Lishen Qu, Yao Liu, Jie Liang, Hui Zeng, Wen Dai, Guanyi Qin, Ya-nan Guan, Shihao Zhou, Jufeng Yang, Lei Zhang, Radu Timofte, Xiyuan Yuan, Wanjie Sun, Shihang Li, Bo Zhang, Bin Chen, Jiannan Lin, Yuxu
Published 2026-04-13
📖 5 min read🧠 Deep dive

Original authors: Lishen Qu, Yao Liu, Jie Liang, Hui Zeng, Wen Dai, Guanyi Qin, Ya-nan Guan, Shihao Zhou, Jufeng Yang, Lei Zhang, Radu Timofte, Xiyuan Yuan, Wanjie Sun, Shihang Li, Bo Zhang, Bin Chen, Jiannan Lin, Yuxu Chen, Qinquan Gao, Tong Tong, Song Gao, Jiacong Tang, Tao Hu, Xiaowen Ma, Qingsen Yan, Sunhan Xu, Juan Wang, Xinyu Sun, Lei Qi, He Xu, Jiachen Tu, Guoyi Xu, Yaoxin Jiang, Jiajia Liu, Yaokun Shi

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 you are trying to take a perfect photo of a busy street scene at sunset. You have a camera that can't capture everything in one go: the bright sky is too white (blown out), and the dark alleyways are too black (crushed).

To solve this, you take three or five photos in rapid succession:

  1. One photo is super bright (to see the shadows).
  2. One is super dark (to see the sky).
  3. One is in the middle.

The Problem: The world isn't a painting; it's alive. While you were snapping these photos, a car drove by, a person walked past, or your hand shook slightly. If you just stack these photos on top of each other, you get a messy "ghost" image where the person looks like they have three arms, or the car is smeared across the street.

The Challenge (NTIRE 2026 RAIM Track 2):
This paper describes a high-stakes competition where 114 teams of AI researchers tried to build the ultimate "digital photo editor." Their goal? To take those messy, misaligned, multi-exposure photos and fuse them into one perfect, crystal-clear image that looks like it was taken with a super-camera, even though the scene was moving and shaking.

Here is how the competition worked, explained through simple analogies:

1. The Training Ground (The Dataset)

The organizers didn't just give the teams a few easy pictures. They created a gym for AI.

  • The Workout: They provided 100 "training sequences" (like practice drills) where the AI had to learn to handle moving cars, flickering lights, and shaky hands.
  • The Exam: Then, they gave them 100 "test sequences" with fewer photos to work with (5 instead of 7), making the job harder. It's like asking a chef to make a gourmet meal with fewer ingredients than they practiced with.

2. The Rules of the Game (Evaluation)

How do you judge if the AI did a good job?

  • The Scorecard: They used a mix of math and human feeling.
    • PSNR/SSIM: These are like a "pixel-perfect" ruler. They check if the AI's image matches the "perfect" answer exactly.
    • LPIPS: This is the "human eye" test. It checks if the image looks natural or if it looks weird and plastic.
  • The Final Verdict: The winner wasn't just the one with the highest math score; they also had to prove their code actually worked and wasn't cheating.

3. The Winning Strategies (The Teams)

Think of the teams as different types of chefs trying to solve the same recipe problem. Here are a few of the top contenders and their "secret sauces":

  • WHU-VIP (The Smart Editor):

    • The Analogy: Imagine a photo editor who decides, "I don't need all 7 photos; the middle one plus the two brightest/darkest ones are enough."
    • The Trick: They built a system that ignores the "noisy" parts of the photos. If a car moved and created a ghost, their AI has a "reliability gate" that says, "Ignore that pixel, it's a ghost," and fills it in with the correct detail from another photo. They also used a "curriculum learning" strategy, teaching the AI easy scenes first, then harder ones, just like a teacher.
  • SHL (The Big Picture Guide):

    • The Analogy: Imagine trying to paint a tiny detail on a map while blindfolded. SHL gave the AI a "bird's-eye view" of the whole scene (a downsampled version) to help it understand the context.
    • The Trick: They added a "Neighboring Pixel Relationship" loss. Think of this as a strict rule: "If the edge of a building is straight in the input, it must stay straight in the output." This prevented the AI from blurring edges.
  • nunucccb (The Transformer Detective):

    • The Analogy: This team used a "Vision Transformer," which is like a detective that looks at the whole picture at once to understand relationships, rather than just looking at one small square at a time.
    • The Trick: They used a "Spatial Attention" mechanism. It's like having a spotlight that shines only on the parts of the image that are moving, telling the AI, "Pay extra attention here to fix the misalignment."
  • I2 Group & Transsion (The Wavelet Weaver):

    • The Analogy: Imagine taking a photo and separating it into "structure" (the shape of things) and "texture" (the fine details like hair or brick).
    • The Trick: They used a mathematical tool called a "Wavelet Transform" to split the photos. They fixed the "structure" in one branch and the "texture" in another, then stitched them back together. This prevented the "ghosting" that usually happens when you try to fix both at once.

4. The Result

The winner, WHU-VIP, didn't just get the highest math score; they found the perfect balance. They removed the "ghosts" (the blurry double-images of moving people) better than anyone else while keeping the fine details sharp.

Why does this matter?
This isn't just about winning a contest. This technology is what makes your smartphone camera work. When you take a photo in low light or of a moving pet, your phone is secretly doing this exact "multi-exposure fusion" magic to give you a clear, bright, and sharp picture. This challenge helps engineers build better cameras for the future.

In short: 114 teams taught AI how to be a master photo editor, learning to fix shaky, moving, and poorly lit photos into one perfect shot. The winner proved that the best AI doesn't just crunch numbers; it understands the "story" of the image.

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 →