Bridging Model-Based Optimization and Generative Modeling via Conservative Fine-Tuning of Diffusion Models
Masatoshi Uehara, Yulai Zhao, Ehsan Hajiramezanali, Gabriele Scalia, Gökcen Eraslan, Avantika Lal, Sergey Levine, Tommaso Biancalani
TL;DR
This work tackles offline design optimization by marrying generative diffusion models with offline reward learning. The authors introduce BRAID, a doubly conservative fine-tuning framework that learns a conservative reward model from offline data and updates a pre-trained diffusion model with KL penalties to stay within the valid design space and suppress over-optimization. They provide a regret-style theoretical guarantee for the soft-entropy regularized objective and demonstrate, across DNA/RNA sequence design and image generation tasks, that BRAID can surpass the best designs in the offline data while avoiding invalid outputs. The approach leverages uncertainty-aware penalties and pre-trained generators to exploit reward-model extrapolation safely, offering a principled path to robust offline diffusion-based design. The results suggest practical impact for scientific design problems where offline data is abundant but online reward feedback is scarce or expensive.
Abstract
AI-driven design problems, such as DNA/protein sequence design, are commonly tackled from two angles: generative modeling, which efficiently captures the feasible design space (e.g., natural images or biological sequences), and model-based optimization, which utilizes reward models for extrapolation. To combine the strengths of both approaches, we adopt a hybrid method that fine-tunes cutting-edge diffusion models by optimizing reward models through RL. Although prior work has explored similar avenues, they primarily focus on scenarios where accurate reward models are accessible. In contrast, we concentrate on an offline setting where a reward model is unknown, and we must learn from static offline datasets, a common scenario in scientific domains. In offline scenarios, existing approaches tend to suffer from overoptimization, as they may be misled by the reward model in out-of-distribution regions. To address this, we introduce a conservative fine-tuning approach, BRAID, by optimizing a conservative reward model, which includes additional penalization outside of offline data distributions. Through empirical and theoretical analysis, we demonstrate the capability of our approach to outperform the best designs in offline data, leveraging the extrapolation capabilities of reward models while avoiding the generation of invalid designs through pre-trained diffusion models.
