paper-with-me

홈 › Papers

Training Generative Adversarial Networks with Binary Neurons by End-to-end Backpropagation

2018-10-10 · Hao-Wen Dong, Yi-Hsuan Yang

We propose the BinaryGAN, a novel generative adversarial network (GAN) that uses binary neurons at the output layer of the generator. We employ the sigmoid-adjusted straight-through estimators to estimate the gradients for the binary neurons and train the whole network by end-to-end backpropogation. The proposed model is able to directly generate binary-valued predictions at test time. We implement such a model to generate binarized MNIST digits and experimentally compare the performance for different types of binary neurons, GAN objectives and network architectures. Although the results are still preliminary, we show that it is possible to train a GAN that has binary neurons and that the use of gradient estimators can be a promising direction for modeling discrete distributions with GANs. For reproducibility, the source code is available at https://github.com/salu133445/binarygan .

📄 PDF Abstract BibTeX arXiv:1810.04714

Code (1)

salu133445/binarygan 공식 구현 tf

Tasks

Generative Adversarial Network

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Dogecoin Customer Service Number +1-833-534-1729 설명 없음

Similar Papers 제목 키워드 기반

Convolutional Generative Adversarial Networks with Binary Neurons for Polyphonic Music Generation

2018-04-25 · Hao-Wen Dong, Yi-Hsuan Yang

It has been shown recently that deep convolutional generative adversarial networks (GANs) can learn to generate music in the form of piano-rolls, which represent music by binary-valued time-pitch matrices. However, exist…

Music Generation

Progressive Generative Adversarial Binary Networks for Music Generation

2019-03-12 · Manan Oza, Himanshu Vaghela, Kriti Srivastava

Recent improvements in generative adversarial network (GAN) training techniques prove that progressively training a GAN drastically stabilizes the training and improves the quality of outputs produced. Adding layers afte…

Generative Adversarial NetworkMusic Generation

Seeking Next Layer Neurons' Attention for Error-Backpropagation-Like Training in a Multi-Agent Network Framework

2023-10-15 · Arshia Soltani Moakhar, Mohammad Azizmalayeri, Hossein Mirzaei, Mohammad Taghi Manzuri 외

Despite considerable theoretical progress in the training of neural networks viewed as a multi-agent system of neurons, particularly concerning biological plausibility and decentralized training, their applicability to r…

Learning representations for binary-classification without backpropagation

2020-05-01 · ICLR 2020 1 · Mathias Lechner

The family of feedback alignment (FA) algorithms aims to provide a more biologically motivated alternative to backpropagation (BP), by substituting the computations that are unrealistic to be implemented in physical brai…

Binary ClassificationClassificationGeneral Classification

A More Biologically Plausible Local Learning Rule for ANNs

2020-11-24 · Shashi Kant Gupta

The backpropagation algorithm is often debated for its biological plausibility. However, various learning methods for neural architecture have been proposed in search of more biologically plausible learning. Most of them…

Adversarial RobustnessBinary Classification