LGMLFeb 24, 2025

Posterior Inference with Diffusion Models for High-dimensional Black-box Optimization

arXiv:2502.16824v29 citationsh-index: 10Has CodeICML
Originality Highly original
AI Analysis

This addresses the curse of dimensionality in optimization for scientific applications, offering a novel method that improves upon existing generative and Bayesian approaches.

The paper tackles high-dimensional black-box optimization by introducing DiBO, a framework that uses diffusion models and deep ensembles for uncertainty estimation, and it outperforms state-of-the-art baselines in synthetic and real-world tasks.

Optimizing high-dimensional and complex black-box functions is crucial in numerous scientific applications. While Bayesian optimization (BO) is a powerful method for sample-efficient optimization, it struggles with the curse of dimensionality and scaling to thousands of evaluations. Recently, leveraging generative models to solve black-box optimization problems has emerged as a promising framework. However, those methods often underperform compared to BO methods due to limited expressivity and difficulty of uncertainty estimation in high-dimensional spaces. To overcome these issues, we introduce \textbf{DiBO}, a novel framework for solving high-dimensional black-box optimization problems. Our method iterates two stages. First, we train a diffusion model to capture the data distribution and deep ensembles to predict function values with uncertainty quantification. Second, we cast the candidate selection as a posterior inference problem to balance exploration and exploitation in high-dimensional spaces. Concretely, we fine-tune diffusion models to amortize posterior inference. Extensive experiments demonstrate that our method outperforms state-of-the-art baselines across synthetic and real-world tasks. Our code is publicly available \href{https://github.com/umkiyoung/DiBO}{here}.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes