A Comprehensive Survey on Underwater Image Enhancement Based on Deep Learning

This paper provides a comprehensive survey on deep learning-based underwater image enhancement by systematically reviewing physical models, data construction, and evaluation metrics; categorizing recent algorithms across six key dimensions; conducting unbiased quantitative and qualitative comparisons of state-of-the-art methods; and outlining future research directions.

Xiaofeng Cong, Yu Zhao, Jie Gui, Junming Hou, Dacheng Tao

Published 2026-02-26
📖 5 min read🧠 Deep dive

Imagine you are trying to take a beautiful photo of a coral reef, but you are doing it through a thick, murky window that is covered in blue-green fog. The colors are washed out, the details are blurry, and the light is dim. This is exactly what happens when we take pictures underwater.

This paper is a comprehensive "user manual" and "state of the union" report for a field called Underwater Image Enhancement (UIE). The authors are essentially saying, "We have a lot of different tools to fix these blurry, blue photos, but nobody has ever organized them all into one clear guide. So, we did it."

Here is a breakdown of the paper using simple analogies:

1. The Problem: The "Blue Fog"

When light travels underwater, it gets eaten up by the water and the dirt in it.

  • The Red Light Dies First: Imagine a flashlight beam going underwater. The red, orange, and yellow parts of the light get absorbed quickly, leaving only the blue and green. That's why everything looks like it's wearing a blue filter.
  • The Fog: Particles in the water scatter the light, making the image look hazy, like looking through a dirty shower curtain.
  • The Darkness: Deep down, there is no sun, so it's pitch black without a flashlight.

2. The Old Way vs. The New Way

  • The Old Way (Non-Deep Learning): In the past, scientists tried to fix these photos using math formulas and physics rules. It was like trying to fix a broken watch with a hammer and a ruler. Sometimes it worked, but often the "rules" didn't fit the messy reality of the ocean.
  • The New Way (Deep Learning): Now, researchers use AI (Artificial Intelligence). Think of this as training a super-smart apprentice. You show the AI thousands of bad photos and the "correct" versions, and it learns to guess how to fix them on its own. This paper focuses entirely on these AI methods.

3. The "Six Ways" to Fix the Photo

The authors organized all the different AI methods into six categories, like sorting tools in a toolbox:

  • Network Architecture (The Blueprint): How is the AI built? Some are built like a standard factory line (Convolution), some use "spotlights" to focus on specific details (Attention), and some use a new type of brain called a "Transformer" (like the ones that power chatbots).
  • Learning Strategy (The Teacher): How does the AI learn?
    • Adversarial Learning: Imagine a forger trying to make fake money and a police officer trying to catch them. The AI tries to make the photo look real, and a "critic" AI tries to spot the fake. They fight until the photo is perfect.
    • Rank Learning: Instead of asking "Is this perfect?", the AI asks, "Is this photo better than that one?" It learns to rank them.
  • Learning Stage (The Process): Does the AI fix the photo in one big jump (Single Stage), or does it do a rough draft first and then polish it (Coarse-to-Fine)? Some even use a "Diffusion" process, which is like slowly turning a blurry sketch into a sharp painting by removing noise step-by-step.
  • Helping Hands (Assistance Tasks): Sometimes the AI gets help from other tasks. For example, if the AI also tries to guess how deep the water is (Depth) or what object is in the picture (Semantic Segmentation), it gets better at fixing the colors.
  • Domain Perspective (The Translator): Real underwater photos are hard to get. So, we often train AI on computer-generated photos. But computer photos look different from real ones. This section is about teaching the AI to translate "computer style" to "real ocean style" so it doesn't get confused.
  • Disentanglement & Fusion (The Separation): The AI tries to separate the "bad stuff" (the blue fog, the darkness) from the "good stuff" (the actual fish and coral). It strips away the fog and then fuses the clean image back together.

4. The Great Experiment (The Race)

The authors noticed that every researcher tested their AI on different computers with different settings, making it impossible to know who was actually the best.

  • The Solution: They took the top 17 AI algorithms and ran them all on the same test track, with the same rules.
  • The Result: It was a tight race!
    • For photos where they knew the "perfect" answer (like a test with a key), the UIE-DM (a diffusion-based model) won.
    • For real-world photos where there is no "perfect" answer, UGAN (a forger/cop model) did the best job at making things look natural.

5. What's Next? (The Future)

The paper ends by saying, "We are getting good, but we aren't there yet." Here are the problems they need to solve next:

  • Better Training Data: We need better ways to create fake underwater photos that look exactly like real ones, maybe using video game engines (like Unreal Engine) to simulate the ocean perfectly.
  • Does it Help Robots? We fix photos so robots can see better. But surprisingly, some studies show that making the photo too pretty might actually confuse the robot's object detector. We need to figure this out.
  • Chat with the AI: What if we could tell the AI, "Make the fish look redder" or "Brighten the left side"? Using text to guide the image fix is the next big thing.
  • Uneven Light: Most AI assumes the light is even. But underwater, a flashlight creates a bright spot and a dark shadow. The AI needs to learn to handle that uneven lighting.

Summary

This paper is a map for anyone wanting to navigate the world of underwater photo fixing. It tells us what tools exist, how they work, which ones are currently the fastest, and where the road is still under construction. It's a celebration of how far we've come, but a reminder that the ocean is still a very tricky place to see clearly.

Get papers like this in your inbox

Personalized daily or weekly digests matching your interests. Gists or technical summaries, in your language.

Try Digest →