paper-with-me

Papers

Incremental Transformer Structure Enhanced Image Inpainting with Masking Positional Encoding

2022-03-02 · CVPR 2022 1 · Qiaole Dong, Chenjie Cao, Yanwei Fu

Image inpainting has made significant advances in recent years. However, it is still challenging to recover corrupted images with both vivid textures and reasonable structures. Some specific methods only tackle regular textures while losing holistic structures due to the limited receptive fields of convolutional neural networks (CNNs). On the other hand, attention-based models can learn better long-range dependency for the structure recovery, but they are limited by the heavy computation for inference with large image sizes. To address these issues, we propose to leverage an additional structure restorer to facilitate the image inpainting incrementally. The proposed model restores holistic image structures with a powerful attention-based transformer model in a fixed low-resolution sketch space. Such a grayscale space is easy to be upsampled to larger scales to convey correct structural information. Our structure restorer can be integrated with other pretrained inpainting models efficiently with the zero-initialized residual addition. Furthermore, a masking positional encoding strategy is utilized to improve the performance with large irregular masks. Extensive experiments on various datasets validate the efficacy of our model compared with other competitors. Our codes are released in https://github.com/DQiaole/ZITS_inpainting.

📄 PDF Abstract BibTeX arXiv:2203.00867

Code (2)

dqiaole/zits_inpainting 공식 구현 pytorch
dqiaole/zits pytorch

Tasks

Image Inpainting

Methods 이 논문이 사용한 방법론

Inpainting Train a convolutional neural network to generate the contents of an arbitrary image region conditioned on its surroundings.

Similar Papers 제목 키워드 기반

ZITS++: Image Inpainting by Improving the Incremental Transformer on Structural Priors

2022-10-12 · Chenjie Cao, Qiaole Dong, Yanwei Fu

Image inpainting involves filling missing areas of a corrupted image. Despite impressive results have been achieved recently, restoring images with both vivid textures and reasonable structures remains a significant chal…

Image Inpainting

Transformer-based Image and Video Inpainting: Current Challenges and Future Directions

2024-06-28 · Omar Elharrouss, Rafat Damseh, Abdelkader Nasreddine Belkacem, Elarbi Badidi 외

Image inpainting is currently a hot topic within the field of computer vision. It offers a viable solution for various applications, including photographic restoration, video editing, and medical imaging. Deep learning a…

Image InpaintingVideo EditingVideo Inpainting

HINT: High-quality INPainting Transformer with Mask-Aware Encoding and Enhanced Attention

2024-02-22 · Shuang Chen, Amir Atapour-Abarghouei, Hubert P. H. Shum

Existing image inpainting methods leverage convolution-based downsampling approaches to reduce spatial dimensions. This may result in information loss from corrupted images where the available information is inherently s…

Image Inpaintingspeech-recognitionSpeech Recognition

Delving Globally into Texture and Structure for Image Inpainting

2022-09-17 · Haipeng Liu, Yang Wang, Meng Wang, Yong Rui

Image inpainting has achieved remarkable progress and inspired abundant methods, where the critical bottleneck is identified as how to fulfill the high-frequency structure and low-frequency texture information on the mas…

DecoderImage Inpainting

InpaintFusion: Incremental RGB-D Inpainting for 3D Scenes

2020-10-01 · Shohei Mori, Okan Erat, Wolfgang Broll, Hideo Saito 외

State-of-the-art methods for diminished reality propagate pixel information from a keyframe to subsequent frames for real-time inpainting. However, these approaches produce artifacts, if the scene geometry is not suffici…

global-optimizationImage InpaintingSimultaneous Localization and MappingVideo Inpainting