← Search

Branislav Kveton

60 accepted papers

2026

RADAR: Reasoning–Ability and Difficulty-Aware Routing in Language Models

ICLR 2026poster

Reasoning language models have demonstrated remarkable performance on many challenging tasks in math, science, and coding. Choosing the right reasoning model for practical deployment involves a performance and cost tradeoff at two key levels: model size and reasoning budget, where larger models and…

Cited by 0SourceScholar
2026

Stepwise Credit Assignment for GRPO on Flow-Matching Models

CVPR 2026

Flow-GRPO successfully applies reinforcement learning to flow models, but uses uniform credit assignment across all steps. This ignores the temporal structure of diffusion generation: early steps determine composition and content (low-frequency structure), while late steps resolve details and textur

Cited by 0SourceScholar
2025

Comparing Few to Rank Many: Active Human Preference Learning Using Randomized Frank-Wolfe Method

ICML 2025poster

We study learning human preferences from limited comparison feedback, a core machine learning problem that is at the center of reinforcement learning from human feedback (RLHF). We formulate the problem as learning a Plackett-Luce (PL) model from a limited number of $K$-subset comparisons over a uni…

Cited by 0SourcePDFScholar
2025

FisherSFT: Data-Efficient Supervised Fine-Tuning of Language Models Using Information Gain

ICML 2025poster

Supervised fine-tuning (SFT) is the most common way of adapting large language models (LLMs) to a new domain. In this paper, we improve the efficiency of SFT by selecting an informative subset of training examples. Specifically, for a fixed budget of training examples, which determines the computati…

Cited by 0SourcePDFScholar
2025

From Selection to Generation: A Survey of LLM-based Active Learning

ACL 2025long

Active Learning (AL) has been a powerful paradigm for improving model efficiency and performance by selecting the most informative data points for labeling and training. In recent active learning frameworks, Large Language Models (LLMs) have been employed not only for selection but also for generati…

Cited by 0SourcePDFScholar
2025

LaMP-Cap: Personalized Figure Caption Generation With Multimodal Figure Profiles

EMNLP 2025

Figure captions are crucial for helping readers understand and remember a figure’s key message. Many models have been developed to generate these captions, helping authors compose better quality captions more easily. Yet, authors almost always need to revise generic AI-generated captions to match th

2025

Multimodal LLMs as Customized Reward Models for Text-to-Image Generation

ICCV 2025poster

We introduce LLaVA-Reward, an efficient reward model designed to automatically evaluate text-to-image (T2I) generations across multiple perspectives, leveraging pretrained multimodal large language models (MLLMs). Existing MLLM-based approaches require instruction-following data for supervised fine-…

2025

OCEAN: Offline Chain-of-thought Evaluation and Alignment in Large Language Models

ICLR 2025poster

Offline evaluation of LLMs is crucial in understanding their capacities, though current methods remain underexplored in existing research. In this work, we focus on the offline evaluation of the chain-of-thought capabilities and show how to optimize LLMs based on the proposed evaluation method. To e…

Cited by 0SourcePDFScholar
2025

Offline RL by Reward-Weighted Fine-Tuning for Conversation Optimization

NeurIPS 2025poster

Offline reinforcement learning (RL) is a variant of RL where the policy is learned from a previously collected dataset of trajectories and rewards. In our work, we propose a practical approach to offline RL with large language models (LLMs). We recast the problem as reward-weighted fine-tuning, whic…

Cited by 0SourceScholar
2025

Selective Uncertainty Propagation in Offline RL

AAAI 2025technical

We consider the finite-horizon offline reinforcement learning (RL) setting, and are motivated by the challenge of learning the policy at any step h in dynamic programming (DP) algorithms. To learn this, it is sufficient to evaluate the treatment effect of deviating from the behavioral policy at step…

Cited by 1SourcePDFScholar
2024

MADA: Meta-Adaptive Optimizers Through Hyper-Gradient Descent

ICML 2024poster

Following the introduction of Adam, several novel adaptive optimizers for deep learning have been proposed. These optimizers typically excel in some tasks but may not outperform Adam uniformly across all tasks. In this work, we introduce Meta-Adaptive Optimizers (MADA), a unified optimizer framework…

Cited by 3SourcePDFScholar
2024

Online Posterior Sampling with a Diffusion Prior

NeurIPS 2024poster

Posterior sampling in contextual bandits with a Gaussian prior can be implemented exactly or approximately using the Laplace approximation. The Gaussian prior is computationally efficient but it cannot describe complex distributions. In this work, we propose approximate posterior sampling algorithms…

Cited by 0SourcePDFScholar
2024

Optimal Design for Human Preference Elicitation

NeurIPS 2024poster

Learning of preference models from human feedback has been central to recent advances in artificial intelligence. Motivated by the cost of obtaining high-quality human annotations, we study efficient human preference elicitation for learning preference models. The key idea in our work is to generali…

Cited by 5SourcePDFScholar
2024

Pessimistic Off-Policy Multi-Objective Optimization

AISTATS 2024poster

Multi-objective optimization is a class of optimization problems with multiple conflicting objectives. We study offline optimization of multi-objective policies from data collected by a previously deployed policy. We propose a pessimistic estimator for policy values that can be easily plugged into e…

Cited by 0SourcePDFScholar
2023

Finite-Time Logarithmic Bayes Regret Upper Bounds

NeurIPS 2023poster

We derive the first finite-time logarithmic Bayes regret upper bounds for Bayesian bandits. In a multi-armed bandit, we obtain $O(c_\Delta \log n)$ and $O(c_h \log^2 n)$ upper bounds for an upper confidence bound algorithm, where $c_h$ and $c_\Delta$ are constants depending on the prior distribution…

Cited by 1SourcePDFScholar
2023

Fixed-Budget Best-Arm Identification with Heterogeneous Reward Variances

UAI 2023poster

We study the problem of best-arm identification (BAI) in the fixed-budget setting with heterogeneous reward variances. We propose two variance-adaptive BAI algorithms for this setting: SHVar for known reward variances and SHAdaVar for unknown reward variances. Our algorithms rely on non-uniform budg…

Cited by 9SourcePDFScholar
2023

Meta-Learning for Simple Regret Minimization

AAAI 2023technical

We develop a meta-learning framework for simple regret minimization in bandits. In this framework, a learning agent interacts with a sequence of bandit tasks, which are sampled i.i.d. from an unknown prior distribution, and learns its meta-parameters to perform better on future tasks. We propose the…

2023

Multi-Task Off-Policy Learning from Bandit Feedback

ICML 2023poster

Many practical problems involve solving similar tasks. In recommender systems, the tasks can be users with similar preferences; in search engines, the tasks can be items with similar affinities. To learn statistically efficiently, the tasks can be organized in a hierarchy, where the task affinity is…

Cited by 10SourcePDFScholar
2023

Thompson Sampling with Diffusion Generative Prior

ICML 2023poster

In this work, we initiate the idea of using denoising diffusion models to learn priors for online decision making problems. We specifically focus on bandit meta-learning, aiming to learn a policy that performs well across bandit tasks of a same class. To this end, we train a diffusion model that lea…

Cited by 7SourcePDFScholar
2022

Fixed-Budget Best-Arm Identification in Structured Bandits

IJCAI 2022poster

Best-arm identification (BAI) in a fixed-budget setting is a bandit problem where the learning agent maximizes the probability of identifying the optimal (best) arm after a fixed number of observations. Most works on this topic study unstructured problems with a small number of arms, which limits th…

Cited by 30SourcePDFScholar
2022

IMO^3: Interactive Multi-Objective Off-Policy Optimization

IJCAI 2022poster

Most real-world optimization problems have multiple objectives. A system designer needs to find a policy that trades off these objectives to reach a desired operating point. This problem has been studied extensively in the setting of known objective functions. However, we consider a more practical b…

Cited by 4SourcePDFScholar
2022

Random Effect Bandits

AISTATS 2022poster

This paper studies regret minimization in a multi-armed bandit. It is well known that side information, such as the prior distribution of arm means in Thompson sampling, can improve the statistical efficiency of the bandit algorithm. While the prior is a blessing when correctly specified, it is a cu…

Cited by 6SourcePDFScholar
2022

Thompson Sampling with a Mixture Prior

AISTATS 2022poster

We study Thompson sampling (TS) in online decision making, where the uncertain environment is sampled from a mixture distribution. This is relevant in multi-task learning, where a learning agent faces different classes of problems. We incorporate this structure in a natural way by initializing TS wi…

Cited by 18SourcePDFScholar
2021

Meta-Thompson Sampling

ICML 2021spotlight

Efficient exploration in bandits is a fundamental online learning problem. We propose a variant of Thompson sampling that learns to explore better as it interacts with bandit instances drawn from an unknown prior. The algorithm meta-learns the prior and thus we call it MetaTS. We propose several eff…

Cited by 84SourcePDFScholar
2020

Differentiable Meta-Learning of Bandit Policies

NeurIPS 2020poster

Exploration policies in Bayesian bandits maximize the average reward over problem instances drawn from some distribution P. In this work, we learn such policies for an unknown distribution P using samples from P. Our approach is a form of meta-learning and exploits properties of P without making str…

2020

Graphical Models Meet Bandits: A Variational Thompson Sampling Approach

ICML 2020accepted

We propose a novel framework for structured bandits, which we call an influence diagram bandit. Our framework uses a graphical model to capture complex statistical dependencies between actions, latent variables, and observations; and thus unifies and extends many existing models, such as combinatori…

Cited by 22SourcePDFScholar
2020

Old Dog Learns New Tricks: Randomized UCB for Bandit Problems

AISTATS 2020poster

We propose RandUCB, a bandit strategy that uses theoretically derived confidence intervals similar to upper confidence bound (UCB) algorithms, but akin to Thompson sampling (TS), uses randomization to trade off exploration and exploitation. In the $K$-armed bandit setting, we show that there are inf…

2020

Randomized Exploration in Generalized Linear Bandits

AISTATS 2020poster

We study two randomized algorithms for generalized linear bandits. The first, GLM-TSL, samples a generalized linear model (GLM) from the Laplace approximation to the posterior distribution. The second, GLM-FPL, fits a GLM to a randomly perturbed history of past rewards. We analyze both algorithms an…

Cited by 138SourcePDFScholar
2019

BubbleRank: Safe Online Learning to Re-Rank via Implicit Click Feedback

UAI 2019poster

In this paper, we study the problem of safe online learning to re-rank, where user feedback is used to improve the quality of displayed lists. Learning to rank has traditionally been studied in two settings. In the offline setting, rankers are typically learned from relevance labels created by judge…

2019

Cascading Linear Submodular Bandits: Accounting for Position Bias and Diversity in Online Learning to Rank

UAI 2019poster

Online learning, position bias, and diversified retrieval are three crucial aspects in designing ranking systems based on user clicks. One simple click model which explains the position bias is the cascade model. Many online learning variants of the cascade model have been proposed, but none so far…

Cited by 32SourcePDFScholar
2019

Garbage In, Reward Out: Bootstrapping Exploration in Multi-Armed Bandits

ICML 2019oral

We propose a bandit algorithm that explores by randomizing its history of rewards. Specifically, it pulls the arm with the highest mean reward in a non-parametric bootstrap sample of its history with pseudo rewards. We design the pseudo rewards such that the bootstrap mean is optimistic with a suffi…

Cited by 85SourcePDFScholar
2019

Nearly Optimal Adaptive Procedure with Change Detection for Piecewise-Stationary Bandit

AISTATS 2019poster

Multi-armed bandit (MAB) is a class of online learning problems where a learning agent aims to maximize its expected cumulative reward while repeatedly selecting to pull arms with unknown reward distributions. We consider a scenario where the reward distributions may change in a piecewise-stationary…

Cited by 146SourcePDFScholar
2019

Perturbed-History Exploration in Stochastic Linear Bandits

UAI 2019poster

We propose a new online algorithm for cumulative regret minimization in a stochastic linear bandit. The algorithm pulls the arm with the highest estimated reward in a linear model trained on its perturbed history. Therefore, we call it perturbed-history exploration in a linear bandit (LinPHE). The p…

Cited by 46SourcePDFScholar
2019

Sample Efficient Graph-Based Optimization with Noisy Observations

AISTATS 2019poster

We study sample complexity of optimizing “hill-climbing friendly” functions defined on a graph under noisy observations. We define a notion of convexity, and we show that a variant of best-arm identification can find a near-optimal solution after a small number of queries that is independent of the…

2018

TopRank: A practical algorithm for online stochastic ranking

NeurIPS 2018poster

Online learning to rank is a sequential decision-making problem where in each round the learning agent chooses a list of items and receives feedback in the form of clicks from the user. Many sample-efficient algorithms have been proposed for this problem that assume a specific click model connecting…

Cited by 86SourcePDFScholar
2017

Online Influence Maximization under Independent Cascade Model with Semi-Bandit Feedback

NeurIPS 2017poster

We study the online influence maximization problem in social networks under the independent cascade model. Specifically, we aim to learn the set of "best influencers" in a social network online while repeatedly interacting with it. We address the challenges of (i) combinatorial action space, since t…

Cited by 158SourcePDFScholar
2017

Online Learning to Rank in Stochastic Click Models

ICML 2017poster

Online learning to rank is a core problem in information retrieval and machine learning. Many provably efficient algorithms have been recently proposed for this problem in specific click models. The click model is a model of how the user interacts with a list of documents. Though these results are s…

Cited by 123SourcePDFScholar
2016

DCM Bandits: Learning to Rank with Multiple Clicks

ICML 2016poster

A search engine recommends to the user a list of web pages. The user examines this list, from the first page to the last, and clicks on all attractive pages until the user is satisfied. This behavior of the user can be described by the dependent click model (DCM). We propose DCM bandits, an online l…

Cited by 96SourcePDFScholar
2015

Cascading Bandits: Learning to Rank in the Cascade Model

ICML 2015poster

A search engine usually outputs a list of K web pages. The user examines this list, from the first web page to the last, and chooses the first attractive page. This model of user behavior is known as the cascade model. In this paper, we propose cascading bandits, a learning variant of the cascade mo…

Cited by 338SourcePDFScholar
2015

Efficient Thompson Sampling for Online Matrix-Factorization Recommendation

NeurIPS 2015poster

Matrix factorization (MF) collaborative filtering is an effective and widely used method in recommendation systems. However, the problem of finding an optimal trade-off between exploration and exploitation (otherwise known as the bandit problem), a crucial problem in collaborative filtering from col…

Cited by 231SourcePDFScholar
2015

Tight Regret Bounds for Stochastic Combinatorial Semi-Bandits

AISTATS 2015poster

A stochastic combinatorial semi-bandit is an online learning problem where at each step a learning agent chooses a subset of ground items subject to constraints, and then observes stochastic weights of these items and receives their sum as a payoff. In this paper, we close the problem of computation…

Cited by 361SourcePDFScholar