Discovering Latent Graphs with GFlowNets for Diverse Conditional Image Generation
Bailey Trang, Parham Saremi, Alan Q. Wang, Fangrui Huang, Zahra TehraniNasab, Amar Kumar, Tal Arbel, Li Fei-Fei, Ehsan Adeli
TL;DR
<3-5 sentence high-level summary> Rainbow tackles inherent uncertainty in conditional image generation by decomposing a given condition into diverse latent representations using a latent graph learned via Generative Flow Networks (GFlowNets). By sampling multiple diverse trajectories over this latent graph, Rainbow produces a set of condition representations which are decoded and fed into a pretrained latent diffusion model to generate multiple plausible outputs for a single prompt. The approach is compatible with any pretrained conditional generator and demonstrates improved diversity and fidelity across natural and medical imaging tasks, while enabling interpretable latent-graph analysis and useful downstream capabilities like editing and counterfactual synthesis. Overall, Rainbow provides a flexible, scalable mechanism to realize diverse, high-quality conditional generation by coupling GFlowNets with latent diffusion in a graph-informed latent space.
Abstract
Capturing diversity is crucial in conditional and prompt-based image generation, particularly when conditions contain uncertainty that can lead to multiple plausible outputs. To generate diverse images reflecting this diversity, traditional methods often modify random seeds, making it difficult to discern meaningful differences between samples, or diversify the input prompt, which is limited in verbally interpretable diversity. We propose Rainbow, a novel conditional image generation framework, applicable to any pretrained conditional generative model, that addresses inherent condition/prompt uncertainty and generates diverse plausible images. Rainbow is based on a simple yet effective idea: decomposing the input condition into diverse latent representations, each capturing an aspect of the uncertainty and generating a distinct image. First, we integrate a latent graph, parameterized by Generative Flow Networks (GFlowNets), into the prompt representation computation. Second, leveraging GFlowNets' advanced graph sampling capabilities to capture uncertainty and output diverse trajectories over the graph, we produce multiple trajectories that collectively represent the input condition, leading to diverse condition representations and corresponding output images. Evaluations on natural image and medical image datasets demonstrate Rainbow's improvement in both diversity and fidelity across image synthesis, image generation, and counterfactual generation tasks.
