← Latest papers
💻 computer science

P2GS: Physical Prior-guided Gaussian Splatting for Photometrically Consistent Urban Reconstruction

This paper introduces P2GS, a physically prior-guided Gaussian Splatting framework that achieves photometrically consistent urban reconstruction by jointly decomposing view-invariant HDR radiance, per-view exposure, and tone mapping from LDR images, thereby overcoming illumination inconsistencies in autonomous driving scenarios.

Original authors: Kota Shimomura, Hidehisa Arai, Tsubasa Takahashi, Takayoshi Yamashita, Hironobu Fujiyoshi

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

Original authors: Kota Shimomura, Hidehisa Arai, Tsubasa Takahashi, Takayoshi Yamashita, Hironobu Fujiyoshi

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 build a perfect, 3D digital twin of a busy city street using hundreds of photos taken by different cars. The goal is to make this digital world look so real that a self-driving car can "drive" through it to learn how to navigate.

Recently, a technology called 3D Gaussian Splatting became the star player for this job. Think of it like a magical paintbrush that can instantly turn a pile of 2D photos into a shiny, high-speed 3D model. However, this magical brush had a major flaw: it was photometrically fragile.

The Problem: The "Bad Photo Album" Effect

Imagine you take photos of the same street corner at noon, then again at sunset, and then again with a camera that has a broken brightness sensor. If you try to stitch these photos together into a single 3D model without fixing the brightness first, the result is a mess. One side of the street might look like it's in a dark cave, while the other looks like it's on fire.

In the real world, self-driving cars use cameras from different manufacturers. Some are too bright, some are too dark, and the sun changes position constantly. Standard 3D Gaussian Splatting tries to force all these different photos to fit together by "baking" the brightness errors directly into the 3D model. This creates a digital world that looks glitchy, with weird color shifts and seams where the lighting doesn't match.

The Solution: P2GS (The "Universal Translator")

The authors of this paper, Kota Shimomura and his team, created a new method called P2GS (Physical Prior-guided Gaussian Splatting).

Think of P2GS as a smart translator that understands the physics of light. Instead of just trying to match the colors in the photos, it asks three questions for every single photo:

  1. What is the true color of the object? (The "Radiance")
  2. How bright was the camera set? (The "Exposure")
  3. How does this specific camera process the image? (The "Tone Mapping")

The Secret Sauce: The "Invariant Radiance" Principle

The core idea behind P2GS is something they call the Principle of Invariant Radiance.

Imagine you are looking at a red apple.

  • If you look at it through a dark window, it looks dark red.
  • If you look at it through a bright window, it looks bright red.
  • But the apple itself hasn't changed.

Standard 3DGS gets confused and thinks the apple is dark red in one photo and bright red in another, so it tries to make the 3D apple two different colors at once. P2GS, however, realizes: "Wait, the apple is always the same red. The only thing changing is the window (the camera exposure)."

By separating the true object from the camera settings, P2GS can build a 3D model that is "exposure-invariant." This means the digital street looks consistent and correct, no matter which camera took the photo or how bright the sun was.

How It Works (The "Kitchen" Analogy)

  1. The Ingredients (Linear HDR): Instead of cooking with pre-seasoned, processed food (the final LDR photos), P2GS starts with raw, unprocessed ingredients (Linear HDR radiance). This is the "true" light of the scene before any camera tweaks it.
  2. The Chef's Tools (Exposure & Tone): The method learns a separate set of tools for each camera. It figures out, "Camera A adds too much salt (brightness)," and "Camera B adds too much pepper (contrast)."
  3. The Recipe (Optimization): It mixes the raw ingredients with the specific tools for each camera to recreate the final photo. Because it knows exactly how much salt and pepper each camera used, it can strip those away to reveal the pure, consistent flavor of the scene.

The Results

When the team tested this on real driving data (from the Waymo dataset) and simulated data (from CARLA):

  • No More Seams: The digital streets no longer have dark patches or weird color shifts where different camera views meet.
  • Stable Lighting: You can change the "exposure" of the final 3D model (make it brighter or darker) without breaking the image, something standard 3DGS cannot do.
  • Better Simulation: For self-driving cars, this is crucial. A simulator needs to look physically consistent so the AI learns the right rules of the road, not the rules of a broken camera.

In short, P2GS takes a chaotic pile of photos with inconsistent lighting and uses the laws of physics to organize them into a clean, stable, and realistic 3D world. It doesn't just guess the colors; it understands why the colors look the way they do.

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 →