New Google Patents · Filed Dec 1, 2025 · Published Jun 4, 2026 · verified — real USPTO data

Google Patents an AI That Fills In the Washed-Out Parts of Your Photos

Blown-out skies and washed-out faces have been a stubborn problem in phone photography for years. Google is now filing a patent that uses a diffusion AI model — the same class of model behind image generators — specifically trained to hallucinate the missing detail in overexposed regions.

Google Patent: Fixing Overexposed Photos With a Diffusion Model — figure from US 2026/0154795 A1
FIG. 1A — rendered from the official USPTO publication PDF.
Publication number US 2026/0154795 A1
Applicant Google LLC
Filing date Dec 1, 2025
Publication date Jun 4, 2026
Inventors Noa GLASER, David JACOBS, Dani LISCHINSKI
CPC classification 382/155
Grant likelihood Medium
Examiner CENTRAL, DOCKET (Art Unit OPAP)
Status Docketed New Case - Ready for Examination (Dec 16, 2025)
Parent application Claims priority from a provisional application 63727150 (filed 2024-12-02)
Document 20 claims

What Google's overexposure fix actually does to your photos

Imagine you snap a photo of your friend standing in front of a bright window. The background sky turns into a featureless white blob — those pixels are "clipped," meaning the camera sensor recorded as much light as it could and still lost the actual detail. Most editing tools can't recover what was never captured.

Google's approach here is to train a diffusion model (the AI architecture that powers tools like Stable Diffusion) on thousands of paired images — one overexposed, one correctly exposed — so it learns how to convincingly fill in what should be there. The model generates a corrected version of only the blown-out areas.

The clever part is the merge step. Rather than replacing your whole image with the AI's output, Google's system calculates blend weights based on how bright each pixel is. Bright, clipped pixels lean heavily on the AI's reconstruction; pixels that were already fine stay mostly original. A final tone-mapping pass then stitches everything into a natural-looking result.

How the diffusion model rebuilds and blends clipped pixels

The pipeline has four distinct stages working in sequence:

  • Diffusion model inference: The input photo is fed to a diffusion model (an AI that iteratively refines noisy images into coherent outputs) trained exclusively on overexposed/ground-truth image pairs. It produces an "intermediate image" where clipped regions have been reconstructed with plausible detail.
  • Pixel-brightness merge weighting: The system computes per-pixel merge weights derived from the brightness of the original input. Fully clipped (white) pixels get high weight toward the AI output; pixels that were never overexposed get high weight toward the untouched original. This is essentially a soft mask driven by luminance.
  • Image blending: The intermediate AI image and the original are composited together using those per-pixel weights, producing a merged image that borrows reconstruction only where it's needed.
  • Tone mapping: The merged image is passed through a tone-mapping operator (a process that compresses a wide dynamic range into a displayable range) to produce the final output.

The training data strategy is worth noting: by pairing intentionally overexposed images with ground-truth references, the model learns a highly specific task rather than being a general image-generation model, which likely improves accuracy and reduces hallucination artifacts in non-clipped areas.

What this means for computational photography on Pixel phones

Overexposure recovery has been a known weak spot in computational photography pipelines, particularly in high-contrast scenes like backlit portraits or sunsets. Current HDR approaches typically rely on multiple exposures captured simultaneously (like Google's own HDR+ on Pixel phones). This patent describes a method that could recover detail from a single clipped frame — no bracket shooting required.

For Pixel camera users, this kind of pipeline could quietly improve the worst-case shots that even Night Sight and HDR+ struggle with. It could also be relevant for post-processing in Google Photos, where existing images with blown highlights could be retroactively fixed. The diffusion model approach is more computationally expensive than traditional curve-based recovery, but on-device ML accelerators (like the Tensor chip's image signal processor) are increasingly capable of running exactly this class of workload.

Editorial take

This is a focused, well-scoped patent doing one thing — overexposure recovery — with a principled architecture. The merge-weighting approach is the real insight here: it avoids the uncanny-valley problem of letting a generative model touch pixels it has no business touching. Whether this ends up in Pixel's camera stack or Google Photos' editing tools, it's a genuinely useful application of diffusion models to a real photography pain point.

Get one Big Tech patent every Sunday

Plain English, intelligent commentary, no hype. Free.

Source. Full patent text and figures from the official USPTO publication PDF.

Editorial commentary on a publicly published patent application. Not legal advice.