CARD:

Correlation Aware Restoration with Diffusion

Niki Nezakati, Arnab Ghosh, Amit Roy-Chowdhury, Vishwanath Saragadam
University of California, Riverside

Play your CARDs right. Image sensors, particularly those with rolling shutters, exhibit correlated noise, which limits the performance of existing restoration methods. We propose CARD, a training-free diffusion-based method for inverse problems under correlated noise. Given a covariance estimate and a pretrained diffusion model, CARD solves linear inverse problems including denoising, deblurring, and super-resolution. CARD also introduces CIN-D, the first publicly available dataset with real spatially correlated noise captured across diverse illumination conditions.

Abstract

Denoising diffusion models have achieved state-of-the-art performance in image restoration by modeling the process as sequential denoising steps. However, most approaches assume independent and identically distributed (i.i.d.) Gaussian noise, while real-world sensors often exhibit spatially correlated noise due to readout mechanisms, limiting restoration quality in practice. We introduce Correlation Aware Restoration with Diffusion (CARD), a training-free extension of DDRM that explicitly handles correlated Gaussian noise. CARD first whitens the noisy observation, converting the noise into an i.i.d. form. The diffusion restoration steps are then replaced with noise-whitened updates, which inherit DDRM's closed-form sampling efficiency while enabling restoration under correlated noise. To emphasize the importance of addressing correlated noise, we contribute CIN-D, a novel correlated noise dataset captured across diverse illumination conditions to evaluate restoration methods on real rolling-shutter sensor noise. This dataset fills a critical gap in the literature for experimental evaluation with real-world correlated noise. Experiments on standard benchmarks with synthetic correlated noise and on CIN-D demonstrate that CARD consistently outperforms existing methods across denoising, deblurring, and super-resolution tasks.

Method

overall

Overall framework of CARD. CARD is a two-step training-free approach to solving image-based inverse problems corrupted by correlated noise, as often found in real cameras. In Step 1, we whiten the measurement using the estimated covariance matrix \(\Sigma^{-1/2}\), converting correlated noise into an equivalent i.i.d. form: \(\tilde{\mathbf{y}} = \Sigma^{-1/2}\mathbf{y},\ \tilde{H} = \Sigma^{-1/2}H\). In Step 2, we apply standard DDRM updates in this whitened measurement space using the singular values of \(\tilde{H}\), inheriting DDRM's closed-form sampling efficiency without any retraining.

 
correlated_noise

Correlated noise in real cameras. Modern digital cameras, particularly those equipped with rolling shutter CMOS sensors, exhibit significant spatially correlated noise visible in dark frames (images captured with the lens cap on). This inter-pixel correlation — visible as striated banding patterns — is not modeled by standard i.i.d. Gaussian assumptions, and degrades the performance of existing restoration methods. This observation directly motivates CARD.

 

CIN-D Dataset

cind_dataset

Example images from CIN-D dataset. We contribute CIN-D (Correlated Image Noise Dataset), captured using a FLIR Blackfly S BFS-U3-63S4C-C color camera. CIN-D contains 400 images from 100 scenes at three noise levels (low, medium, high) along with a long-exposure ground-truth image and dark frames for covariance estimation. Scenes span fluorescent-lit indoor and outdoor daylight/nighttime environments. To our knowledge, CIN-D is the first publicly available dataset that explicitly captures spatially correlated real sensor noise, filling a critical gap for evaluating restoration methods under realistic conditions.

 

Results

qualitative_comparison

Qualitative comparison of denoising, Gaussian deblurring, and super-resolution. Results are shown for denoising at varying noise levels \(\sigma_0 = 0.1, 0.5, 0.9\), Gaussian deblurring at \(\sigma_0 = 0.2, 0.5\), and super-resolution (2× and 4×) at \(\sigma_0 = 0.2\). The boxed regions highlight key differences. CARD removes noise while preserving fine details — such as text on books, object structures, and traffic signs — outperforming all baselines.


cind_qualitative

Qualitative comparison of denoising results on CIN-D. CARD effectively suppresses correlated sensor noise while preserving fine details across both indoor and outdoor settings. CARD achieves PSNR gains over all prior-based methods at both low and high noise levels while maintaining lower LPIPS scores.


Check our main paper and supplementary for more detailed results, analyses and ablations.


Authors

Niki Nezakati

Niki Nezakati

Arnab Ghosh

Arnab Ghosh

Amit Roy-Chowdhury

Amit K. Roy-Chowdhury

Vishwanath Saragadam

Vishwanath Saragadam

BibTeX

@inproceedings{nezakati2026card,
  title={CARD: Correlation Aware Restoration with Diffusion},
  author={Nezakati, Niki and Ghosh, Arnab and Roy-Chowdhury, Amit and Saragadam, Vishwanath},
  booktitle={Proceedings of the Computer Vision and Pattern Recognition (CVPR) Conference},
  year={2026}
}

Copyright: CC BY-NC-SA 4.0 © Niki Nezakati | Last updated: March 2026 | Website credits to Nerfies