中文
相关论文

相关论文: MSGDD-cGAN: Multi-Scale Gradients Dual Discriminat…

200 篇论文

Generative Adversarial Networks (GANs) are very popular frameworks for generating high-quality data, and are immensely used in both the academia and industry in many domains. Arguably, their most substantial impact has been in the area of…

计算机视觉与模式识别 · 计算机科学 2022-03-02 Gilad Cohen , Raja Giryes

In recent years, research on image generation methods has been developing fast. The auto-encoding variational Bayes method (VAEs) was proposed in 2013, which uses variational inference to learn a latent space from the image database and…

计算机视觉与模式识别 · 计算机科学 2018-07-12 Guoqiang Zhong , Wei Gao , Yongbin Liu , Youzhao Yang

Synthetic medical image generation has a huge potential for improving healthcare through many applications, from data augmentation for training machine learning systems to preserving patient privacy. Conditional Adversarial Generative…

图像与视频处理 · 电气工程与系统科学 2022-05-05 Mohammad Havaei , Ximeng Mao , Yiping Wang , Qicheng Lao

Federated learning is an emerging concept in the domain of distributed machine learning. This concept has enabled GANs to benefit from the rich distributed training data while preserving privacy. However, in a non-iid setting, current…

机器学习 · 计算机科学 2022-06-27 Akash Amalan , Rui Wang , Yanqi Qiao , Emmanouil Panaousis , Kaitai Liang

State-of-the-art methods for image-to-image translation with Generative Adversarial Networks (GANs) can learn a mapping from one domain to another domain using unpaired image data. However, these methods require the training of one specific…

计算机视觉与模式识别 · 计算机科学 2019-01-16 Hao Tang , Dan Xu , Wei Wang , Yan Yan , Nicu Sebe

Generative Adversarial Networks (GANs) are a revolutionary class of Deep Neural Networks (DNNs) that have been successfully used to generate realistic images, music, text, and other data. However, GAN training presents many challenges,…

机器学习 · 计算机科学 2022-03-30 Vineel Nagisetty , Laura Graves , Joseph Scott , Vijay Ganesh

Generative Adversarial Networks (GANs) have become increasingly powerful, generating mind-blowing photorealistic images that mimic the content of datasets they were trained to replicate. One recurrent theme in medical imaging is whether…

图像与视频处理 · 电气工程与系统科学 2021-07-20 Youssef Skandarani , Pierre-Marc Jodoin , Alain Lalande

Image generation has been heavily investigated in computer vision, where one core research challenge is to generate images from arbitrarily complex distributions with little supervision. Generative Adversarial Networks (GANs) as an implicit…

计算机视觉与模式识别 · 计算机科学 2021-08-19 Hui Ying , He Wang , Tianjia Shao , Yin Yang , Kun Zhou

The fusion of multispectral and panchromatic images is always dubbed pansharpening. Most of the available deep learning-based pan-sharpening methods sharpen the multispectral images through a one-step scheme, which strongly depends on the…

图像与视频处理 · 电气工程与系统科学 2022-08-01 Yinghui Xing , Shuyuan Yang , Song Wang , Yan Zhang , Yanning Zhang

Conditional GANs (cGAN), in their rudimentary form, suffer from critical drawbacks such as the lack of diversity in generated outputs and distortion between the latent and output manifolds. Although efforts have been made to improve…

计算机视觉与模式识别 · 计算机科学 2021-06-03 Sameera Ramasinghe , Moshiur Farazi , Salman Khan , Nick Barnes , Stephen Gould

Many activity classifications segments data into fixed window size for feature extraction and classification. However, animal behaviors have various durations that do not match the predetermined window size. The dense labeling and dense…

信号处理 · 电气工程与系统科学 2022-09-09 Zhuqing Zhao , Dong Ha , Abhishek Damle , Barbara Roqueto Dos , Robin White , Sook Ha

A conditional Generative Adversarial Network allows for generating samples conditioned on certain external information. Being able to recover latent and conditional vectors from a condi- tional GAN can be potentially valuable in various…

计算机视觉与模式识别 · 计算机科学 2019-03-26 Sihao Ding , Andreas Wallin

This paper presents a deep learning-based approach to emotion detection using Conditional Generative Adversarial Networks (cGANs). Unlike traditional unimodal techniques that rely on a single data type, we explore a multimodal framework…

机器学习 · 计算机科学 2025-08-07 Anushka Srivastava

Training generative adversarial networks is unstable in high-dimensions as the true data distribution tends to be concentrated in a small fraction of the ambient space. The discriminator is then quickly able to classify nearly all generated…

机器学习 · 计算机科学 2018-06-26 Behnam Neyshabur , Srinadh Bhojanapalli , Ayan Chakrabarti

In this paper, a novel framework is proposed to perform data-driven air-to-ground (A2G) channel estimation for millimeter wave (mmWave) communications in an unmanned aerial vehicle (UAV) wireless network. First, an effective channel…

信息论 · 计算机科学 2021-08-03 Qianqian Zhang , Aidin Ferdowsi , Walid Saad , Mehdi Bennis

Transformer models have recently attracted much interest from computer vision researchers and have since been successfully employed for several problems traditionally addressed with convolutional neural networks. At the same time, image…

计算机视觉与模式识别 · 计算机科学 2021-07-13 Ricard Durall , Stanislav Frolov , Jörn Hees , Federico Raue , Franz-Josef Pfreundt , Andreas Dengel , Janis Keupe

Generative Adversarial Networks (GANs) produce high-quality images but are challenging to train. They need careful regularization, vast amounts of compute, and expensive hyper-parameter sweeps. We make significant headway on these issues by…

计算机视觉与模式识别 · 计算机科学 2021-11-02 Axel Sauer , Kashyap Chitta , Jens Müller , Andreas Geiger

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

Image de-fencing is one of the important aspects of recreational photography in which the objective is to remove the fence texture present in an image and generate an aesthetically pleasing version of the same image without the fence…

计算机视觉与模式识别 · 计算机科学 2019-08-20 Divyanshu Gupta , Shorya Jain , Utkarsh Tripathi , Pratik Chattopadhyay , Lipo Wang

Generative Adversarial Networks (GANs) are increasingly used to generate synthetic medical images, addressing the critical shortage of annotated data for training Artificial Intelligence systems. This study introduces CRF-GAN, a novel…

图像与视频处理 · 电气工程与系统科学 2025-04-22 Mahshid Shiri , Chandra Bortolotto , Alessandro Bruno , Alessio Consonni , Daniela Maria Grasso , Leonardo Brizzi , Daniele Loiacono , Lorenzo Preda