Image Inpainting with Edge-guided Learnable Bidirectional Attention Maps
Dongsheng Wang, Chaohao Xie, Shaohui Liu, Zhenxing Niu, Wangmeng Zuo

TL;DR
This paper introduces Edge-LBAM, a novel edge-guided learnable attention mechanism for image inpainting that effectively handles irregular holes and preserves image structure, outperforming existing methods.
Contribution
The paper proposes a learnable attention map module and a multi-scale edge completion network to improve inpainting quality by better structural guidance and adaptive mask updating.
Findings
Outperforms state-of-the-art methods in qualitative metrics.
Effectively preserves image structure and coherence.
Reduces color discrepancy and blurriness in inpainted images.
Abstract
For image inpainting, the convolutional neural networks (CNN) in previous methods often adopt standard convolutional operator, which treats valid pixels and holes indistinguishably. As a result, they are limited in handling irregular holes and tend to produce color-discrepant and blurry inpainting result. Partial convolution (PConv) copes with this issue by conducting masked convolution and feature re-normalization conditioned only on valid pixels, but the mask-updating is handcrafted and independent with image structural information. In this paper, we present an edge-guided learnable bidirectional attention map (Edge-LBAM) for improving image inpainting of irregular holes with several distinct merits. Instead of using a hard 0-1 mask, a learnable attention map module is introduced for learning feature re-normalization and mask-updating in an end-to-end manner. Learnable reverse…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGenerative Adversarial Networks and Image Synthesis · Advanced Image Processing Techniques · Advanced Vision and Imaging
MethodsInpainting · Convolution · Masked Convolution
