paper-with-me

Papers

GDPP: Learning Diverse Generations Using Determinantal Point Process

2018-11-30 · Mohamed Elfeki, Camille Couprie, Morgane Riviere, Mohamed Elhoseiny

Generative models have proven to be an outstanding tool for representing high-dimensional probability distributions and generating realistic-looking images. An essential characteristic of generative models is their ability to produce multi-modal outputs. However, while training, they are often susceptible to mode collapse, that is models are limited in mapping input noise to only a few modes of the true data distribution. In this work, we draw inspiration from Determinantal Point Process (DPP) to propose an unsupervised penalty loss that alleviates mode collapse while producing higher quality samples. DPP is an elegant probabilistic measure used to model negative correlations within a subset and hence quantify its diversity. We use DPP kernel to model the diversity in real data as well as in synthetic data. Then, we devise an objective term that encourages generators to synthesize data with similar diversity to real data. In contrast to previous state-of-the-art generative models that tend to use additional trainable parameters or complex training paradigms, our method does not change the original training scheme. Embedded in an adversarial training and variational autoencoder, our Generative DPP approach shows a consistent resistance to mode-collapse on a wide variety of synthetic data and natural image datasets including MNIST, CIFAR10, and CelebA, while outperforming state-of-the-art methods for data-efficiency, generation quality, and convergence-time whereas being 5.8x faster than its closest competitor.

📄 PDF Abstract BibTeX arXiv:1812.00068

Code (4)

M-Elfeki/GDPP 공식 구현 tf
bharat3012/Fake_Faces_DCGAN_GDPP_LOSS pytorch
facebookresearch/pytorch_GAN_zoo pytorch
surajsharma21/Fake-Faces-DCGAN pytorch

Tasks

Diversity

Similar Papers 제목 키워드 기반

Diverse Video Generation with Determinantal Point Process-Guided Policy Optimization

2025-11-25 · Tahira Kazimi, Connor Dunlop, Pinar Yanardag arxiv

While recent text-to-video (T2V) diffusion models have achieved impressive quality and prompt alignment, they often produce low-diversity outputs when sampling multiple videos from a single text prompt. We tackle this ch…

Video GenerationPoint Processes

Fast determinantal point processes via distortion-free intermediate sampling

2018-11-08 · Michał Dereziński

Given a fixed $n\times d$ matrix $\mathbf{X}$, where $n\gg d$, we study the complexity of sampling from a distribution over all subsets of rows where the probability of a subset is proportional to the squared volume of t…

Data SummarizationPoint ProcessesStochastic Optimization

Learning Diverse Generations using Determinantal Point Processes

2019-05-01 · ICLR 2019 5 · Mohamed Elfeki, Camille Couprie, Mohamed Elhoseiny

Generative models have proven to be an outstanding tool for representing high-dimensional probability distributions and generating realistic looking images. A fundamental characteristic of generative models is their abil…

DiversityPoint Processes

Diverse Multi-Answer Retrieval with Determinantal Point Processes

2022-11-29 · COLING 2022 10 · Poojitha Nandigam, Nikhil Rayaprolu, Manish Shrivastava

Often questions provided to open-domain question answering systems are ambiguous. Traditional QA systems that provide a single answer are incapable of answering ambiguous questions since the question may be interpreted i…

Open-Domain Question AnsweringPoint ProcessesQuestion AnsweringRe-Ranking+1

Determinantal Beam Search

2021-06-14 · ACL 2021 5 · Clara Meister, Martina Forster, Ryan Cotterell

Beam search is a go-to strategy for decoding neural sequence models. The algorithm can naturally be viewed as a subset optimization problem, albeit one where the corresponding set function does not reflect interactions b…

DiversityPoint ProcessesText Generation