LGMLFeb 26, 2019

Topological Bayesian Optimization with Persistence Diagrams

arXiv:1902.09722v13 citations
Originality Highly original
AI Analysis

This work addresses the limitation of existing Bayesian optimization methods that cannot handle complex structured data, offering a novel approach for applications in materials science and neural architecture search, though it is incremental in extending Bayesian optimization with topological data analysis.

The paper tackles the problem of optimizing parameters for black-box functions using structured data, such as material or neural network structures, by introducing topological Bayesian optimization that leverages persistent homology to extract and utilize topological information, resulting in more efficient searches compared to random search and graph Bayesian optimization baselines.

Finding an optimal parameter of a black-box function is important for searching stable material structures and finding optimal neural network structures, and Bayesian optimization algorithms are widely used for the purpose. However, most of existing Bayesian optimization algorithms can only handle vector data and cannot handle complex structured data. In this paper, we propose the topological Bayesian optimization, which can efficiently find an optimal solution from structured data using \emph{topological information}. More specifically, in order to apply Bayesian optimization to structured data, we extract useful topological information from a structure and measure the proper similarity between structures. To this end, we utilize persistent homology, which is a topological data analysis method that was recently applied in machine learning. Moreover, we propose the Bayesian optimization algorithm that can handle multiple types of topological information by using a linear combination of kernels for persistence diagrams. Through experiments, we show that topological information extracted by persistent homology contributes to a more efficient search for optimal structures compared to the random search baseline and the graph Bayesian optimization algorithm.

Foundations

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

Your Notes