Response to Reviewer HZRy (Part 2)
4. **The authors state several times that the proposed method improves efficiency. Please demonstrate in detail, e.g., the comparison of inference time.**
We provide efficiency comparisons in Table F.5, where our model takes less time for inference. We also compare inference speed tested on the A100 GPU and inpainting quality in the table below where our model achieves favorable performance.
| | | | | | |
|---|:---:|:---:|:---:|:---:|:---:|
|Method |**Ours**|Stable Diffusion|LDM|ControlNet|MAT|
|FID$\downarrow$ | **1.68** | 2.11 | 2.76 | 5.55 | 2.90 |
|Speed$\downarrow$ (512×512) |**0.25s**|3.6s|2.7s|3.1s|0.26s|
| | | | | | |
5. **What is the mask size in Table 4?**
The mask size is 512x512, consistent with the image sizes of Places2 and CelebA-HQ as indicated in Table 4. The small and large mask settings refer to different masking ratios. The mask statistics have been provided in Sec.B of Mat's [e] supplementary file. The small and large masks are established with an average masking ratio of approximately 20% and 50%, respectively.
6. **In the experiments, please add the comparisons with more recent methods, e.g., [a] Chu et al., Rethinking Fast Fourier Convolution in Image Inpainting, ICCV 2023. [b] Sargsyan et al., MI-GAN: A Simple Baseline for Image Inpainting on Mobile Devices, ICCV 2023. [c] Ko et al., Continuously Masked Transformer for Image Inpainting, ICCV 2023.**
Thanks for the valuable comments. We have cited all the referred works. In practice, we find out that only MI-GAN [b] provides implementation code and models, so we compare our method to MI-GAN and ControlNet \[d\] (ICCV 2023 Best Paper Award) below. Note that ControlNet is trained on a more extensive LAION dataset rather than the Places2 dataset. The results obtained from our proposed PSM exhibit significant improvements across all metrics. We observe that ControlNet might produce undesired results due to its tendency to generate new objects that might not align harmoniously with the existing content. A detailed comparison is shown in Sec.I due to page limit.
#### 512x512 Places2 under the small mask ratio setting
| | | | | | |
|---|---|---|---|---|---|
| Method | FID$\downarrow$ | P-IDS$\uparrow$ | U-IDS$\uparrow$ | LPIPS$\downarrow$ | PSNR$\uparrow$ |
| **PSM (ours)** | **0.72** | **30.95** | **43.91** | **0.084** | **25.51** |
| MIGAN | 1.40 | 18.43 | 39.35 | 0.103 | 24.38 |
| ControlNet | 1.86 | 12.63 | 35.71 | 0.117 | 24.68 |
| | | | | | |
#### 512x512 Places2 under the large mask ratio setting
| | | | | | |
|---|---|---|---|---|---|
| Method | FID$\downarrow$ | P-IDS$\uparrow$ | U-IDS$\uparrow$ | LPIPS$\downarrow$ | PSNR$\uparrow$ |
|**PSM (ours)**| **1.68** | **25.33** | **39.30** | **0.161** | **20.89** |
|MIGAN| 3.81|13.50|32.42|0.195|20.00|
|ControlNet|5.55|6.60|25.65|0.219|19.73|
| | | | | | |
[a] Chu, Tianyi, et al. "Rethinking Fast Fourier Convolution in Image Inpainting." ICCV. 2023.
[b] Sargsyan, Andranik, et al. "MI-GAN: A Simple Baseline for Image Inpainting on Mobile Devices." ICCV. 2023.
[c] Ko, Keunsoo, and Chang-Su Kim. "Continuously Masked Transformer for Image Inpainting." ICCV. 2023.
[d] Zhang, Lvmin, Anyi Rao, and Maneesh Agrawala. "Adding conditional control to text-to-image diffusion models." ICCV. 2023.
[e] Li, Wenbo, et al. "Mat: Mask-aware transformer for large hole image inpainting." CVPR. 2022.