中文
相关论文

相关论文: Contextual-based Image Inpainting: Infer, Match, a…

200 篇论文

Image inpainting is the task of filling in missing or masked region of an image with semantically meaningful contents. Recent methods have shown significant improvement in dealing with large-scale missing regions. However, these methods…

计算机视觉与模式识别 · 计算机科学 2023-04-25 Wanglong Lu , Xianta Jiang , Xiaogang Jin , Yong-Liang Yang , Minglun Gong , Tao Wang , Kaijie Shi , Hanli Zhao

How does one adapt a pre-trained visual model to novel downstream tasks without task-specific finetuning or any model modification? Inspired by prompting in NLP, this paper investigates visual prompting: given input-output image example(s)…

计算机视觉与模式识别 · 计算机科学 2022-09-02 Amir Bar , Yossi Gandelsman , Trevor Darrell , Amir Globerson , Alexei A. Efros

Image inpainting is a non-trivial task in computer vision due to multiple possibilities for filling the missing data, which may be dependent on the global information of the image. Most of the existing approaches use the attention mechanism…

计算机视觉与模式识别 · 计算机科学 2020-11-06 Gourav Wadhwa , Abhinav Dhall , Subrahmanyam Murala , Usman Tariq

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) for image inpainting…

计算机视觉与模式识别 · 计算机科学 2018-02-13 Pascal Laube , Michael Grunwald , Matthias O. Franz , Georg Umlauf

Image Completion refers to the task of filling in the missing regions of an image and Image Extrapolation refers to the task of extending an image at its boundaries while keeping it coherent. Many recent works based on GAN have shown…

计算机视觉与模式识别 · 计算机科学 2020-06-05 Sai Hemanth Kasaraneni , Abhishek Mishra

Existing image inpainting methods often produce artifacts when dealing with large holes in real applications. To address this challenge, we propose an iterative inpainting method with a feedback mechanism. Specifically, we introduce a deep…

计算机视觉与模式识别 · 计算机科学 2020-07-15 Yu Zeng , Zhe Lin , Jimei Yang , Jianming Zhang , Eli Shechtman , Huchuan Lu

Existing learning-based image inpainting methods are still in challenge when facing complex semantic environments and diverse hole patterns. The prior information learned from the large scale training data is still insufficient for these…

计算机视觉与模式识别 · 计算机科学 2022-08-01 Taorong Liu , Liang Liao , Zheng Wang , Shin'ichi Satoh

Music Inpainting is the task of filling in missing or lost information in a piece of music. We investigate this task from an interactive music creation perspective. To this end, a novel deep learning-based approach for musical score…

机器学习 · 计算机科学 2020-04-14 Ashis Pati , Alexander Lerch , Gaëtan Hadjeres

Video inpainting aims to fill spatio-temporal holes with plausible content in a video. Despite tremendous progress of deep neural networks for image inpainting, it is challenging to extend these methods to the video domain due to the…

计算机视觉与模式识别 · 计算机科学 2019-05-07 Dahun Kim , Sanghyun Woo , Joon-Young Lee , In So Kweon

Image inpainting task refers to erasing unwanted pixels from images and filling them in a semantically consistent and realistic way. Traditionally, the pixels that are wished to be erased are defined with binary masks. From the application…

计算机视觉与模式识别 · 计算机科学 2023-08-11 Ahmet Burak Yildirim , Vedat Baday , Erkut Erdem , Aykut Erdem , Aysegul Dundar

Semantic inpainting is the task of inferring missing pixels in an image given surrounding pixels and high level image semantics. Most semantic inpainting algorithms are deterministic: given an image with missing regions, a single inpainted…

计算机视觉与模式识别 · 计算机科学 2019-02-26 Emilien Dupont , Suhas Suresha

Image inpainting, the task of reconstructing missing segments in corrupted images using available data, faces challenges in ensuring consistency and fidelity, especially under information-scarce conditions. Traditional evaluation methods,…

计算机视觉与模式识别 · 计算机科学 2024-05-28 Tianyi Chen , Jianfu Zhang , Yan Hong , Yiyi Zhang , Liqing Zhang

Recovering the missing regions of an image is a task that is called image inpainting. Depending on the shape of missing areas, different methods are presented in the literature. One of the challenges of this problem is extracting features…

计算机视觉与模式识别 · 计算机科学 2020-01-13 Ghazale Ghorbanzade , Zahra Nabizadeh , Nader Karimi , Shadrokh Samavi

Blind inpainting is a task to automatically complete visual contents without specifying masks for missing areas in an image. Previous works assume missing region patterns are known, limiting its application scope. In this paper, we relax…

计算机视觉与模式识别 · 计算机科学 2020-03-17 Yi Wang , Ying-Cong Chen , Xin Tao , Jiaya Jia

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…

计算机视觉与模式识别 · 计算机科学 2023-03-16 Weihuang Liu , Xiaodong Cun , Chi-Man Pun , Menghan Xia , Yong Zhang , Jue Wang

Image inpainting methods have shown significant improvements by using deep neural networks recently. However, many of these techniques often create distorted structures or blurry textures inconsistent with surrounding areas. The problem is…

计算机视觉与模式识别 · 计算机科学 2022-01-04 Maitreya Suin , Kuldeep Purohit , A. N. Rajagopalan

The new alternative is to use deep learning to inpaint any image by utilizing image classification and computer vision techniques. In general, image inpainting is a task of recreating or reconstructing any broken image which could be a…

计算机视觉与模式识别 · 计算机科学 2022-04-07 Narayana Darapaneni , Vaibhav Kherde , Kameswara Rao , Deepali Nikam , Swanand Katdare , Anima Shukla , Anagha Lomate , Anwesh Reddy Paduri

Video inpainting is the task of filling a region in a video in a visually convincing manner. It is very challenging due to the high dimensionality of the data and the temporal consistency required for obtaining convincing results. Recently,…

计算机视觉与模式识别 · 计算机科学 2025-04-29 Nicolas Cherel , Andrés Almansa , Yann Gousseau , Alasdair Newson

Image inpainting aims to fill missing pixels in damaged images and has achieved significant progress with cut-edging learning techniques. Nevertheless, state-of-the-art inpainting methods are mainly designed for nature images and cannot…

计算机视觉与模式识别 · 计算机科学 2024-07-24 Liang Zhao , Qing Guo , Xiaoguang Li , Song Wang

Recently deep neutral networks have achieved promising performance for filling large missing regions in image inpainting tasks. They usually adopted the standard convolutional architecture over the corrupted image, leading to meaningless…

计算机视觉与模式识别 · 计算机科学 2019-09-30 Yuqing Ma , Xianglong Liu , Shihao Bai , Lei Wang , Aishan Liu , Dacheng Tao , Edwin Hancock