CVLGMay 19

Oracle Supervision Transfers for Hyperparameter Prediction in Model-Based Image Denoising

arXiv:2605.2047912.7
Predicted impact top 93% in CV · last 90 daysOriginality Incremental advance
AI Analysis

This work addresses the practical bottleneck of hyperparameter tuning in model-based image denoising by reducing the need for expensive oracle labels, enabling efficient transfer across different denoiser paradigms and image sizes.

Hyperparameter prediction for model-based image denoisers typically requires expensive oracle labels per configuration. The authors propose HyperDn, a configuration-conditioned predictor that transfers oracle supervision from source to target configurations, achieving near-oracle performance with as few as 2 target labels (30.23 dB, within 0.90 dB of oracle) and outperforming a 64-label per-configuration baseline using 1/32 of the labels.

Hyperparameter prediction is a critical practical bottleneck for model-based image denoisers, ranging from classical TV/TGV variational solvers to modern diffusion-based models such as DiffPIR. While existing learned predictors can achieve near-oracle performance, this approach scales poorly: each new configuration conventionally requires its own oracle-labeled training set, and each label requires a hierarchical grid search evaluated against clean ground truth. We therefore ask whether oracle supervision collected on source configurations can transfer to target configurations with few or no target oracle labels. We propose HyperDn, a single configuration-conditioned predictor that pools oracle supervision across source configurations and predicts heterogeneous hyperparameters for new denoiser--noise configurations. In a cross-paradigm experiment, HyperDn transfers from relatively cheap TV/TGV variational sources to more expensive diffusion-based DiffPIR. With only $2$ target oracle labels, it reaches $30.23$\,dB, within $0.90$\,dB of the oracle, and outperforms the $64$-label per-configuration predictor trained from scratch, using $1/32$ as many target labels as that baseline point. Without any target oracle labels, HyperDn also reaches near-oracle PSNR on two unseen mixtures of seen noise types and on transfer from relatively cheap $96\times 96$ source images to $512\times 768$ targets. Together, these results show that expensive oracle supervision for hyperparameter prediction can be transferred from source to new target configurations, reducing the need to rebuild oracle labels for each new denoising configuration.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes