Author Response
We thank the reviewer for their response. Please find our detailed response below:
**Comparison of perceptual vs Recovery metrics:** We agree that highlighting robustness in both perceptual and recovery metrics is important in the context of inverse problems. Following previous works like DPS and $\Pi$-GDM, we include only perceptual metrics in the main text since recovery metrics like PSNR and SSIM usually favor blurrier samples over perceptual quality. So, a tradeoff exists between distortion (a.k.a recovery) and perceptual quality. However, whether perceptual quality/recovery is preferred depends on the application. Therefore, for completeness, we provide a comparison between DPS, $\Pi$GDM, and C-$\Pi$GDM (our method) in terms of PSNR, SSIM, FID, and LPIPS in Tables 1 and 2 on the ImageNet-256 and FFHQ-256 datasets on the 4x super-resolution task. It is worth noting that the PSNR and SSIM scores for all methods correspond with the best FID/LPIPS scores presented in the main text for these methods.
Tables 1 and 2 show that our method achieves competitive PSNR and SSIM scores for better perceptual quality than competing methods, even for very small sampling budgets. For instance, on the FFHQ dataset, our method achieves a PSNR of 28.97 compared to 28.49 for DPS while achieving better perceptual sample quality (LPIPS: 0.095 for ours vs 0.107 for DPS) and requiring around 200 times less sampling budget (NFE=5 for our method vs 1000 for DPS). Therefore, we argue that our perceptual quality to recovery trade-off is much better than DPS, given our method is significantly faster than DPS.
**Traversing the Recovery vs Perceptual trade-off in C-$\Pi$GDM**: In addition to the guidance weight $w$, our method also allows tuning an additional hyperparameter $\lambda$, which controls the dynamics of the projection operator (See Sections 2.3 and 3.2 for more intuition). Therefore, tuning $w$ and $\lambda$ can help traverse the trade-off curve between perceptual quality and distortion for a fixed NFE budget. We illustrate this aspect in Table 3 (fixed $\lambda$ with varying $w$) and Table 4 (fixed $w$ with varying $\lambda$) for the SR(x4) task on the ImageNet-256 dataset using the PSNR, LPIPS, and FID metrics. Therefore, our method offers greater flexibility to tune the sampling process towards either good perceptual quality or good recovery for a given application while maintaining the same number of sampling steps. In contrast, other methods like DPS do not offer such flexibility. Moreover, tuning the guidance weight in DPS is very expensive in the first place due to its high sampling budget requirement (around 1000 NFE).
We will extend these comparisons for other tasks and add them in the Appendix section of our revised paper. We would also request the reviewer to reconsider their evaluation.
| | PSNR | SSIM | FID | LPIPS |
|---------------------|-------|-------|-------|-------|
| DPS (NFE=1000) | 23.81 | 0.708 | 38.18 | 0.252 |
| $\Pi$GDM (NFE=20) | 21.92 | 0.646 | 37.36 | 0.222 |
| C-$\Pi$GDM (NFE=5) | 22.32 | 0.641 | 37.31 | 0.220 |
| C-$\Pi$GDM (NFE=10) | 23.00 | 0.651 | 34.22 | 0.206 |
| C-$\Pi$GDM (NFE=20) | 23.16 | 0.654 | 34.28 | 0.207 |
**Table 1**: Comparison between different methods on ImageNet-256 for the SR(x4) task
| | PSNR | SSIM | FID | LPIPS |
|---------------------|-------|-------|-------|-------|
| DPS (NFE=1000) | 28.49 | 0.834 | 30.86 | 0.107 |
| $\Pi$GDM (NFE=20) | 28.26 | 0.818 | 26.17 | 0.087 |
| C-$\Pi$GDM (NFE=5) | 28.97 | 0.832 | 32.01 | 0.095 |
| C-$\Pi$GDM (NFE=10) | 29.03 | 0.821 | 29.07 | 0.086 |
| C-$\Pi$GDM (NFE=20) | 28.79 | 0.809 | 26.37 | 0.083 |
**Table 2**: Comparison between different methods on FFHQ-256 for the SR(x4) task.
| w | PSNR | LPIPS | FID |
|----|-------|-------|-------|
| 2 | 22.91 | 0.339 | 48.48 |
| 4 | 23.37 | 0.306 | 45.03 |
| 6 | 23.49 | 0.274 | 42.68 |
| 8 | 23.44 | 0.266 | 40.96 |
| 10 | 23.28 | 0.254 | 40.27 |
| 12 | 22.89 | 0.246 | 40.13 |
| 14 | 22.74 | 0.239 | 40.16 |
**Table 3**: Illustration of the impact of $w$ for a fixed $\lambda=0.0$ on the sample recovery (PSNR) vs sample perceptual quality (LPIPS, FID) at NFE=5 for our method. The task is SR(x4) on the ImageNet-256 dataset.
| $\lambda$ | PSNR | LPIPS | FID |
|-----------|-------|-------|-------|
| -1.0 | 20.96 | 0.291 | 42.56 |
| -0.8 | 21.33 | 0.265 | 40.97 |
| -0.6 | 21.69 | 0.240 | 39.38 |
| -0.4 | 22.04 | 0.223 | 37.83 |
| -0.2 | 22.32 | 0.220 | 37.31 |
| 0.2 | 22.73 | 0.257 | 45.27 |
| 0.4 | 22.90 | 0.275 | 48.98 |
| 0.6 | 23.03 | 0.283 | 47.47 |
| 0.8 | 23.11 | 0.285 | 46.2 |
| 1.0 | 23.15 | 0.285 | 46.41 |
**Table 4**: Illustration of the impact of $\lambda$ for a fixed $w=15$ on the sample recovery (PSNR) vs sample perceptual quality (LPIPS, FID) at NFE=5 for our method. The task is SR(x4) on the ImageNet-256 dataset.