paper-with-me

Papers

HyperBandit: Contextual Bandit with Hypernewtork for Time-Varying User Preferences in Streaming Recommendation

2023-08-14 · Chenglei Shen, Xiao Zhang, Wei Wei, Jun Xu

In real-world streaming recommender systems, user preferences often dynamically change over time (e.g., a user may have different preferences during weekdays and weekends). Existing bandit-based streaming recommendation models only consider time as a timestamp, without explicitly modeling the relationship between time variables and time-varying user preferences. This leads to recommendation models that cannot quickly adapt to dynamic scenarios. To address this issue, we propose a contextual bandit approach using hypernetwork, called HyperBandit, which takes time features as input and dynamically adjusts the recommendation model for time-varying user preferences. Specifically, HyperBandit maintains a neural network capable of generating the parameters for estimating time-varying rewards, taking into account the correlation between time features and user preferences. Using the estimated time-varying rewards, a bandit policy is employed to make online recommendations by learning the latent item contexts. To meet the real-time requirements in streaming recommendation scenarios, we have verified the existence of a low-rank structure in the parameter matrix and utilize low-rank factorization for efficient training. Theoretically, we demonstrate a sublinear regret upper bound against the best policy. Extensive experiments on real-world datasets show that the proposed HyperBandit consistently outperforms the state-of-the-art baselines in terms of accumulated rewards.

📄 PDF Abstract BibTeX arXiv:2308.08497

Code (0)

등록된 구현이 없습니다.

Tasks

Recommendation Systems

Similar Papers 제목 키워드 기반

Enhancing Bandit Algorithms with LLMs for Time-varying User Preferences in Streaming Recommendations

2026-02-08 · Chenglei Shen, Yi Zhan, Weijie Yu, Xiao Zhang 외 arxiv

In real-world streaming recommender systems, user preferences evolve dynamically over time. Existing bandit-based methods treat time merely as a timestamp, neglecting its explicit relationship with user preferences and l…

Data Augmentation

Worst-case Performance of Greedy Policies in Bandits with Imperfect Context Observations

2022-04-10 · Hongju Park, Mohamad Kazem Shirani Faradonbeh

Contextual bandits are canonical models for sequential decision-making under uncertainty in environments with time-varying components. In this setting, the expected reward of each bandit arm consists of the inner product…

Decision MakingDecision Making Under UncertaintyMulti-Armed BanditsSequential Decision Making

Contextual Bandits for adapting to changing User preferences over time

2020-09-21 · Dattaraj Rao

Contextual bandits provide an effective way to model the dynamic data problem in ML by leveraging online (incremental) learning to continuously adjust the predictions based on changing environment. We explore details on …

Incremental LearningMulti-Armed BanditsReinforcement Learning (RL)

CorrAttack: Black-box Adversarial Attack with Structured Search

2020-10-03 · Zhichao Huang, Yaowei Huang, Tong Zhang

We present a new method for score-based adversarial attack, where the attacker queries the loss-oracle of the target model. Our method employs a parameterized search space with a structure that captures the relationship …

Adversarial AttackBayesian OptimizationMulti-Armed Bandits

Self-Supervised Contextual Bandits in Computer Vision

2020-03-18 · Aniket Anand Deshmukh, Abhimanu Kumar, Levi Boyles, Denis Charles 외

Contextual bandits are a common problem faced by machine learning practitioners in domains as diverse as hypothesis testing to product recommendations. There have been a lot of approaches in exploiting rich data represen…

ClusteringColorizationMulti-Armed BanditsSelf-Supervised Learning+1