paper-with-me

Papers

GLISp-r: A preference-based optimization algorithm with convergence guarantees

2022-02-02 · Davide Previtali, Mirko Mazzoleni, Antonio Ferramosca, Fabio Previdi

Preference-based optimization algorithms are iterative procedures that seek the optimal calibration of a decision vector based only on comparisons between couples of different tunings. At each iteration, a human decision-maker expresses a preference between two calibrations (samples), highlighting which one, if any, is better than the other. The optimization procedure must use the observed preferences to find the tuning of the decision vector that is most preferred by the decision-maker, while also minimizing the number of comparisons. In this work, we formulate the preference-based optimization problem from a utility theory perspective. Then, we propose GLISp-r, an extension of a recent preference-based optimization procedure called GLISp. The latter uses a Radial Basis Function surrogate to describe the tastes of the decision-maker. Iteratively, GLISp proposes new samples to compare with the best calibration available by trading off exploitation of the surrogate model and exploration of the decision space. In GLISp-r, we propose a different criterion to use when looking for new candidate samples that is inspired by MSRS, a popular procedure in the black-box optimization framework. Compared to GLISp, GLISp-r is less likely to get stuck on local optima of the preference-based optimization problem. We motivate this claim theoretically, with a proof of global convergence, and empirically, by comparing the performances of GLISp and GLISp-r on several benchmark optimization problems.

📄 PDF Abstract BibTeX arXiv:2202.01125

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Regularized GLISp for sensor-guided human-in-the-loop optimization

2025-11-06 · Matteo Cercola, Michele Lomuscio, Dario Piga, Simone Formentin arxiv

Human-in-the-loop calibration is often addressed via preference-based optimization, where algorithms learn from pairwise comparisons rather than explicit cost evaluations. While effective, methods such as Preferential Ba…

GLISP: A Scalable GNN Learning System by Exploiting Inherent Structural Properties of Graphs

2024-01-06 · Zhongshu Zhu, Bin Jing, Xiaopei Wan, Zhizhen Liu 외

As a powerful tool for modeling graph data, Graph Neural Networks (GNNs) have received increasing attention in both academia and industry. Nevertheless, it is notoriously difficult to deploy GNNs on industrial scale grap…

Graph Learninggraph partitioningGraph Sampling

Distributed Direct Preference Optimization

2026-05-20 · Zhanhong Jiang arxiv

Preference-based reinforcement learning (RL) is a key paradigm for aligning policies with human judgments, yet its theoretical behavior in distributed settings where preference data are fragmented across heterogeneous us…

Reinforcement LearningOffline RL

Principled Preferential Bayesian Optimization

2024-02-08 · Wenjie Xu, Wenbin Wang, Yuning Jiang, Bratislav Svetozarevic 외

We study the problem of preferential Bayesian optimization (BO), where we aim to optimize a black-box function with only preference feedback over a pair of candidate solutions. Inspired by the likelihood ratio idea, we c…

Bayesian OptimizationGaussian Processes

Q-learning for Quantile MDPs: A Decomposition, Performance, and Convergence Analysis

2024-10-31 · Jia Lin Hau, Erick Delage, Esther Derman, Mohammad Ghavamzadeh 외

In Markov decision processes (MDPs), quantile risk measures such as Value-at-Risk are a standard metric for modeling RL agents' preferences for certain outcomes. This paper proposes a new Q-learning algorithm for quantil…

Q-Learning