paper-with-me

홈 › Papers

Decentralized Contextual Bandits with Network Adaptivity

2025-08-19 · Chuyun Deng, Huiwen Jia arxiv

We consider contextual linear bandits over networks, a class of sequential decision-making problems where learning occurs simultaneously across multiple locations and the reward distributions share structural similarities while also exhibiting local differences. While classical contextual bandits assume either fully centralized data or entirely isolated learners, much remains unexplored in networked environments when information is partially shared. In this paper, we address this gap by developing two network-aware Upper Confidence Bound (UCB) algorithms, NetLinUCB and Net-SGD-UCB, which enable adaptive information sharing guided by dynamically updated network weights. Our approach decompose learning into global and local components and as a result allow agents to benefit from shared structure without full synchronization. Both algorithms incur lighter communication costs compared to a fully centralized setting as agents only share computed summaries regarding the homogeneous features. We establish regret bounds showing that our methods reduce the learning complexity associated with the shared structure from $O(N)$ to sublinear $O(\sqrt{N})$, where $N$ is the size of the network. The two algorithms reveal complementary strengths: NetLinUCB excels in low-noise regimes with fine-grained heterogeneity, while Net-SGD-UCB is robust to high-dimensional, high-variance contexts. We further demonstrate the effectiveness of our methods across simulated pricing environments compared to standard benchmarks.

📄 PDF Abstract BibTeX arXiv:2508.13411

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Linear Bandits with Limited Adaptivity and Learning Distributional Optimal Design

2020-07-04 · Yufei Ruan, Jiaqi Yang, Yuan Zhou

Motivated by practical needs such as large-scale learning, we study the impact of adaptivity constraints to linear contextual bandits, a central problem in online active learning. We consider two popular limited adaptivi…

Active LearningMulti-Armed Bandits

Avoiding the Price of Adaptivity: Inference in Linear Contextual Bandits via Stability

2025-12-23 · Samya Praharaj, Koulik Khamaru arxiv

Statistical inference in contextual bandits is challenging due to the adaptive, non-i.i.d. nature of the data. A growing body of work shows that classical least-squares inference can fail under adaptive sampling, and tha…

Generalized Linear Bandits with Limited Adaptivity

2024-04-10 · Ayush Sawarni, Nirjhar Das, Siddharth Barman, Gaurav Sinha

We study the generalized linear contextual bandit problem within the constraints of limited adaptivity. In this paper, we present two algorithms, $\texttt{B-GLinCB}$ and $\texttt{RS-GLinCB}$, that address, respectively, …

Multi-Armed Bandits

Practical and Optimal Algorithm for Linear Contextual Bandits with Rare Parameter Updates

2026-05-31 · Sanghoon Yu, Min-hwan Oh arxiv

We study linear contextual bandits under rare parameter updates: the learner may incorporate reward feedback into its parameter estimate only at a small number of update times, while still observing contexts online and s…

Contextual Bandits with Continuous Actions: Smoothing, Zooming, and Adapting

2019-02-05 · Akshay Krishnamurthy, John Langford, Aleksandrs Slivkins, Chicheng Zhang

We study contextual bandit learning with an abstract policy class and continuous action space. We obtain two qualitatively different regret bounds: one competes with a smoothed version of the policy class under no contin…

Multi-Armed Bandits