Nonlinear Bandit

· Source: cs.LG updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Mathematics & Computational Sciences · Depth: Expert, extended

Summary

This paper introduces novel algorithms for generalized linear bandit (GLB) and nonlinear bandit (NB) problems, specifically addressing scenarios with heavy-tailed noise. The Generalized Linear Bandit with Extended Huber loss Method (GLB-EHM) is proposed, utilizing an adaptive Huber loss and online mirror descent for one-pass updates. It achieves a near-optimal regret of \"\u00d5(T^(1/(1+\u03b5)))\" with \u00d5(1) computational complexity, removing dependency on the \u03ba parameter. The PGLB-EHM algorithm extends this to piecewise constant contextual characteristics, maintaining the same regret order. For nonlinear bandits, the NB-EHM algorithm employs a bisection method and affine lifting to achieve a sublinear regret bound of \"\u00d5(T^\u03b1)\", where \u03b1 is a complex exponent dependent on d, C2, and \u03b5. Numerical simulations confirm the theoretical results for all algorithms.

Key takeaway

For research scientists and machine learning engineers developing online decision-making systems in noisy environments, these Huber loss-based bandit algorithms offer robust and efficient alternatives. You should consider GLB-EHM or NB-EHM when dealing with heavy-tailed reward distributions, as they provide strong theoretical regret guarantees with low computational overhead, potentially improving model stability and performance in real-world applications.

Key insights

Huber loss-based algorithms provide robust, computationally efficient solutions for heavy-tailed generalized linear and nonlinear bandits.

Principles

Method

The EHM algorithm uses online mirror descent with adaptive Huber loss for one-pass updates. NB-EHM refines feasible space via bisection and applies affine lifting for general nonlinear problems.

In practice

Topics

Best for: AI Scientist, Research Scientist, Machine Learning Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.LG updates on arXiv.org.