中文
相关论文

相关论文: Semantic Image Completion and Enhancement using De…

200 篇论文

Generative Adversarial Networks have been crucial in the developments made in unsupervised learning in recent times. Exemplars of image synthesis from text or other images, these networks have shown remarkable improvements over conventional…

机器学习 · 计算机科学 2019-09-02 Rohan Akut , Sumukh Marathe , Rucha Apte , Ishan Joshi , Siddhivinayak Kulkarni

Compression artifacts arise in images whenever a lossy compression algorithm is applied. These artifacts eliminate details present in the original image, or add noise and small structures; because of these effects they make images less…

计算机视觉与模式识别 · 计算机科学 2017-12-07 Leonardo Galteri , Lorenzo Seidenari , Marco Bertini , Alberto Del Bimbo

Image matting and image harmonization are two important tasks in image composition. Image matting, aiming to achieve foreground boundary details, and image harmonization, aiming to make the background compatible with the foreground, are…

计算机视觉与模式识别 · 计算机科学 2021-08-16 Xuqian Ren , Yifan Liu , Chunlei Song

The most striking successes in image retrieval using deep hashing have mostly involved discriminative models, which require labels. In this paper, we use binary generative adversarial networks (BGAN) to embed images to binary codes in an…

计算机视觉与模式识别 · 计算机科学 2017-08-15 Jingkuan Song

Generative Adversarial Networks have surprising ability for generating sharp and realistic images, though they are known to suffer from the so-called mode collapse problem. In this paper, we propose a new GAN variant called Mixture Density…

机器学习 · 计算机科学 2018-11-30 Hamid Eghbal-zadeh , Werner Zellinger , Gerhard Widmer

Generative Adversarial Networks (GANs) and their extensions have carved open many exciting ways to tackle well known and challenging medical image analysis problems such as medical image de-noising, reconstruction, segmentation, data…

计算机视觉与模式识别 · 计算机科学 2019-10-10 Salome Kazeminia , Christoph Baur , Arjan Kuijper , Bram van Ginneken , Nassir Navab , Shadi Albarqouni , Anirban Mukhopadhyay

In the field of medical image analysis, there is a substantial need for high-resolution (HR) images to improve diagnostic accuracy. However, it is a challenging task to obtain HR medical images, as it requires advanced instruments and…

图像与视频处理 · 电气工程与系统科学 2024-11-25 Alireza Aghelan , Modjtaba Rouhani

We present a novel high-fidelity generative adversarial network (GAN) inversion framework that enables attribute editing with image-specific details well-preserved (e.g., background, appearance, and illumination). We first analyze the…

计算机视觉与模式识别 · 计算机科学 2024-09-30 Tengfei Wang , Yong Zhang , Yanbo Fan , Jue Wang , Qifeng Chen

Generative Adversarial Networks (GANs) have made significant progress in enhancing the quality of image synthesis. Recent methods frequently leverage pretrained networks to calculate perceptual losses or utilize pretrained feature spaces.…

计算机视觉与模式识别 · 计算机科学 2026-02-06 Geonhui Son , Jeong Ryong Lee , Dosik Hwang

Deep Neural Networks have been very successfully used for many computer vision and pattern recognition applications. While Convolutional Neural Networks(CNNs) have shown the path to state of art image classifications, Generative Adversarial…

计算机视觉与模式识别 · 计算机科学 2021-08-23 Jake Sparkman , Abdalla Al-Ayrot , Utkarsh Contractor

In this paper, we propose an effective face completion algorithm using a deep generative model. Different from well-studied background completion, the face completion task is more challenging as it often requires to generate semantically…

计算机视觉与模式识别 · 计算机科学 2017-04-20 Yijun Li , Sifei Liu , Jimei Yang , Ming-Hsuan Yang

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

Generative adversarial networks (GANs) are a class of unsupervised machine learning algorithms that can produce realistic images from randomly-sampled vectors in a multi-dimensional space. Until recently, it was not possible to generate…

计算机视觉与模式识别 · 计算机科学 2018-05-10 Andrew Beers , James Brown , Ken Chang , J. Peter Campbell , Susan Ostmo , Michael F. Chiang , Jayashree Kalpathy-Cramer

Generative Adversarial Networks have been employed successfully to generate high-resolution augmented images of size 1024^2. Although the augmented images generated are unprecedented, the training time of the model is exceptionally high.…

图像与视频处理 · 电气工程与系统科学 2022-02-28 Atharva Karwande , Pranesh Kulkarni , Tejas Kolhe , Akshay Joshi , Soham Kamble

We report resolution enhancement in scanning electron microscopy (SEM) images using a generative adversarial network. We demonstrate the veracity of this deep learning-based super-resolution technique by inferring unresolved features in…

计算机视觉与模式识别 · 计算机科学 2019-08-21 Kevin de Haan , Zachary S. Ballard , Yair Rivenson , Yichen Wu , Aydogan Ozcan

Image-to-image translation with Deep Learning neural networks, particularly with Generative Adversarial Networks (GANs), is one of the most powerful methods for simulating astronomical images. However, current work is limited to utilizing…

计算机视觉与模式识别 · 计算机科学 2022-02-16 Qiufan Lin , Dominique Fouchez , Jérôme Pasquet

Solving inverse problems continues to be a central challenge in computer vision. Existing techniques either explicitly construct an inverse mapping using prior knowledge about the corruption, or learn the inverse directly using a large…

计算机视觉与模式识别 · 计算机科学 2018-11-22 Rushil Anirudh , Jayaraman J. Thiagarajan , Bhavya Kailkhura , Timo Bremer

The goal of semantic image synthesis is to generate photo-realistic images from semantic label maps. It is highly relevant for tasks like content generation and image editing. Current state-of-the-art approaches, however, still struggle to…

计算机视觉与模式识别 · 计算机科学 2022-10-11 Shijie Li , Ming-Ming Cheng , Juergen Gall

Although Generative Adversarial Network (GAN) can be used to generate the realistic image, improper use of these technologies brings hidden concerns. For example, GAN can be used to generate a tampered video for specific people and…

多媒体 · 计算机科学 2018-10-19 Chih-Chung Hsu , Chia-Yen Lee , Yi-Xiu Zhuang

Recent progress in Generative Adversarial Networks (GANs) has shown promising signs of improving GAN training via architectural change. Despite some early success, at present the design of GAN architectures requires human expertise,…

机器学习 · 计算机科学 2019-06-27 Hanchao Wang , Jun Huan
‹ 上一页 1 8 9 10 下一页 ›