CVMay 21, 2022

Multi-feature Co-learning for Image Inpainting

arXiv:2205.10578v19 citationsh-index: 14Has Code
Originality Incremental advance
AI Analysis

This work addresses image inpainting for computer vision applications, presenting an incremental improvement through novel fusion techniques.

The paper tackles the problem of limited improvement in image inpainting due to ineffective multi-feature fusion by proposing a deep multi-feature co-learning network with SDFF and BPFA modules, achieving state-of-the-art results on benchmark datasets like CelebA, Places2, and Paris StreetView.

Image inpainting has achieved great advances by simultaneously leveraging image structure and texture features. However, due to lack of effective multi-feature fusion techniques, existing image inpainting methods still show limited improvement. In this paper, we design a deep multi-feature co-learning network for image inpainting, which includes Soft-gating Dual Feature Fusion (SDFF) and Bilateral Propagation Feature Aggregation (BPFA) modules. To be specific, we first use two branches to learn structure features and texture features separately. Then the proposed SDFF module integrates structure features into texture features, and meanwhile uses texture features as an auxiliary in generating structure features. Such a co-learning strategy makes the structure and texture features more consistent. Next, the proposed BPFA module enhances the connection from local feature to overall consistency by co-learning contextual attention, channel-wise information and feature space, which can further refine the generated structures and textures. Finally, extensive experiments are performed on benchmark datasets, including CelebA, Places2, and Paris StreetView. Experimental results demonstrate the superiority of the proposed method over the state-of-the-art. The source codes are available at https://github.com/GZHU-DVL/MFCL-Inpainting.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes