Optimal Regret for Single Index Bandits

TL;DR

Proposed ZoomSIB-UCB algorithm achieves optimal regret O(T^{2/3}) for single-index bandits.

stat.ML 🔴 Advanced 2026-05-10 25 views
Devdan Dey Sujoy Bhore Avishek Ghosh
single-index bandit nonparametric regret UCB algorithm Stein estimator

Key Findings

Methodology

The paper introduces a two-phase algorithm, ZoomSIB-UCB, which first estimates the projection direction using a normalized Stein estimator, then reduces the problem to a one-dimensional bandit using discretization and UCB. This approach significantly improves previous results without additional assumptions.

Key Results

  • The ZoomSIB-UCB algorithm achieves a regret of O(T^{2/3}), significantly better than the previous O(T^{3/4}).
  • Empirical results show the algorithm performs excellently on complex synthetic geometries and high-dimensional real-world datasets, with significantly reduced cumulative regret.
  • A matching minimax lower bound of O(T^{2/3}) is proven, indicating the upper bound is essentially tight.

Significance

This research is significant for both academia and industry, addressing the optimal regret problem for non-monotone reward functions in single-index bandits, providing more effective solutions for applications like online learning and recommendation systems.

Technical Contribution

The technical contribution lies in proposing a novel two-phase algorithm combining Stein estimator and UCB, achieving optimal regret for non-monotone reward functions without additional assumptions.

Novelty

This study is the first to achieve optimal regret O(T^{2/3}) for non-monotone reward functions, significantly improving algorithm performance compared to previous studies.

Limitations

  • The algorithm's computational complexity is high in high-dimensional settings, potentially affecting practical applications.
  • The noise assumptions are idealized, which may not apply to all real-world scenarios.

Future Work

Future work could explore applying this algorithm in more complex environments or combining it with other estimators to improve computational efficiency.

AI Executive Summary

The single-index bandit problem is a critical online learning issue where rewards depend on an unknown one-dimensional projection of high-dimensional contexts. Previously, the optimal regret for non-monotone reward functions remained unsolved.

This paper proposes a new two-phase algorithm, ZoomSIB-UCB, which first estimates the projection direction using a normalized Stein estimator, then reduces the problem to a one-dimensional bandit using UCB. This approach significantly improves previous results without additional assumptions.

Empirical results show the algorithm performs excellently on complex synthetic geometries and high-dimensional real-world datasets, with significantly reduced cumulative regret. This research not only provides theoretical optimal regret for non-monotone reward functions but also offers more effective solutions for applications like online learning and recommendation systems.

Deep Analysis

Background

The single-index model is widely used in statistics and machine learning, especially in learning low-dimensional representations of high-dimensional data. Previous research focused on optimal regret for monotone reward functions, but the optimal regret for non-monotone functions remained unsolved.

Core Problem

In the single-index bandit problem, the reward function depends on an unknown one-dimensional projection of high-dimensional contexts. Existing methods have high regret for non-monotone reward functions, which is inadequate for practical applications.

Innovation

The proposed ZoomSIB-UCB algorithm combines a normalized Stein estimator and UCB algorithm to achieve optimal regret for non-monotone reward functions. This innovation significantly improves algorithm performance without additional assumptions.

Methodology

  • �� Use a normalized Stein estimator to estimate the projection direction
  • �� Reduce the problem to a one-dimensional bandit
  • �� Use UCB algorithm to select the optimal action
  • �� Improve precision through discretization and confidence bounds

Experiments

The experimental design includes testing the algorithm's performance on complex synthetic geometries and high-dimensional real-world datasets. Benchmarks include the previous state-of-the-art algorithm GSTOR, with the main metric being cumulative regret.

Results

Results show that the ZoomSIB-UCB algorithm outperforms the previous state-of-the-art GSTOR in all tested environments, with significantly lower cumulative regret, validating the theoretical analysis.

Applications

The algorithm can be directly applied to online recommendation systems, ad placement, and clinical trials, particularly suitable for scenarios where the reward function is unknown or non-monotone.

Limitations & Outlook

The algorithm's computational complexity is high in high-dimensional settings, potentially affecting practical applications. The noise assumptions are idealized, which may not apply to all real-world scenarios. Future work could explore applying this algorithm in more complex environments or combining it with other estimators to improve computational efficiency.

Plain Language Accessible to non-experts

Imagine you're in a huge supermarket trying to find the best product. Each shelf has different items, and you don't know which is best, but each has a hidden score. You need a strategy to find the best item. The ZoomSIB-UCB algorithm acts like a smart shopping assistant, first estimating the scores on each shelf, then focusing on shelves likely to have high scores. This way, you can find the best product faster without trying everything.

ELI14 Explained like you're 14

Imagine you're in a game with many levels, each with different difficulty. You don't know which level is easiest, but you have a smart helper who first estimates each level's difficulty, then helps you focus on levels that might be easier. This way, you can clear the game faster without trying every level. The ZoomSIB-UCB algorithm is like this smart helper, helping you make better choices in uncertain situations!

Glossary

Single-Index Bandit

An online learning problem where rewards depend on an unknown one-dimensional projection of high-dimensional contexts.

Used to solve online learning problems with unknown reward functions.

Stein Estimator

A statistical method for estimating the direction of an unknown parameter.

Used to estimate the projection direction.

UCB Algorithm

A selection strategy for multi-armed bandit problems based on upper confidence bounds.

Used to select the optimal action.

Regret

A metric for evaluating the performance of online learning algorithms, representing the gap between the algorithm's choice and the optimal choice.

Used to assess the effectiveness of the algorithm.

Non-Monotone Function

A function whose values do not change monotonically with inputs.

The type of reward function considered in the study.

Open Questions Unanswered questions from this research

  • 1 How can this algorithm be applied in more complex environments? Current methods have high computational complexity in high dimensions, needing further optimization.
  • 2 How can the algorithm's robustness to noise be improved without increasing computational complexity?

Applications

Immediate Applications

Online Recommendation Systems

Can be used to optimize click-through rates in recommendation systems by better estimating user preferences, improving recommendation effectiveness.

Long-term Vision

Intelligent Ad Placement

Achieve precise ad placement through more accurate user profiling, increasing ad revenue.

Abstract

We study the $\textit{single-index bandit}$ problem, where rewards depend on an unknown one-dimensional projection of high-dimensional contexts through an unknown reward function. This model extends linear and generalized linear bandits to a nonparametric setting, and is particularly relevant when the reward function is not known in advance. While optimal regret guarantees are known for monotone reward functions, the general non-monotone case remains poorly understood, with the best known bound being $\tilde{\mathcal{O}}(T^{3/4})$ (under standard boundedness and Lipschitz assumptions on the reward function [Kang et al., 2025]). We close this gap by establishing the optimal regret for general single-index bandits. We propose a simple two-phase algorithm, namely, Zoomed Single Index Bandit with Upper Confidence Bound ($\texttt{ZoomSIB-UCB}$), that first estimates the projection direction via a normalized Stein estimator, and then reduces the problem to a one-dimensional bandit using discretization and finally use UCB. This approach achieves a regret of $\tilde{\mathcal{O}}(T^{2/3})$, and improves significantly upon prior work without any additional assumptions. We also prove a matching minimax lower bound of $\tildeΩ(T^{2/3})$, showing that the upper bound is essentially tight. Our upper and lower bounds together provide a sharp characterization of the regret in single-index bandits. Moreover, the empirical results further demonstrate the effectiveness and robustness of our approach.

stat.ML cs.LG