Tractable Multinomial Logit Contextual Bandits with Non-Linear Utilities
Taehyun Hwang, Dahngoon Kim, Min-hwan Oh
TL;DR
This work tackles contextual MNL bandits with non-linear utilities by proposing ONL-MNL, a UCB-based algorithm that combines a pilot estimator with an optimistic exploration phase. Under a realizability assumption and a generalized geometric condition, the method achieves a near-optimal regret of \(\widetilde{\mathcal{O}}(\sqrt{T})\) that is independent of the number of items \(N\), while remaining computationally tractable and NTK-free. The approach avoids NTK over-parameterization, instead leveraging a Taylor-linearization of the non-linear utility and a novel concentration inequality for the parameter estimator. Empirical results demonstrate robustness to misspecification and favorable scaling with the item pool, validating its practical applicability in complex recommendation and assortment settings.
Abstract
We study the multinomial logit (MNL) contextual bandit problem for sequential assortment selection. Although most existing research assumes utility functions to be linear in item features, this linearity assumption restricts the modeling of intricate interactions between items and user preferences. A recent work (Zhang & Luo, 2024) has investigated general utility function classes, yet its method faces fundamental trade-offs between computational tractability and statistical efficiency. To address this limitation, we propose a computationally efficient algorithm for MNL contextual bandits leveraging the upper confidence bound principle, specifically designed for non-linear parametric utility functions, including those modeled by neural networks. Under a realizability assumption and a mild geometric condition on the utility function class, our algorithm achieves a regret bound of $\tilde{O}(\sqrt{T})$, where $T$ denotes the total number of rounds. Our result establishes that sharp $\tilde{O}(\sqrt{T})$-regret is attainable even with neural network-based utilities, without relying on strong assumptions such as neural tangent kernel approximations. To the best of our knowledge, our proposed method is the first computationally tractable algorithm for MNL contextual bandits with non-linear utilities that provably attains $\tilde{O}(\sqrt{T})$ regret. Comprehensive numerical experiments validate the effectiveness of our approach, showing robust performance not only in realizable settings but also in scenarios with model misspecification.
