paper-with-me

Papers

PluGeN: Multi-Label Conditional Generation From Pre-Trained Models

2021-09-18 · Maciej Wołczyk, Magdalena Proszewska, Łukasz Maziarka, Maciej Zięba, Patryk Wielopolski, Rafał Kurczab, Marek Śmieja

Modern generative models achieve excellent quality in a variety of tasks including image or text generation and chemical molecule modeling. However, existing methods often lack the essential ability to generate examples with requested properties, such as the age of the person in the photo or the weight of the generated molecule. Incorporating such additional conditioning factors would require rebuilding the entire architecture and optimizing the parameters from scratch. Moreover, it is difficult to disentangle selected attributes so that to perform edits of only one attribute while leaving the others unchanged. To overcome these limitations we propose PluGeN (Plugin Generative Network), a simple yet effective generative technique that can be used as a plugin to pre-trained generative models. The idea behind our approach is to transform the entangled latent representation using a flow-based module into a multi-dimensional space where the values of each attribute are modeled as an independent one-dimensional distribution. In consequence, PluGeN can generate new samples with desired attributes as well as manipulate labeled attributes of existing examples. Due to the disentangling of the latent representation, we are even able to generate samples with rare or unseen combinations of attributes in the dataset, such as a young person with gray hair, men with make-up, or women with beards. We combined PluGeN with GAN and VAE models and applied it to conditional generation and manipulation of images and chemical molecule modeling. Experiments demonstrate that PluGeN preserves the quality of backbone models while adding the ability to control the values of labeled attributes.

📄 PDF Abstract BibTeX arXiv:2109.09011

Code (1)

gmum/plugen 공식 구현 pytorch

Tasks

AttributeText Generation

Similar Papers 제목 키워드 기반

Face Identity-Aware Disentanglement in StyleGAN

2023-09-21 · Adrian Suwała, Bartosz Wójcik, Magdalena Proszewska, Jacek Tabor 외

Conditional GANs are frequently used for manipulating the attributes of face images, such as expression, hairstyle, pose, or age. Even though the state-of-the-art models successfully modify the requested attributes, they…

Disentanglement

Score-based Conditional Generation with Fewer Labeled Data by Self-calibrating Classifier Guidance

2023-07-09 · Paul Kuo-Ming Huang, Si-An Chen, Hsuan-Tien Lin

Score-based generative models (SGMs) are a popular family of deep generative models that achieve leading image generation quality. Early studies extend SGMs to tackle class-conditional generation by coupling an unconditi…

Image Generation

Mining Multi-Label Samples from Single Positive Labels

2022-06-12 · Youngin Cho, Daejin Kim, Mohammad Azam Khan, Jaegul Choo

Conditional generative adversarial networks (cGANs) have shown superior results in class-conditional generation tasks. To simultaneously control multiple conditions, cGANs require multi-label training datasets, where mul…

Spatially Multi-conditional Image Generation

2022-03-25 · Ritika Chakraborty, Nikola Popovic, Danda Pani Paudel, Thomas Probst 외

In most scenarios, conditional image generation can be thought of as an inversion of the image understanding process. Since generic image understanding involves solving multiple tasks, it is natural to aim at generating …

Conditional Image GenerationImage GenerationMissing Labels

PCAE: A Framework of Plug-in Conditional Auto-Encoder for Controllable Text Generation

2022-10-07 · Haoqin Tu, Zhongliang Yang, Jinshuai Yang, Siyu Zhang 외

Controllable text generation has taken a gigantic step forward these days. Yet existing methods are either constrained in a one-off pattern or not efficient enough for receiving multiple conditions at every generation st…

Text Generation