paper-with-me

Papers

SuperInpaint: Learning Detail-Enhanced Attentional Implicit Representation for Super-resolutional Image Inpainting

2023-07-26 · Canyu Zhang, Qing Guo, Xiaoguang Li, Renjie Wan, Hongkai Yu, Ivor Tsang, Song Wang

In this work, we introduce a challenging image restoration task, referred to as SuperInpaint, which aims to reconstruct missing regions in low-resolution images and generate completed images with arbitrarily higher resolutions. We have found that this task cannot be effectively addressed by stacking state-of-the-art super-resolution and image inpainting methods as they amplify each other's flaws, leading to noticeable artifacts. To overcome these limitations, we propose the detail-enhanced attentional implicit representation (DEAR) that can achieve SuperInpaint with a single model, resulting in high-quality completed images with arbitrary resolutions. Specifically, we use a deep convolutional network to extract the latent embedding of an input image and then enhance the high-frequency components of the latent embedding via an adaptive high-pass filter. This leads to detail-enhanced semantic embedding. We further feed the semantic embedding into an unmask-attentional module that suppresses embeddings from ineffective masked pixels. Additionally, we extract a pixel-wise importance map that indicates which pixels should be used for image reconstruction. Given the coordinates of a pixel we want to reconstruct, we first collect its neighboring pixels in the input image and extract their detail-enhanced semantic embeddings, unmask-attentional semantic embeddings, importance values, and spatial distances to the desired pixel. Then, we feed all the above terms into an implicit representation and generate the color of the specified pixel. To evaluate our method, we extend three existing datasets for this new task and build 18 meaningful baselines using SOTA inpainting and super-resolution methods. Extensive experimental results demonstrate that our method outperforms all existing methods by a significant margin on four widely used metrics.

📄 PDF Abstract BibTeX arXiv:2307.14489

Code (0)

등록된 구현이 없습니다.

Tasks

Image InpaintingImage ReconstructionImage RestorationSuper-Resolution

Methods 이 논문이 사용한 방법론

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

Similar Papers 제목 키워드 기반

AEANet: Affinity Enhanced Attentional Networks for Arbitrary Style Transfer

2024-09-23 · Gen Li, Xianqiu Zheng, Yujian Li

Arbitrary artistic style transfer is a research area that combines rational academic study with emotive artistic creation. It aims to create a new image from a content image according to a target artistic style, maintain…

Style Transfer

Neural Image Compression via Attentional Multi-Scale Back Projection and Frequency Decomposition

2021-01-01 · ICCV 2021 10 · Ge Gao, Pei You, Rong pan, Shunyuan Han 외

In recent years, neural image compression emerges as a rapidly developing topic in computer vision, where the state-of-the-art approaches now exhibit superior compression performance than their conventional counterpa…

Image CompressionMS-SSIMSSIM

Visual Explanations from Hadamard Product in Multimodal Deep Networks

2017-12-18 · Jin-Hwa Kim, Byoung-Tak Zhang

The visual explanation of learned representation of models helps to understand the fundamentals of learning. The attentional models of previous works used to visualize the attended regions over an image or text using the…

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Recovering Fine Details for Neural Implicit Surface Reconstruction

2022-11-21 · Decai Chen, Peng Zhang, Ingo Feldmann, Oliver Schreer 외

Recent works on implicit neural representations have made significant strides. Learning implicit neural surfaces using volume rendering has gained popularity in multi-view reconstruction without 3D supervision. However, …

Surface Reconstruction

RiFeGAN: Rich Feature Generation for Text-to-Image Synthesis From Prior Knowledge

2020-06-01 · CVPR 2020 6 · Jun Cheng, Fuxiang Wu, Yanling Tian, Lei Wang 외

Text-to-image synthesis is a challenging task that generates realistic images from a textual sequence, which usually contains limited information compared with the corresponding image and so is ambiguous and abstractive.…

Image Generation