LGAPMLDec 3, 2024

Vector Optimization with Gaussian Process Bandits

arXiv:2412.02484v1h-index: 7
Originality Incremental advance
AI Analysis

This addresses the need for flexible and theoretically sound multi-objective optimization in fields like engineering and drug design, representing an incremental improvement over existing methods.

The paper tackles the problem of optimizing multiple conflicting black-box objective functions with user preferences, proposing Vector Optimization with Gaussian Process (VOGP) to reduce sample complexity and improve efficiency, achieving competitive results on real-world and synthetic datasets.

Learning problems in which multiple conflicting objectives must be considered simultaneously often arise in various fields, including engineering, drug design, and environmental management. Traditional methods for dealing with multiple black-box objective functions, such as scalarization and identification of the Pareto set under the componentwise order, have limitations in incorporating objective preferences and exploring the solution space accordingly. While vector optimization offers improved flexibility and adaptability via specifying partial orders based on ordering cones, current techniques designed for sequential experiments either suffer from high sample complexity or lack theoretical guarantees. To address these issues, we propose Vector Optimization with Gaussian Process (VOGP), a probably approximately correct adaptive elimination algorithm that performs black-box vector optimization using Gaussian process bandits. VOGP allows users to convey objective preferences through ordering cones while performing efficient sampling by exploiting the smoothness of the objective function, resulting in a more effective optimization process that requires fewer evaluations. We establish theoretical guarantees for VOGP and derive information gain-based and kernel-specific sample complexity bounds. We also conduct experiments on both real-world and synthetic datasets to compare VOGP with the state-of-the-art methods.

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