Abstract
In streaming recommender systems, the traditional approach for handling new user IDs or item IDs is to assign randomly initialized ID embedding, leading to two practical issues: (i) Items or users with insufficient interactive data can result in suboptimal prediction performance; and (ii) The embedding of new IDs or low-frequency IDs will consistently increase the size of the embedding table, thereby consuming unnecessary memory. To this end, we propose a reinforcement learning-based Automatic Shared Embedding Assignment framework, AutoAssign. To be specific, an Identity Agent serves to (i) field-wisely represent low-frequency IDs by utilizing a small number of shared embeddings, so as to enhance the embedding initialization; and (ii) dynamically identify the ID features that need to be retained or eliminated in the embedding table. We conduct extensive experiments on three public benchmark datasets and observe that AutoAssign can significantly improve the recommendation performance by alleviating the cold-start problem. Besides, AutoAssign reduces the memory space by 20-30 %, which demonstrates the effectiveness and efficiency of our framework in practical streaming recommender systems. © 2022 IEEE.
Original language | English |
---|---|
Title of host publication | Proceedings - 22nd IEEE International Conference on Data Mining |
Subtitle of host publication | ICDM 2022 |
Editors | Xingquan Zhu, Sanjay Ranka, My T. Thai, Takashi Washio, Xindong Wu |
Publisher | IEEE |
Pages | 458-467 |
ISBN (Electronic) | 9781665450997 |
ISBN (Print) | 978-1-6654-5100-0 |
DOIs | |
Publication status | Published - Nov 2022 |
Event | 22nd IEEE International Conference on Data Mining (ICDM 2022) - Hilton Orlando, Orlando, United States Duration: 28 Nov 2022 → 1 Dec 2022 https://icdm22.cse.usf.edu/ |
Publication series
Name | Proceedings - IEEE International Conference on Data Mining, ICDM |
---|---|
ISSN (Print) | 1550-4786 |
ISSN (Electronic) | 2374-8486 |
Conference
Conference | 22nd IEEE International Conference on Data Mining (ICDM 2022) |
---|---|
Country/Territory | United States |
City | Orlando |
Period | 28/11/22 → 1/12/22 |
Internet address |
Bibliographical note
Full text of this publication does not contain sufficient affiliation information. With consent from the author(s) concerned, the Research Unit(s) information for this record is based on the existing academic department affiliation of the author(s).Research Keywords
- Embedding
- Reinforcement Learning
- Streaming Recommendations