paper-with-me

Papers

Adding A Filter Based on The Discriminator to Improve Unconditional Text Generation

2020-04-05 · Xingyuan Chen, Ping Cai, Peng Jin, Hongjun Wang, Xin-yu Dai, Jia-Jun Chen

The autoregressive language model (ALM) trained with maximum likelihood estimation (MLE) is widely used in unconditional text generation. Due to exposure bias, the generated texts still suffer from low quality and diversity. This presents statistically as a discrepancy between the real text and generated text. Some research shows a discriminator can detect this discrepancy. Because the discriminator can encode more information than the generator, discriminator has the potentiality to improve generator. To alleviate the exposure bias, generative adversarial networks (GAN) use the discriminator to update the generator's parameters directly, but they fail by being evaluated precisely. A critical reason for the failure is the difference between the discriminator input and the ALM input. We propose a novel mechanism by adding a filter which has the same input as the discriminator. First, discriminator detects the discrepancy signals and passes to filter directly (or by learning). Then, we use the filter to reject some generated samples with a sampling-based method. Thus, the original generative distribution is revised to reduce the discrepancy. Two ALMs, RNN-based and Transformer-based, are experimented. Evaluated precisely by three metrics, our mechanism consistently outperforms the ALMs and all kinds of GANs across two benchmark data sets.

📄 PDF Abstract BibTeX arXiv:2004.02135

Code (1)

anonymous1100/D_Improves_G_without_Updating_G 공식 구현 tf

Tasks

Language ModellingText Generation

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 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Self-Supervised GAN to Counter Forgetting

2018-10-27 · Ting Chen, Xiaohua Zhai, Neil Houlsby

GANs involve training two networks in an adversarial game, where each network's task depends on its adversary. Recently, several works have framed GAN training as an online or continual learning problem. We focus on the …

Continual LearningGeneral Classification

Generator Knows What Discriminator Should Learn in Unconditional GANs

2022-07-27 · Gayoung Lee, Hyunsu Kim, Junho Kim, Seonghyeon Kim 외

Recent methods for conditional image generation benefit from dense supervision such as segmentation label maps to achieve high-fidelity. However, it is rarely explored to employ dense supervision for unconditional image …

Conditional Image GenerationImage GenerationUnconditional Image Generation

Exploring The Effect of High-frequency Components in GANs Training

2021-03-20 · Ziqiang Li, Pengfei Xia, Xue Rui, Bin Li

Generative Adversarial Networks (GANs) have the ability to generate images that are visually indistinguishable from real images. However, recent studies have revealed that generated and real images share significant diff…

Vocal Bursts Intensity Prediction

TextGAIL: Generative Adversarial Imitation Learning for Text Generation

2020-04-07 · Qingyang Wu, Lei LI, Zhou Yu

Generative Adversarial Networks (GANs) for text generation have recently received many criticisms, as they perform worse than their MLE counterparts. We suspect previous text GANs' inferior performance is due to the lack…

Conditional Text GenerationDiversityImitation LearningText Generation

TCFG: Tangential Damping Classifier-free Guidance

2025-03-23 · CVPR 2025 1 · Mingi Kwon, Shin seong Kim, Jaeseok Jeong. Yi Ting Hsiao, Youngjung Uh

Diffusion models have achieved remarkable success in text-to-image synthesis, largely attributed to the use of classifier-free guidance (CFG), which enables high-quality, condition-aligned image generation. CFG combines …

Image Generation