Rethinking Image Inpainting via a Mutual Encoder-Decoder with Feature Equalizations
Hongyu Liu, Bin Jiang, Yibing Song, Wei Huang, and Chao Yang

TL;DR
This paper introduces a mutual encoder-decoder CNN that jointly recovers structures and textures in image inpainting by utilizing features from different layers and applying feature equalization techniques, leading to improved hole filling performance.
Contribution
The paper proposes a novel mutual encoder-decoder architecture with feature equalization for joint structure and texture recovery in image inpainting, enhancing feature utilization.
Findings
Outperforms state-of-the-art methods on benchmark datasets.
Effectively recovers both structures and textures in inpainting tasks.
Demonstrates the benefit of feature equalization in CNN-based inpainting.
Abstract
Deep encoder-decoder based CNNs have advanced image inpainting methods for hole filling. While existing methods recover structures and textures step-by-step in the hole regions, they typically use two encoder-decoders for separate recovery. The CNN features of each encoder are learned to capture either missing structures or textures without considering them as a whole. The insufficient utilization of these encoder features limit the performance of recovering both structures and textures. In this paper, we propose a mutual encoder-decoder CNN for joint recovery of both. We use CNN features from the deep and shallow layers of the encoder to represent structures and textures of an input image, respectively. The deep layer features are sent to a structure branch and the shallow layer features are sent to a texture branch. In each branch, we fill holes in multiple scales of the CNN features.…
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
