Objective-Reinforced Generative Adversarial Networks (ORGAN) for Sequence Generation Models
Gabriel Lima Guimaraes, Benjamin Sanchez-Lengeling, Carlos Outeiral, Pedro Luis Cunha Farias, Alán Aspuru-Guzik
TL;DR
The paper tackles controlled unsupervised sequence generation by combining GANs with reinforcement learning to bias samples toward domain-specific metrics while preserving resemblance to the data distribution. It introduces ORGAN, where the generator optimizes a reward that blends a discriminator signal with objective-based scores, augmented by a diversity penalty and optional Wasserstein-based stability. Experiments on SMILES molecules and MIDI-based melodies show ORGAN can improve target properties and maintain diversity, outperforming MLE, SeqGAN, and naive RL in many settings. The results suggest ORGAN offers a practical, black-box approach to guided sequence generation and points to extensions to non-sequential data.
Abstract
In unsupervised data generation tasks, besides the generation of a sample based on previous observations, one would often like to give hints to the model in order to bias the generation towards desirable metrics. We propose a method that combines Generative Adversarial Networks (GANs) and reinforcement learning (RL) in order to accomplish exactly that. While RL biases the data generation process towards arbitrary metrics, the GAN component of the reward function ensures that the model still remembers information learned from data. We build upon previous results that incorporated GANs and RL in order to generate sequence data and test this model in several settings for the generation of molecules encoded as text sequences (SMILES) and in the context of music generation, showing for each case that we can effectively bias the generation process towards desired metrics.
