A new algorithm lets AI image-restoration tools tune themselves, without a human ever touching a dial.
Researchers describe the method, called FB-GDM (Fully-Bayesian Guided Diffusion Models), in a preprint titled "FB-GDM: Fully-Bayesian Guided Diffusion Models for High-Dimensional Linear Inverse Problems via Unsupervised Variational Inference," posted to arXiv (2609.29216) on September 25, 2026 (https://arxiv.org/abs/2609.29216). The paper targets a known weak spot in diffusion-based image repair: existing guidance methods like Diffusion Posterior Sampling and Pi-GDM need two hyperparameters hand-tuned per task, often against the correct answer, which real-world users do not have. FB-GDM instead treats those parameters as unknowns it infers on the fly, using only the corrupted observation and a description of how it was corrupted. On CelebA-HQ face images, it beat Pi-GDM's default settings by up to 14 dB and came within 0.1 dB of a version of Pi-GDM that cheats by seeing the ground truth.
That gap matters because "tuned against the ground truth" is a polite way of saying "worked in the lab, unproven in the field." Real restoration jobs, like recovering old photos or cleaning up sensor data, arrive without a known-correct reference to calibrate against. FB-GDM's authors also report it holds up when the corruption type, noise level, or image category shifts, and does not produce the confident-looking fabrications that DPS is known for.
None of this is magic: it is still bound by the same face-heavy training data as its predecessors, and the 14 dB gain is measured against a baseline that was already handicapped by design. But a diffusion prior that stops needing an answer key is a real step toward restoration tools that might actually work outside a benchmark.