English

MAT: Mask-Aware Transformer for Large Hole Image Inpainting

Computer Vision and Pattern Recognition 2022-06-28 v3

Abstract

Recent studies have shown the importance of modeling long-range interactions in the inpainting problem. To achieve this goal, existing approaches exploit either standalone attention techniques or transformers, but usually under a low resolution in consideration of computational cost. In this paper, we present a novel transformer-based model for large hole inpainting, which unifies the merits of transformers and convolutions to efficiently process high-resolution images. We carefully design each component of our framework to guarantee the high fidelity and diversity of recovered images. Specifically, we customize an inpainting-oriented transformer block, where the attention module aggregates non-local information only from partial valid tokens, indicated by a dynamic mask. Extensive experiments demonstrate the state-of-the-art performance of the new model on multiple benchmark datasets. Code is released at https://github.com/fenglinglwb/MAT.

Keywords

Cite

@article{arxiv.2203.15270,
  title  = {MAT: Mask-Aware Transformer for Large Hole Image Inpainting},
  author = {Wenbo Li and Zhe Lin and Kun Zhou and Lu Qi and Yi Wang and Jiaya Jia},
  journal= {arXiv preprint arXiv:2203.15270},
  year   = {2022}
}

Comments

Accepted in the CVPR2022 Best Paper Finalists, Oral