CVGRMar 25, 2021

High-Fidelity Pluralistic Image Completion with Transformers

arXiv:2103.14031v1298 citations
AI Analysis

This addresses the problem of generating diverse, high-fidelity image completions for applications like photo editing, with incremental improvements over existing hybrid approaches.

The paper tackles pluralistic image completion by combining transformers for global structure and diversity with CNNs for local texture, achieving large performance boosts in fidelity and diversity compared to state-of-the-art methods, including on large masks and datasets like ImageNet.

Image completion has made tremendous progress with convolutional neural networks (CNNs), because of their powerful texture modeling capacity. However, due to some inherent properties (e.g., local inductive prior, spatial-invariant kernels), CNNs do not perform well in understanding global structures or naturally support pluralistic completion. Recently, transformers demonstrate their power in modeling the long-term relationship and generating diverse results, but their computation complexity is quadratic to input length, thus hampering the application in processing high-resolution images. This paper brings the best of both worlds to pluralistic image completion: appearance prior reconstruction with transformer and texture replenishment with CNN. The former transformer recovers pluralistic coherent structures together with some coarse textures, while the latter CNN enhances the local texture details of coarse priors guided by the high-resolution masked images. The proposed method vastly outperforms state-of-the-art methods in terms of three aspects: 1) large performance boost on image fidelity even compared to deterministic completion methods; 2) better diversity and higher fidelity for pluralistic completion; 3) exceptional generalization ability on large masks and generic dataset, like ImageNet.

Code Implementations4 repos
Foundations

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

Your Notes