Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Image Inpainting by End-to-End Cascaded Refinement with Mask Awareness

About

Inpainting arbitrary missing regions is challenging because learning valid features for various masked regions is nontrivial. Though U-shaped encoder-decoder frameworks have been witnessed to be successful, most of them share a common drawback of mask unawareness in feature extraction because all convolution windows (or regions), including those with various shapes of missing pixels, are treated equally and filtered with fixed learned kernels. To this end, we propose our novel mask-aware inpainting solution. Firstly, a Mask-Aware Dynamic Filtering (MADF) module is designed to effectively learn multi-scale features for missing regions in the encoding phase. Specifically, filters for each convolution window are generated from features of the corresponding region of the mask. The second fold of mask awareness is achieved by adopting Point-wise Normalization (PN) in our decoding phase, considering that statistical natures of features at masked points differentiate from those of unmasked points. The proposed PN can tackle this issue by dynamically assigning point-wise scaling factor and bias. Lastly, our model is designed to be an end-to-end cascaded refinement one. Supervision information such as reconstruction loss, perceptual loss and total variation loss is incrementally leveraged to boost the inpainting results from coarse to fine. Effectiveness of the proposed framework is validated both quantitatively and qualitatively via extensive experiments on three public datasets including Places2, CelebA and Paris StreetView.

Manyu Zhu, Dongliang He, Xin Li, Chao Li, Fu Li, Xiao Liu, Errui Ding, Zhaoxiang Zhang• 2021

Related benchmarks

TaskDatasetResultRank
Image InpaintingPlaces2 (test)
PSNR26.11
68
InpaintingPlaces2 Wide Mask 512x512 (test)
FID3.76
30
Image InpaintingFFHQ 256x256 (val)
FID33.6207
22
InpaintingPlaces narrow masks 512 x 512
FID0.57
20
Image InpaintingPlaces2 512x512 (test)
LPIPS0.095
20
InpaintingPlaces wide masks 512 x 512
FID3.76
20
Image InpaintingCelebA-HQ 256x256 (test)
FID10.43
19
Image InpaintingPlaces 512x512 (test)
FID2.24
18
Image InpaintingCelebA-HQ 512x512 (test)
LPIPS0.068
16
InpaintingPlaces2 512x512 Narrow Mask (test)
FID0.57
15
Showing 10 of 29 rows

Other info

Code

Follow for update