Thank you for your response, and we greatly appreciate your insightful comments and advice regarding our work.
## 1. Comparison of reconstruction using accurate SV-PSF and our method
We understand that the proposed deep-learning-based approach outperforms traditional SV-deconvolution methods like spatially-varying FISTA on lensless imaging due to the key differences in the image priors that these methods have incorporated. It is known that there is some high-frequency information (null space content in our paper) loss in the lensless imaging process. Therefore, even with accurate SV-PSFs, a traditional iterative optimization-based method for inverse imaging can only recover the range space of the original capture, often resulting in over-smoothed outputs. In contrast, a well-trained neural network can learn image priors to recover the original scene with both range space content and null space content, therefore achieving better results. Similar observations have also been shown in the MultiWinnerNet[a] paper.
To further show the effectiveness of the proposed method in recovering the range space content, we compare the range space content of the following methods: 1) spatially varying FISTA [a], 2) MultiWinnerNet [b] using a 3x3 grid of known PSFs, 3) MultiWinnerNet [b] using a 3x3 grid of known PSFs, 4) our method using a single known PSF, and 5) our method using a 3x3 grid of known PSFs. The following Tab. A shows that our method achieves comparable performance to iterative optimization-based SV-deconv methods utilizing accurately calibrated SV-PSFs.
**Table A: Comparison of different methods on range space content reconstruction**
| Methods | PSNR | SSIM | LPIPS |
| --- | --- | --- | --- |
| Spatially-varying FISTA [a] | **30.60** | 0.958 | 0.069 |
| MultiWinnerNet [b] (1 known PSF) | 28.72 | 0.931 | 0.074 |
| MultiWinnerNet [b] (3x3 known PSFs) | 29.84 | 0.965 | 0.052 |
| Ours (1 known PSF) | 29.47 | 0.952 | 0.061 |
| **Ours (3x3 known PSFs)** | 29.98 | **0.974** | **0.048** |
We further substantiate our observation by comparing the null-space content recovery capabilities of the above methods, highlighting the contrast between iterative optimization-based approaches and deep-learning-based methods. As illustrated in the table below, optimization-based methods struggle to recover null-space content compared to deep-learning-based methods, even when accurate SV-PSFs are used. Furthermore, the optimization-based method (15 seconds per image) is much slower than the deep learning approach (0.025 seconds per image), and obtaining precise calibration of SV-PSFs for lensless cameras in real-world conditions is very challenging due to uncontrolled environmental light noise.
**Table B: Comparison of different methods on null space content recovery**
| Methods | PSNR | SSIM | LPIPS |
| --- | --- | --- | --- |
| Spatially-varying FISTA [a] |16.92 | 0.392 | 0.553 |
| MultiWinnerNet [b] (1 known PSF) | 22.48 | 0.579 |0.270 |
| MultiWinnerNet [b] (3x3 known PSFs) | 23.39 | 0.608 | 0.249 |
| Ours (1 known PSF) | 22.94 | 0.594 | 0.265 |
| **Ours (3x3 known PSFs)** | **23.68** | **0.611** | **0.243** |
Meanwhile, we greatly appreciate the reviewers for reminding us to compare the range space and null space content for additional insights. This comparison enhances our understanding of the differences between iterative optimization-based methods and deep learning-based methods, while also highlighting our contribution of introducing analysis of lensless imaging through range-null space decomposition.
## 2. Variation of spatially-varying PSF related to the depth
Thanks for your advice, we will try to extend our work to the 3D-SVDecov scenarios by introducing 3D coordinates of the focus centers.
## 3. Data fidelity in the reconstructed range-space contents
We will improve the clarity of the description for Tab. 2 in the original paper.