← Latest papers
💻 computer science

Real-Time Underwater Image Enhancement via Frequency-Guided Dual-Path Attention

This paper proposes a lightweight, real-time underwater image enhancement framework that integrates frequency-guided dual-path attention and reparameterizable convolutions with fixed DCT priors to achieve state-of-the-art performance with minimal computational cost and high inference speed.

Original authors: Leshen Zhang, Ao Li, Ce Zhu

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

Original authors: Leshen Zhang, Ao Li, Ce Zhu

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 photo underwater. It's like looking through a thick, greenish-blue fog. The light gets absorbed, colors get washed out, and the edges of things look blurry. This is a huge problem for robots or cameras that need to "see" clearly underwater to navigate or find things.

This paper introduces a new, super-fast computer program designed to clean up these blurry underwater photos. The authors call it a "Real-Time Underwater Image Enhancement" system. Think of it as a magical photo editor that works so fast it can run on a small robot's brain without slowing it down.

Here is how they did it, using simple analogies:

The Problem: The "Heavy" vs. The "Light"

Usually, to fix a blurry photo, you need a very heavy, complex computer brain (a large AI model). But these heavy brains are too slow and use too much power for small robots.
On the other hand, there are "ultra-lightweight" models that are fast and small, but they are like a person trying to fix a painting while wearing blindfolds. They only look at the picture's colors and shapes (the "spatial" view) but ignore the frequency (the hidden patterns of detail and color waves). Because underwater problems are all about how light waves get messed up, ignoring the "frequency" means the fix isn't perfect.

The Solution: A Two-Part Superpower

The authors built a tiny, fast model that learns to "see" both the picture and the hidden waves at the same time. They did this with two main tricks:

1. The "Pre-Loaded" Filter (MBRConv-DCT)
Imagine you are teaching a student to draw. Instead of letting them guess how to draw a straight line or a diagonal line, you give them a set of pre-drawn stencils (templates) that they can trace over.

  • How it works: The model has a special "training mode" where it uses fixed, pre-made mathematical patterns (called DCT kernels) that act like stencils for horizontal, vertical, and diagonal lines. These help the model understand the specific ways underwater images get blurry.
  • The Magic Trick: Once the student (the model) learns from these stencils, the stencils are removed! The model folds the knowledge of the stencils directly into its own brain. So, when it actually takes a photo (inference), it doesn't need the stencils anymore. It runs just as fast as a normal model, but it's already "smart" about those patterns.

2. The "Dual-Path" Detective (FGDPA)
Imagine a detective solving a crime. One detective looks at the physical evidence (the photo's colors and shapes), while a second detective looks at the "vibe" or the overall energy of the scene (the frequency).

  • How it works: This module has two paths.
    • Path A (Spatial): Looks at the picture normally to find important details.
    • Path B (Frequency): Takes a tiny, quick snapshot of the picture's "sound waves" (using a math tool called FFT) to see how the colors and edges are distributed globally. It's like listening to the hum of a room to know if a party is happening, rather than looking at every person.
  • The Result: These two detectives talk to each other. The "Frequency Detective" tells the "Spatial Detective," "Hey, the whole image is too green, let's fix that," or "The edges are too weak, let's sharpen them." This happens very quickly because the frequency check is done on a tiny, fixed-size grid, not the whole huge image.

The Results: Fast and Sharp

The authors tested their creation and found:

  • It's Tiny: The whole model is incredibly small (only about 4,200 "parameters," which is like having a very small vocabulary compared to other models that have millions).
  • It's Fast: It can process over 600 photos per second on a powerful computer, and over 100 photos per second on a small, embedded robot chip (like the Jetson AGX Orin).
  • It Works: When they compared it to other methods, their model produced clearer, more colorful, and sharper images than even much larger, heavier models. It fixed the "green fog" and restored the details better than the competition.

Summary

In short, the authors took a tiny, fast AI model and taught it to pay attention to the "hidden waves" of underwater images. They did this by giving it special training tools that disappear after learning, and by adding a quick "frequency check" that helps it fix colors and details. The result is a photo cleaner that is small enough for a robot to carry but smart enough to see clearly in the deep blue.

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 →