Global Optimization on Graph-Structured Data via Gaussian Processes with Spectral Representations
By: Shu Hong , Yongsheng Mei , Mahdi Imani and more
Potential Business Impact:
Finds best patterns in connected data faster.
Bayesian optimization (BO) is a powerful framework for optimizing expensive black-box objectives, yet extending it to graph-structured domains remains challenging due to the discrete and combinatorial nature of graphs. Existing approaches often rely on either full graph topology-impractical for large or partially observed graphs-or incremental exploration, which can lead to slow convergence. We introduce a scalable framework for global optimization over graphs that employs low-rank spectral representations to build Gaussian process (GP) surrogates from sparse structural observations. The method jointly infers graph structure and node representations through learnable embeddings, enabling efficient global search and principled uncertainty estimation even with limited data. We also provide theoretical analysis establishing conditions for accurate recovery of underlying graph structure under different sampling regimes. Experiments on synthetic and real-world datasets demonstrate that our approach achieves faster convergence and improved optimization performance compared to prior methods.
Similar Papers
On the Implementation of a Bayesian Optimization Framework for Interconnected Systems
Machine Learning (Stat)
Finds best answers faster by using known parts.
Scalable Neural Network-based Blackbox Optimization
Machine Learning (CS)
Finds best answers faster, even with many choices.
Gradient-based Sample Selection for Faster Bayesian Optimization
Machine Learning (Stat)
Makes computer searches faster by picking smart data.