paper-with-me

Papers

Neural Logistic Bandits

2025-05-04 · Seoungbin Bae, Dabeen Lee

We study the problem of neural logistic bandits, where the main task is to learn an unknown reward function within a logistic link function using a neural network. Existing approaches either exhibit unfavorable dependencies on $\kappa$, where $1/\kappa$ represents the minimum variance of reward distributions, or suffer from direct dependence on the feature dimension $d$, which can be huge in neural network-based settings. In this work, we introduce a novel Bernstein-type inequality for self-normalized vector-valued martingales that is designed to bypass a direct dependence on the ambient dimension. This lets us deduce a regret upper bound that grows with the effective dimension $\widetilde{d}$, not the feature dimension, while keeping a minimal dependence on $\kappa$. Based on the concentration inequality, we propose two algorithms, NeuralLog-UCB-1 and NeuralLog-UCB-2, that guarantee regret upper bounds of order $\widetilde{O}(\widetilde{d}\sqrt{\kappa T})$ and $\widetilde{O}(\widetilde{d}\sqrt{T/\kappa})$, respectively, improving on the existing results. Lastly, we report numerical results on both synthetic and real datasets to validate our theoretical findings.

📄 PDF Abstract BibTeX arXiv:2505.02069

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

An Experimental Design Approach for Regret Minimization in Logistic Bandits

2022-02-04 · Blake Mason, Kwang-Sung Jun, Lalit Jain

In this work we consider the problem of regret minimization for logistic bandits. The main challenge of logistic bandits is reducing the dependence on a potentially large problem dependent constant $\kappa$ that can at w…

Experimental Design

Improved Regret Bounds of (Multinomial) Logistic Bandits via Regret-to-Confidence-Set Conversion

2023-10-28 · Junghyun Lee, Se-Young Yun, Kwang-Sung Jun

Logistic bandit is a ubiquitous framework of modeling users' choices, e.g., click vs. no click for advertisement recommender system. We observe that the prior works overlook or neglect dependencies in $S \geq \lVert \the…

Recommendation Systems

Near Optimal Pure Exploration in Logistic Bandits

2024-10-28 · Eduardo Ochoa Rivera, Ambuj Tewari

Bandit algorithms have garnered significant attention due to their practical applications in real-world scenarios. However, beyond simple settings such as multi-arm or linear bandits, optimal algorithms remain scarce. No…

PG-TS: Improved Thompson Sampling for Logistic Contextual Bandits

2018-05-18 · NeurIPS 2018 12 · Bianca Dumitrascu, Karen Feng, Barbara E. Engelhardt

We address the problem of regret minimization in logistic contextual bandits, where a learner decides among sequential actions or arms given their respective contexts to maximize binary rewards. Using a fast inference pr…

Multi-Armed BanditsThompson Sampling

Jointly Efficient and Optimal Algorithms for Logistic Bandits

2022-01-06 · Louis Faury, Marc Abeille, Kwang-Sung Jun, Clément Calauzènes

Logistic Bandits have recently undergone careful scrutiny by virtue of their combined theoretical and practical relevance. This research effort delivered statistically efficient algorithms, improving the regret of previo…

Computational Efficiency