← Latest papers
💻 computer science

Underwater360: Reconstructing Underwater Scenes from Panoramic Images with Omnidirectional Gaussian Splatting

The paper proposes Underwater360, a physics-informed omnidirectional 3D Gaussian Splatting framework that reconstructs underwater panoramic scenes by performing ray casting in spherical space and decoupling intrinsic radiance from medium effects to achieve superior rendering quality and appearance restoration.

Original authors: Jiangbei Hu, Weichao Song, Shibo Yu, Mohan Wang, Zihan Yi, Rui Wu, Mingkang Xiang, Na Lei, Shengfa Wang, Zhongxuan Luo, Ying He

Published 2026-05-27
📖 4 min read☕ Coffee break read

Original authors: Jiangbei Hu, Weichao Song, Shibo Yu, Mohan Wang, Zihan Yi, Rui Wu, Mingkang Xiang, Na Lei, Shengfa Wang, Zhongxuan Luo, Ying He

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 trying to take a perfect, 360-degree photo of a shipwreck deep underwater. It's a nightmare for two main reasons:

  1. The "Fishbowl" Distortion: If you use a standard camera, you have to take hundreds of overlapping photos to cover the whole scene, and stitching them together underwater is like trying to assemble a puzzle where the pieces keep changing shape.
  2. The "Murky Soup" Effect: Water isn't clear air. It's like looking through a thick, green fog. The water absorbs light (making things look blue or green) and scatters light (creating a hazy glow), which hides the true colors and shapes of the objects.

The paper "Underwater360" proposes a new way to solve this. Think of it as building a virtual, crystal-clear 3D model of an underwater world, even though the photos you fed it were blurry and distorted.

Here is how they did it, using some simple analogies:

1. The "Spherical Balloon" Instead of a Flat Map

Standard 3D computer graphics usually try to flatten a 3D scene onto a 2D screen, like projecting a globe onto a flat map. This causes the edges to stretch and warp (like how Greenland looks huge on a flat map).

  • The Paper's Fix: Instead of flattening the world, the authors built their system to work inside a giant, transparent balloon. They cast "rays" (like laser beams) directly from the center of the balloon out to the surface. This avoids the stretching and warping that happens when you try to force a 360-degree view into a flat picture. It's the difference between trying to wrap a gift with a flat sheet of paper (wrinkles everywhere) versus using a pre-molded balloon that fits the shape perfectly.

2. The "Magic Filter" (Separating the Soup from the Object)

When you look at a red fish underwater, it doesn't look red; it looks muddy brown because the water has eaten the red light and added a gray haze.

  • The Paper's Fix: They created a smart "digital filter" that acts like a chef separating ingredients.
    • The Chef's Goal: Figure out what the fish actually looks like (the intrinsic color) versus how the water changed it (the attenuation and backscatter).
    • How it works: The system learns to guess two things simultaneously:
      1. The "Clean" Image: What the scene would look like if the water were clear.
      2. The "Water" Image: How much the water blocked the light and how much "fog" (backscatter) was added.
    • By separating these two, the computer can mathematically "undo" the water's effect, revealing the true colors and sharp details of the underwater scene.

3. The "Smart Paint Sprayers" (Gaussian Splatting)

To build the 3D model, the system uses thousands of tiny, fuzzy 3D "paint splatters" (called Gaussians) instead of rigid 3D blocks.

  • The Analogy: Imagine trying to recreate a cloud. You could use hard plastic cubes, but it would look blocky. Instead, you use thousands of soft, glowing mist puffs that overlap. The computer figures out exactly where to place these puffs and how transparent they should be to match the photos.
  • The Innovation: Usually, these "puffs" are designed for clear air. Underwater, the author's system teaches these puffs to also carry a "water map" attached to them. This allows the system to know, "This puff is 5 meters away, so the water has made it look 20% darker and 10% hazier."

The Result: A New "Underwater Map"

The authors didn't just build the tool; they also built the training ground.

  • They created a new dataset called OmniUW (synthetic scenes made in a video game engine) and Insta360 (real photos taken in a swimming pool).
  • They tested their method against other top AI models. The results showed that their "Balloon + Magic Filter" approach created much sharper, more accurate 3D models of underwater scenes than previous methods, which often left things blurry or the wrong color.

In short: Underwater360 is a new recipe for 3D reconstruction that uses a spherical camera view to avoid distortion and a smart mathematical filter to "peel away" the murky water, revealing the clear, colorful world hidden underneath.

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 →