paper-with-me

Papers

Dynamic Embedding Size Search with Minimum Regret for Streaming Recommender System

2023-08-15 · Bowei He, Xu He, Renrui Zhang, Yingxue Zhang, Ruiming Tang, Chen Ma

With the continuous increase of users and items, conventional recommender systems trained on static datasets can hardly adapt to changing environments. The high-throughput data requires the model to be updated in a timely manner for capturing the user interest dynamics, which leads to the emergence of streaming recommender systems. Due to the prevalence of deep learning-based recommender systems, the embedding layer is widely adopted to represent the characteristics of users, items, and other features in low-dimensional vectors. However, it has been proved that setting an identical and static embedding size is sub-optimal in terms of recommendation performance and memory cost, especially for streaming recommendations. To tackle this problem, we first rethink the streaming model update process and model the dynamic embedding size search as a bandit problem. Then, we analyze and quantify the factors that influence the optimal embedding sizes from the statistics perspective. Based on this, we propose the \textbf{D}ynamic \textbf{E}mbedding \textbf{S}ize \textbf{S}earch (\textbf{DESS}) method to minimize the embedding size selection regret on both user and item sides in a non-stationary manner. Theoretically, we obtain a sublinear regret upper bound superior to previous methods. Empirical results across two recommendation tasks on four public datasets also demonstrate that our approach can achieve better streaming recommendation performance with lower memory cost and higher time efficiency.

📄 PDF Abstract BibTeX arXiv:2308.07760

Code (0)

등록된 구현이 없습니다.

Tasks

Recommendation Systems

Similar Papers 제목 키워드 기반

Optimism in Face of a Context: Regret Guarantees for Stochastic Contextual MDP

2022-07-22 · Orin Levy, Yishay Mansour

We present regret minimization algorithms for stochastic contextual MDPs under minimum reachability assumption, using an access to an offline least square regression oracle. We analyze three different settings: where the…

Improved Dynamic Regret for Non-degenerate Functions

2016-08-13 · NeurIPS 2017 12 · Lijun Zhang, Tianbao Yang, Jin-Feng Yi, Rong Jin 외

Recently, there has been a growing research interest in the analysis of dynamic regret, which measures the performance of an online learner against a sequence of local minimizers. By exploiting the strong convexity, prev…

Minimum Regret Search for Single- and Multi-Task Optimization

2016-02-02 · Jan Hendrik Metzen

We propose minimum regret search (MRS), a novel acquisition function for Bayesian optimization. MRS bears similarities with information-theoretic approaches such as entropy search (ES). However, while ES aims in each que…

Bayesian Optimization

Near-optimal Regret Bounds for Stochastic Shortest Path

2020-02-23 · ICML 2020 1 · Alon Cohen, Haim Kaplan, Yishay Mansour, Aviv Rosenberg

Stochastic shortest path (SSP) is a well-known problem in planning and control, in which an agent has to reach a goal state in minimum total expected cost. In the learning formulation of the problem, the agent is unaware…

Reinforcement LearningReinforcement Learning (RL)

The Power of Predictions in Online Control

2020-12-01 · NeurIPS 2020 12 · Chenkai Yu, Guanya Shi, Soon-Jo Chung, Yisong Yue 외

We study the impact of predictions in online Linear Quadratic Regulator control with both stochastic and adversarial disturbances in the dynamics. In both settings, we characterize the optimal policy and derive tight bou…