Rethinking Refinement: Correcting Generative Bias without Noise Injection
Xin Peng, Ang Gao
TL;DR
Rethinking Refinement identifies systematic bias in iterative generative models and presents Bi-stage Flow Refinement (BFR) as a post-hoc solution that preserves deterministic sampling. It introduces Data-space Flow Refinement (DFR) and Latent-space Flow Refinement (LFR), both formulated as ODE-based refinements, to correct bias without retraining the base model. Empirical results show consistent gains in fidelity and coverage across MNIST, CIFAR-10, and FFHQ, with a remarkable MNIST FID of 1.46 achieved using only 1 function evaluation (1-NFE). The framework also demonstrates robustness to base-model shifts and extends to molecular generation, highlighting BFR's generality and practical impact for improving diffusion/flow-based generative systems.
Abstract
Generative models, including diffusion and flow-based models, often exhibit systematic biases that degrade sample quality, particularly in high-dimensional settings. We revisit refinement methods and show that effective bias correction can be achieved as a post-hoc procedure, without noise injection or multi-step resampling of the sampling process. We propose a flow-matching-based \textbf{Bi-stage Flow Refinement (BFR)} framework with two refinement strategies operating at different stages: latent space alignment for approximately invertible generators and data space refinement trained with lightweight augmentations. Unlike previous refiners that perturb sampling dynamics, BFR preserves the original ODE trajectory and applies deterministic corrections to generated samples. Experiments on MNIST, CIFAR-10, and FFHQ at 256x256 resolution demonstrate consistent improvements in fidelity and coverage; notably, starting from base samples with FID 3.95, latent space refinement achieves a \textbf{state-of-the-art} FID of \textbf{1.46} on MNIST using only a single additional function evaluation (1-NFE), while maintaining sample diversity.
