paper-with-me

홈 › Papers

Contextual Bandits for Resource-Constrained Devices using Probabilistic Learning

2026-05-13 · Marco Angioli, Kevin Johansson, Antonello Rosato, Amy Loutfi, Denis Kleyko arxiv

Contextual bandits (CB) are online sequential decision-making problems under partial feedback that underpin many adaptive services. There is a growing demand to deploy CB agents directly on-device, under strict constraints on memory, compute, and energy. However, standard linear CB algorithms are often impractical for resource-constrained devices with their unfavorable scaling in computational and memory costs. Recently, HD-CB, a CB approach based on hyperdimensional computing principles, has been proposed to model and solve CB problems by moving into high-dimensional spaces. HD-CB offers faster convergence, favorable scalability, and improves memory efficiency compared to linear CB algorithms. However, its learning rule is accumulation-based: the values of action vectors grow over time, requiring high precision. While periodic binarization can prevent overflow in low-precision components, it may discard important information about magnitudes and degrade decision quality. This paper introduces probabilistic HD-CB, a low-precision variant that replaces deterministic accumulation with a probabilistic update rule. At each step, only a random subset of vector components is updated, with a time-decaying update probability, and component values are constrained to a predefined range [-k,+k]. This approach enables low-precision components, prevents overflow without periodic binarization, and reduces the expected update cost in proportion to the fraction of updated components. Off-policy evaluation on standardized synthetic CB benchmarks using the Open Bandit Pipeline shows that probabilistic HD-CB consistently outperforms binarized HD-CB at equal precision, while approaching the performance of HD-CB with as few as 3 bits per component.

📄 PDF Abstract BibTeX arXiv:2605.13346

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Resourceful Contextual Bandits

2014-02-27 · Ashwinkumar Badanidiyuru, John Langford, Aleksandrs Slivkins

We study contextual bandits with ancillary constraints on resources, which are common in real-world applications such as choosing ads or dynamic pricing of items. We design the first algorithm for solving these problems …

Multi-Armed Bandits

Neural Contextual Bandits Based Dynamic Sensor Selection for Low-Power Body-Area Networks

2022-05-24 · Berken Utku Demirel, Luke Chen, Mohammad Abdullah Al Faruque

Providing health monitoring devices with machine intelligence is important for enabling automatic mobile healthcare applications. However, this brings additional challenges due to the resource scarcity of these devices. …

Anomaly DetectionMulti-Armed Bandits

Efficient Implementation of LinearUCB through Algorithmic Improvements and Vector Computing Acceleration for Embedded Learning Systems

2025-01-22 · Marco Angioli, Marcello Barbirotta, Abdallah Cheikh, Antonio Mastrandrea 외

As the Internet of Things expands, embedding Artificial Intelligence algorithms in resource-constrained devices has become increasingly important to enable real-time, autonomous decision-making without relying on central…

Decision MakingEdge-computingMulti-Armed Bandits

Probabilistic Time Series Forecasting for Adaptive Monitoring in Edge Computing Environments

2022-11-24 · Dominik Scheinert, Babak Sistani Zadeh Aghdam, Soeren Becker, Odej Kao 외

With increasingly more computation being shifted to the edge of the network, monitoring of critical infrastructures, such as intermediate processing nodes in autonomous driving, is further complicated due to the typicall…

Autonomous DrivingEdge-computingProbabilistic Time Series ForecastingTime Series+2

Algorithms with Logarithmic or Sublinear Regret for Constrained Contextual Bandits

2015-04-27 · NeurIPS 2015 12 · Huasen Wu, R. Srikant, Xin Liu, Chong Jiang

We study contextual bandits with budget and time constraints, referred to as constrained contextual bandits.The time and budget constraints significantly complicate the exploration and exploitation tradeoff because they …

Multi-Armed Bandits