LGAIOCSTMLAug 22, 2025

FraPPE: Fast and Efficient Preference-based Pure Exploration

arXiv:2508.16487v11 citationsh-index: 4
Originality Highly original
AI Analysis

This work addresses a computational bottleneck in preference-based pure exploration for multi-armed bandits, offering a significant speed-up over prior methods.

The paper tackles the problem of identifying Pareto optimal arms in multi-objective bandits with arbitrary preference cones, achieving a computational complexity of O(KL^2) and asymptotically optimal sample complexity, with experiments showing it outperforms existing algorithms.

Preference-based Pure Exploration (PrePEx) aims to identify with a given confidence level the set of Pareto optimal arms in a vector-valued (aka multi-objective) bandit, where the reward vectors are ordered via a (given) preference cone $\mathcal{C}$. Though PrePEx and its variants are well-studied, there does not exist a computationally efficient algorithm that can optimally track the existing lower bound for arbitrary preference cones. We successfully fill this gap by efficiently solving the minimisation and maximisation problems in the lower bound. First, we derive three structural properties of the lower bound that yield a computationally tractable reduction of the minimisation problem. Then, we deploy a Frank-Wolfe optimiser to accelerate the maximisation problem in the lower bound. Together, these techniques solve the maxmin optimisation problem in $\mathcal{O}(KL^{2})$ time for a bandit instance with $K$ arms and $L$ dimensional reward, which is a significant acceleration over the literature. We further prove that our proposed PrePEx algorithm, FraPPE, asymptotically achieves the optimal sample complexity. Finally, we perform numerical experiments across synthetic and real datasets demonstrating that FraPPE achieves the lowest sample complexities to identify the exact Pareto set among the existing algorithms.

Foundations

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

Your Notes