paper-with-me

홈 › Papers

Image Inpainting with Learnable Bidirectional Attention Maps

2019-09-03 · ICCV 2019 10 · Chaohao Xie, Shaohui Liu, Chao Li, Ming-Ming Cheng, WangMeng Zuo, Xiao Liu, Shilei Wen, Errui Ding

Most convolutional network (CNN)-based inpainting methods adopt standard convolution to indistinguishably treat valid pixels and holes, making them limited in handling irregular holes and more likely to generate inpainting results with color discrepancy and blurriness. Partial convolution has been suggested to address this issue, but it adopts handcrafted feature re-normalization, and only considers forward mask-updating. In this paper, we present a learnable attention map module for learning feature renormalization and mask-updating in an end-to-end manner, which is effective in adapting to irregular holes and propagation of convolution layers. Furthermore, learnable reverse attention maps are introduced to allow the decoder of U-Net to concentrate on filling in irregular holes instead of reconstructing both holes and known regions, resulting in our learnable bidirectional attention maps. Qualitative and quantitative experiments show that our method performs favorably against state-of-the-arts in generating sharper, more coherent and visually plausible inpainting results. The source code and pre-trained models will be available.

📄 PDF Abstract BibTeX arXiv:1909.00968

Code (1)

Vious/LBAM_inpainting 공식 구현 pytorch

Tasks

DecoderImage Inpaintingvalid

Methods 이 논문이 사용한 방법론

Concatenated Skip Connection A Concatenated Skip Connection is a type of skip connection that seeks to reuse features by concatenating them to new layers, allowing more information to be retained from…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
U-Net 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

Image Inpainting with Edge-guided Learnable Bidirectional Attention Maps

2021-04-25 · Dongsheng Wang, Chaohao Xie, Shaohui Liu, Zhenxing Niu 외

For image inpainting, the convolutional neural networks (CNN) in previous methods often adopt standard convolutional operator, which treats valid pixels and holes indistinguishably. As a result, they are limited in handl…

Image Inpaintingvalid

Reference Guided Image Inpainting using Facial Attributes

2023-01-19 · Dongsik Yoon, Jeonggi Kwak, Yuanming Li, David Han 외

Image inpainting is a technique of completing missing pixels such as occluded region restoration, distracting objects removal, and facial completion. Among these inpainting tasks, facial completion algorithm performs fac…

AttributeFacial InpaintingImage InpaintingMS-SSIM+1

View Blind-spot as Inpainting: Self-Supervised Denoising with Mask Guided Residual Convolution

2021-09-10 · Yuhongze Zhou, Liguang Zhou, Tin Lun Lam, Yangsheng Xu

In recent years, self-supervised denoising methods have shown impressive performance, which circumvent painstaking collection procedure of noisy-clean image pairs in supervised denoising methods and boost denoising appli…

Denoising

Diverse Image Inpainting with Bidirectional and Autoregressive Transformers

2021-04-26 · Yingchen Yu, Fangneng Zhan, Rongliang Wu, Jianxiong Pan 외

Image inpainting is an underdetermined inverse problem, which naturally allows diverse contents to fill up the missing or corrupted regions realistically. Prevalent approaches using convolutional neural networks (CNNs) c…

DiversityImage InpaintingLanguage ModelingLanguage Modelling

DAM-GAN : Image Inpainting using Dynamic Attention Map based on Fake Texture Detection

2022-04-20 · Dongmin Cha, Daijin Kim

Deep neural advancements have recently brought remarkable image synthesis performance to the field of image inpainting. The adaptation of generative adversarial networks (GAN) in particular has accelerated significant pr…

Image GenerationImage InpaintingImage Reconstruction