TL;DR
This paper proposes a novel hypergraph convolution approach for image inpainting that captures complex global relationships, outperforming existing attention-based methods in producing more accurate and realistic images.
Contribution
It introduces hypergraph convolution on spatial features for the first time in image inpainting, enhancing global context understanding and improving result quality.
Findings
Achieves state-of-the-art results on multiple datasets.
Outperforms attention-based methods in realism and accuracy.
Introduces gated convolution in discriminator for local consistency.
Abstract
Image inpainting is a non-trivial task in computer vision due to multiple possibilities for filling the missing data, which may be dependent on the global information of the image. Most of the existing approaches use the attention mechanism to learn the global context of the image. This attention mechanism produces semantically plausible but blurry results because of incapability to capture the global context. In this paper, we introduce hypergraph convolution on spatial features to learn the complex relationship among the data. We introduce a trainable mechanism to connect nodes using hyperedges for hypergraph convolution. To the best of our knowledge, hypergraph convolution have never been used on spatial features for any image-to-image tasks in computer vision. Further, we introduce gated convolution in the discriminator to enforce local consistency in the predicted image. The…
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
MethodsInpainting · 1x1 Convolution · Gated Linear Unit · Convolution · Gated Convolution
