SP^3: Spherical Priors for Plug-and-Play Restoration

Hugging Face Daily Papers Papers

Summary

This paper introduces SP³, a method using Spherical Encoder priors for Plug-and-Play image restoration, achieving perceptual quality comparable to zero-shot diffusion priors while being 3–630× faster across tasks.

In this paper, we introduce SP^3, a novel Plug-and-Play algorithm that accelerates maximum a posteriori image restoration by replacing denoisers with Spherical Encoders (SE) as generative priors. SP^3 approximates the intractable proximal prior step by utilizing the SE tightly structured latent space as a robust projection onto the natural image manifold. Alternating this projection with a closed-form data-consistency step, via Half-Quadratic Splitting, achieves stable convergence without requiring gradient computation during inference. This unique formulation unlocks "anytime" restoration capabilities, producing sharp, plausible images from the first iteration. Evaluations across a variety of image restoration tasks demonstrate that SP^3 achieves perceptual quality comparable to state-of-the-art zero-shot diffusion and flow methods while being 3-630times faster.
Original Article
View Cached Full Text

Cached at: 06/16/26, 11:31 AM

Paper page - SP^3: Spherical Priors for Plug-and-Play Restoration

Source: https://huggingface.co/papers/2606.16396 Hi everyone, excited to share our new paper on Plug-and-Play restoration using Spherical Priors.

The main idea is to replace the usual denoiser/diffusion prior in PnP restoration with a Spherical Encoder prior. SP³ returns a natural-looking image after each iteration, and subsequent iterations improve the quality and consistency. This “anytime” restoration behavior is a key advantage over diffusion-based methods that require choosing the number of denoising steps in advance, and running all the way to the end.

In our experiments, SP³ reaches perceptual quality comparable to zero-shot diffusion and flow priors while being 3–630× faster across restoration tasks.

Happy to answer questions about the algorithm, results, or the sphere-prior design.

Similar Articles

Spectral Prior for Reducing Exposure Bias in Diffusion Models

Hugging Face Daily Papers

This paper proposes Spectral Alignment (SPA), a lightweight guidance-based method that reduces exposure bias in diffusion models by calibrating the power spectrum of intermediate predictions, showing consistent improvements across pixel-space, latent, and flow-matching models with minimal computational overhead.

4D Human-Scene Reconstruction from Low-Overlap Captures

Hugging Face Daily Papers

Proposes StudioRecon, a method for 4D human-scene reconstruction from low-overlap camera captures, using separate priors for backgrounds (video diffusion) and humans (SMPL), with a recursive enhancement module. Accepted to SIGGRAPH 2026, outperforming prior methods by +1.5 to +5.0 dB PSNR.