Response to Further Discussion
Dear Reviewer pkZJ,
Thank you for your valuable comments. We provide a further response to the discussion as follows.
> Q1. It is best to have some statistics to back it up. At least based on some collected datasets from the internet or some famous benchmark datasets.
A1. Thank you for your suggestion. We count the statistics of the degradation types of real-world images and report the results in Table A. We use our degradation classifier to identify the degradation types of real-world images from five datasets, including RealSR [1], DRealSR [2], DPED [3], OST300 [4] and ADE20K [5]. Experimental results show that the degradation type of blur happens the most among these real-world datasets.
Table A. The count of the predicted degradation types of the real-world images from the five datasets. Note that some images can contain more than one degradation type simultaneously.
| Dataset (# Images) | Clean | Blur | Noise | JPEG |
|:----------------:|:-----:|:-----:|:-----:|:----:|
| RealSR (912) | 77 | 804 | 22 | 113 |
| DRealSR (35148) | 13052 | 22096 | 0 | 0 |
| DPED (187) | 58 | 27 | 67 | 39 |
| OST300 (300) | 163 | 29 | 22 | 95 |
| ADE20K (27574) | 9815 | 3697 | 13333 | 2901 |
| Total (64121) | 23165 | **26653** | 13444 | 3148 |
[1] Toward real-world single image super-resolution: A new benchmark and a new model, ICCV 2019.
[2] Component divide-and-conquer for real-world image super-resolution, ECCV 2020.
[3] DSLR-quality photos on mobile devices with deep convolutional networks, ICCV 2017.
[4] Recovering realistic texture in image super-resolution by deep spatial feature transform, CVPR 2018.
[5] Semantic understanding of scenes through the ADE20K dataset. IJCV 2019.
> Q2. For Q5 and Q6, I suggest the authors revise the paper with more citations that the community suffers from the problem.
A2. Thanks for your suggestion. We will revise our paper to further include and discuss the relevant papers to show that the community suffers from the domain shift problem, such as [1,2,3,4].
[1] Blind image super-resolution: A survey and beyond, TPAMI 2022.
[2] Multilayer degradation representation-guided blind super-resolution for remote sensing images, TGRS, 2022.
[3] Mutual-feed learning for super-resolution and object detection in degraded aerial imagery, TGRS, 2022.
[4] Deep Blind Super-Resolution for Satellite Video, TGRS 2023.
> Q3. I suggest the authors provide examples that visualize the problems when applying a pretrained model with domain shift.
A3. Thank you for your valuable suggestion. In our paper, we have provided the visualization when applying a pre-trained model on different test domains. For example, we have evaluated the DAN model [1], which is **trained on the domain with Gaussian blur**, on the **test domains with Gaussian noise and JPEG compression**, as shown in Figure 2 of the paper and Figures 3-4 in the supplementary materials.
To comprehensively investigate the effect of the domain shift problem, we will provide more visualization results when evaluating the pre-trained models on different test domains. For example, we will provide the visualization results when applying a pre-trained model, which is **trained on the domain with Gaussian noise**, on the **test domain with Gaussian blur or JPEG compression**. Moreover, we will also provide the visualization results when applying a pre-trained model, which is **trained on the domain with JPEG compression**, on the **test domain with Gaussian blur or Gaussian noise**.
[1] Unfolding the alternating optimization for blind super resolution, NeurIPS 2020.
> Q4. Please add more examples regarding each type in the 8 types of degradations mentioned by the authors.
A4. Thanks for your suggestion. We will provide the visualization of some examples regarding each degradation type in the revised paper.
We sincerely hope that our responses above have addressed your concerns. If you have other questions, we are happy to continue the discussion.
Best regards,
Authors of #2666