AutoSeqRec: Autoencoder for Efficient Sequential Recommendation
Sijia Liu, Jiahao Liu, Hansu Gu, Dongsheng Li, Tun Lu, Peng Zhang,, Ning Gu

TL;DR
AutoSeqRec is an autoencoder-based incremental recommendation model that efficiently combines collaborative filtering and sequential behavior modeling, outperforming existing methods in accuracy and efficiency.
Contribution
The paper introduces AutoSeqRec, a novel autoencoder architecture that efficiently integrates user-item interactions and item transition dynamics for sequential recommendation.
Findings
AutoSeqRec outperforms existing methods in accuracy.
AutoSeqRec demonstrates high computational efficiency.
AutoSeqRec is robust across various datasets.
Abstract
Sequential recommendation demonstrates the capability to recommend items by modeling the sequential behavior of users. Traditional methods typically treat users as sequences of items, overlooking the collaborative relationships among them. Graph-based methods incorporate collaborative information by utilizing the user-item interaction graph. However, these methods sometimes face challenges in terms of time complexity and computational efficiency. To address these limitations, this paper presents AutoSeqRec, an incremental recommendation model specifically designed for sequential recommendation tasks. AutoSeqRec is based on autoencoders and consists of an encoder and three decoders within the autoencoder architecture. These components consider both the user-item interaction matrix and the rows and columns of the item transition matrix. The reconstruction of the user-item interaction…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRecommender Systems and Techniques · Advanced Graph Neural Networks · Expert finding and Q&A systems
