Response to questions
Regarding Weakness:
W1 and W2. Since all other reviewers found the presentation good (rated 3), we would appreciate a clarification on what parts you find need more explanation. Without your feedback, we cannot improve the presentation.
Regarding the questions:
Q1. We implemented a super-resolution task with a Laplacian noise degradation model (which is heavy tailed and therefore challenging). Some of the Flow-Matching based methods were not applicable as they are designed for Gaussian noise (D-Flow, OT-ODE), but we benchmarked against PnP Diffusion, PnP GS, Flow priors. Evaluation of the methods on 100 test images are reported in the Table below and in Appendix A.11 (Table 9) with more details.
| **Method** | **PSNR ($\sigma=0.1$)** | **SSIM ($\sigma=0.1$)** | **LPIPS ($\sigma=0.1$)** | **PSNR ($\sigma=0.3$)** | **SSIM ($\sigma=0.3$)** | **LPIPS ($\sigma=0.3$)** |
|--------------------|-------------------------|--------------------------|--------------------------|-------------------------|--------------------------|--------------------------|
| **Degraded** | 8.82 | 0.086 | 0.845 | 8.76 | 0.040 | 0.865 |
| **PnP-Diff** | *29.67* | *0.866* | **0.059** | 24.82 | *0.730* | 0.268 |
| **PnP-GS** | 28.50 | 0.828 | 0.079 | *25.31* | 0.725 | *0.185* |
| **Flow-Priors** | 27.53 | 0.721 | 0.102 | 21.72 | 0.454 | 0.376 |
| **PnP-Flow (Ours)**| **30.30** | **0.895** | *0.063* | **26.50** | **0.809** | **0.108** |
Q2. We added DDRM and DPS to our benchmark. For the results, see Appendix A.13 (Table 10&11).
Q3. While we agree that this would be a very interesting experiment, we are unfortunately unaware of any publicly available unconditional pretrained flow matching model for ImageNet. Training one from scratch would require resources beyond our current capacity.
Q4. Zooming in the images of Fig. 3 and 4 in the paper or Fig. 7 in the appendix, one can actually see important visual differences, which are discussed in Section 5.3. Note that none of the competing methods performs as consistently across all tasks as our method.
Q5. In the revised version of the paper, we conduct new blind-restoration experiments. We adapt our method PnP-Flow to cases of unknown blur or unknown mask without any additional data, yielding excellent visual results. Details and results have been added in Appendix A.14.
Q6. We did not observe failure cases for our method. As opposed to the benchmarking methods, our method is not prone to artifacts and other kinds of failures, although it tends to produce averaged results (slightly over-smoothed), consistent with its interpretation as a minimum-mean-square-error (MMSE) estimator. Interestingly, a competing method like OT-ODE may generate more realistic textures but often produces highly artifacted and distorted images, as shown in Figure 7 in the appendix.
Q7. Benchmarks were conducted exclusively for Flow-Matching-based methods, as they share the same network architecture. A comparison with diffusion methods would not be relevant here.