中文
相关论文

相关论文: Using GANs to Synthesise Minimum Training Data for…

200 篇论文

Generative adversarial networks (GANs) synthesize realistic images from a random latent vector. While many studies have explored various training configurations and architectures for GANs, the problem of inverting a generative model to…

计算机视觉与模式识别 · 计算机科学 2020-09-15 Nicky Bayat , Vahid Reza Khazaie , Yalda Mohsenzadeh

Generative Adversarial Networks (GANs) have achieved remarkable achievements in image synthesis. These successes of GANs rely on large scale datasets, requiring too much cost. With limited training data, how to stable the training process…

计算机视觉与模式识别 · 计算机科学 2022-10-11 Ziqiang Li , Beihao Xia , Jing Zhang , Chaoyue Wang , Bin Li

Generative adversarial networks (GANs) have been extensively studied in the past few years. Arguably their most significant impact has been in the area of computer vision where great advances have been made in challenges such as plausible…

机器学习 · 计算机科学 2021-01-01 Zhengwei Wang , Qi She , Tomas E. Ward

Video generation is an interesting problem in computer vision. It is quite popular for data augmentation, special effect in move, AR/VR and so on. With the advances of deep learning, many deep generative models have been proposed to solve…

计算机视觉与模式识别 · 计算机科学 2021-11-23 Tingfung Lau , Sailun Xu , Xinze Wang

Deepfakes pose severe threats of visual misinformation to our society. One representative deepfake application is face manipulation that modifies a victim's facial attributes in an image, e.g., changing her age or hair color. The…

密码学与安全 · 计算机科学 2022-10-04 Zheng Li , Ning Yu , Ahmed Salem , Michael Backes , Mario Fritz , Yang Zhang

Generative Adversarial Networks (GAN) are known to produce synthetic data that are difficult to discern from real ones by humans. In this paper we present an approach to use GAN to produce realistically looking ECG signals. We utilize them…

机器学习 · 计算机科学 2020-09-08 Karol Antczak

Recent advances in deep learning have significantly increased the performance of face recognition systems. The performance and reliability of these models depend heavily on the amount and quality of the training data. However, the…

计算机视觉与模式识别 · 计算机科学 2018-02-19 Adam Kortylewski , Andreas Schneider , Thomas Gerig , Bernhard Egger , Andreas Morel-Forster , Thomas Vetter

Recent advances in Generative Adversarial Networks (GANs) continue to attract the attention of researchers in different fields due to the wide range of applications devised to take advantage of their key features. Most recent GANs are…

人机交互 · 计算机科学 2023-05-31 Mohammad Lataifeh , Xavier Carrasco , Ashraf Elnagar , Naveed Ahmed

Generative Adversarial Networks (GANs) have been shown to aid in the creation of artificial data in situations where large amounts of real data are difficult to come by. This issue is especially salient in the computational linguistics…

计算与语言 · 计算机科学 2022-10-27 Isaac Wasserman

Generative Adversarial Networks (GANs) have gained significant attention in several computer vision tasks for generating high-quality synthetic data. Various medical applications including diagnostic imaging and radiation therapy can…

图像与视频处理 · 电气工程与系统科学 2022-07-25 Sanaz Mohammadjafari , Mucahit Cevik , Ayse Basar

At this moment, GAN-based image generation methods are still imperfect, whose upsampling design has limitations in leaving some certain artifact patterns in the synthesized image. Such artifact patterns can be easily exploited (by recent…

计算机视觉与模式识别 · 计算机科学 2020-08-18 Yihao Huang , Felix Juefei-Xu , Run Wang , Qing Guo , Lei Ma , Xiaofei Xie , Jianwen Li , Weikai Miao , Yang Liu , Geguang Pu

Generative Adversarial Networks (GANs) have revolutionized image synthesis through many applications like face generation, photograph editing, and image super-resolution. Image synthesis using GANs has predominantly been uni-modal, with few…

计算机视觉与模式识别 · 计算机科学 2021-10-12 Rohan Wadhawan , Tanuj Drall , Shubham Singh , Shampa Chakraverty

Generative Adversarial Networks (GANs) have shown remarkable performance in image synthesis tasks, but typically require a large number of training samples to achieve high-quality synthesis. This paper proposes a simple and effective…

计算机视觉与模式识别 · 计算机科学 2020-10-23 Esther Robb , Wen-Sheng Chu , Abhishek Kumar , Jia-Bin Huang

In image editing, the most common task is pasting objects from one image to the other and then eventually adjusting the manifestation of the foreground object with the background object. This task is called image compositing. But image…

计算机视觉与模式识别 · 计算机科学 2021-03-30 Shivangi Aneja , Soham Mazumder

Generative Adversarial Networks (GANs) have become exceedingly popular in a wide range of data-driven research fields, due in part to their success in image generation. Their ability to generate new samples, often from only a small amount…

计算与语言 · 计算机科学 2019-03-19 Thomas Wiest , Nicholas Cummins , Alice Baird , Simone Hantke , Judith Dineley , Björn Schuller

Generative Adversarial Networks are used for generating the data using a generator and a discriminator, GANs usually produce high-quality images, but training GANs in an adversarial setting is a difficult task. GANs require high computation…

计算机视觉与模式识别 · 计算机科学 2023-08-01 Md Nurul Muttakin , Malik Shahid Sultan , Robert Hoehndorf , Hernando Ombao

Multimodal generative models are rapidly evolving, leading to a surge in the generation of realistic video and audio that offers exciting possibilities but also serious risks. Deepfake videos, which can convincingly impersonate individuals,…

计算机视觉与模式识别 · 计算机科学 2024-08-22 Hannah Lee , Changyeon Lee , Kevin Farhat , Lin Qiu , Steve Geluso , Aerin Kim , Oren Etzioni

In the course of the past few years, diffusion models (DMs) have reached an unprecedented level of visual quality. However, relatively little attention has been paid to the detection of DM-generated images, which is critical to prevent…

计算机视觉与模式识别 · 计算机科学 2024-01-23 Jonas Ricker , Simon Damm , Thorsten Holz , Asja Fischer

Generative Adversarial Networks (GANs) are an arrange of two neural networks -- the generator and the discriminator -- that are jointly trained to generate artificial data, such as images, from random inputs. The quality of these generated…

计算机视觉与模式识别 · 计算机科学 2021-01-05 Manel Mateos , Alejandro González , Xavier Sevillano

In this paper, we show that popular Generative Adversarial Networks (GANs) exacerbate biases along the axes of gender and skin tone when given a skewed distribution of face-shots. While practitioners celebrate synthetic data generation…

机器学习 · 计算机科学 2021-06-17 Niharika Jain , Alberto Olmo , Sailik Sengupta , Lydia Manikonda , Subbarao Kambhampati