paper-with-me

Papers

Metric Learning-based Generative Adversarial Network

2017-11-08 · Zi-Yi Dou

Generative Adversarial Networks (GANs), as a framework for estimating generative models via an adversarial process, have attracted huge attention and have proven to be powerful in a variety of tasks. However, training GANs is well known for being delicate and unstable, partially caused by its sig- moid cross entropy loss function for the discriminator. To overcome such a problem, many researchers directed their attention on various ways to measure how close the model distribution and real distribution are and have applied dif- ferent metrics as their objective functions. In this paper, we propose a novel framework to train GANs based on distance metric learning and we call it Metric Learning-based Gener- ative Adversarial Network (MLGAN). The discriminator of MLGANs can dynamically learn an appropriate metric, rather than a static one, to measure the distance between generated samples and real samples. Afterwards, MLGANs update the generator under the newly learned metric. We evaluate our ap- proach on several representative datasets and the experimen- tal results demonstrate that MLGANs can achieve superior performance compared with several existing state-of-the-art approaches. We also empirically show that MLGANs could increase the stability of training GANs.

📄 PDF Abstract BibTeX arXiv:1711.02792

Code (0)

등록된 구현이 없습니다.

Tasks

Generative Adversarial NetworkMetric Learning

Similar Papers 제목 키워드 기반

Towards a Testable Notion of Generalization for Generative Adversarial Networks

2018-01-01 · ICLR 2018 1 · Robert Cornish, Hongseok Yang, Frank Wood

We consider the question of how to assess generative adversarial networks, in particular with respect to whether or not they generalise beyond memorising the training data. We propose a simple procedure for assessing gen…

Generative Adversarial Network

MetricGAN: Generative Adversarial Networks based Black-box Metric Scores Optimization for Speech Enhancement

2019-05-13 · Szu-Wei Fu, Chien-Feng Liao, Yu Tsao, Shou-De Lin

Adversarial loss in a conditional generative adversarial network (GAN) is not designed to directly optimize evaluation metrics of a target task, and thus, may not always guide the generator in a GAN to generate data with…

Generative Adversarial NetworkSpeech Enhancement

Sparse-Inductive Generative Adversarial Hashing for Nearest Neighbor Search

2023-06-12 · Hong Liu

Unsupervised hashing has received extensive research focus on the past decade, which typically aims at preserving a predefined metric (i.e. Euclidean metric) in the Hamming space. To this end, the encoding functions of t…

compressed sensingQuantization

Lotka-Volterra Model with Mutations and Generative Adversarial Networks

2024-02-29 · S. V. Kozyrev

A model of population genetics of the Lotka-Volterra type with mutations on a statistical manifold is introduced. Mutations in the model are described by diffusion on a statistical manifold with a generator in the form o…

Generative Adversarial NetworkLearning Theory

CapsuleGAN: Generative Adversarial Capsule Network

2018-02-17 · Ayush Jaiswal, Wael Abd-Almageed, Yue Wu, Premkumar Natarajan

We present Generative Adversarial Capsule Network (CapsuleGAN), a framework that uses capsule networks (CapsNets) instead of the standard convolutional neural networks (CNNs) as discriminators within the generative adver…

General ClassificationGenerative Adversarial Networkimage-classificationImage Classification+1