paper-with-me

Papers

CoordFill: Efficient High-Resolution Image Inpainting via Parameterized Coordinate Querying

2023-03-15 · Weihuang Liu, Xiaodong Cun, Chi-Man Pun, Menghan Xia, Yong Zhang, Jue Wang

Image inpainting aims to fill the missing hole of the input. It is hard to solve this task efficiently when facing high-resolution images due to two reasons: (1) Large reception field needs to be handled for high-resolution image inpainting. (2) The general encoder and decoder network synthesizes many background pixels synchronously due to the form of the image matrix. In this paper, we try to break the above limitations for the first time thanks to the recent development of continuous implicit representation. In detail, we down-sample and encode the degraded image to produce the spatial-adaptive parameters for each spatial patch via an attentional Fast Fourier Convolution(FFC)-based parameter generation network. Then, we take these parameters as the weights and biases of a series of multi-layer perceptron(MLP), where the input is the encoded continuous coordinates and the output is the synthesized color value. Thanks to the proposed structure, we only encode the high-resolution image in a relatively low resolution for larger reception field capturing. Then, the continuous position encoding will be helpful to synthesize the photo-realistic high-frequency textures by re-sampling the coordinate in a higher resolution. Also, our framework enables us to query the coordinates of missing pixels only in parallel, yielding a more efficient solution than the previous methods. Experiments show that the proposed method achieves real-time performance on the 2048$\times$2048 images using a single GTX 2080 Ti GPU and can handle 4096$\times$4096 images, with much better performance than existing state-of-the-art methods visually and numerically. The code is available at: https://github.com/NiFangBaAGe/CoordFill.

📄 PDF Abstract BibTeX arXiv:2303.08524

Code (1)

nifangbaage/coordfill 공식 구현 pytorch

Tasks

GPUImage InpaintingVocal Bursts Intensity Prediction

Methods 이 논문이 사용한 방법론

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

Similar Papers 제목 키워드 기반

Generator Pyramid for High-Resolution Image Inpainting

2020-12-04 · Leilei Cao, Tong Yang, Yixu Wang, Bo Yan 외

Inpainting high-resolution images with large holes challenges existing deep learning based image inpainting methods. We present a novel framework -- PyramidFill for high-resolution image inpainting task, which explicitly…

Image InpaintingTexture SynthesisVocal Bursts Intensity Prediction

Image Inpainting for High-Resolution Textures using CNN Texture Synthesis

2017-12-08 · Pascal Laube, Michael Grunwald, Matthias O. Franz, Georg Umlauf

Deep neural networks have been successfully applied to problems such as image segmentation, image super-resolution, coloration and image inpainting. In this work we propose the use of convolutional neural networks (CNN) …

Image InpaintingImage SegmentationImage Super-ResolutionSemantic Segmentation+3

Feature Refinement to Improve High Resolution Image Inpainting

2022-06-27 · Prakhar Kulshreshtha, Brian Pugh, Salma Jiddi

In this paper, we address the problem of degradation in inpainting quality of neural networks operating at high resolutions. Inpainting networks are often unable to generate globally coherent structures at resolutions hi…

Image InpaintingVocal Bursts Intensity Prediction

Ultra High-Resolution Image Inpainting with Patch-Based Content Consistency Adapter

2025-10-15 · Jianhui Zhang, Sheng Cheng, Qirui Sun, Jia Liu 외 arxiv

In this work, we present Patch-Adapter, an effective framework for high-resolution text-guided image inpainting. Unlike existing methods limited to lower resolutions, our approach achieves 4K+ resolution while maintainin…

Image Inpainting

Learning Quadrangulated Patches For 3D Shape Processing

2019-03-25 · Kripasindhu Sarkar, Kiran varanasi, Didier Stricker

We propose a system for surface completion and inpainting of 3D shapes using generative models, learnt on local patches. Our method uses a novel encoding of height map based local patches parameterized using 3D mesh quad…

Denoising