paper-with-me

Papers

AutoSeqRec: Autoencoder for Efficient Sequential Recommendation

2023-08-14 · Sijia Liu, Jiahao Liu, Hansu Gu, Dongsheng Li, Tun Lu, Peng Zhang, Ning Gu

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 matrix captures user long-term preferences through collaborative filtering. In addition, the rows and columns of the item transition matrix represent the item out-degree and in-degree hopping behavior, which allows for modeling the user's short-term interests. When making incremental recommendations, only the input matrices need to be updated, without the need to update parameters, which makes AutoSeqRec very efficient. Comprehensive evaluations demonstrate that AutoSeqRec outperforms existing methods in terms of accuracy, while showcasing its robustness and efficiency.

📄 PDF Abstract BibTeX arXiv:2308.06878

Code (1)

sliu675/autoseqrec 공식 구현 pytorch

Tasks

Collaborative FilteringComputational EfficiencySequential Recommendation

Similar Papers 제목 키워드 기반

Adversarial and Contrastive Variational Autoencoder for Sequential Recommendation

2021-03-19 · Zhe Xie, Chengxuan Liu, Yichi Zhang, Hongtao Lu 외

Sequential recommendation as an emerging topic has attracted increasing attention due to its important practical significance. Models based on deep learning and attention mechanism have achieved good performance in seque…

Collaborative FilteringSequential Recommendation

Sparse Autoencoders for Sequential Recommendation Models: Interpretation and Flexible Control

2025-07-16 · Anton Klenitskiy, Konstantin Polev, Daria Denisova, Alexey Vasilev 외 arxiv

Many current state-of-the-art models for sequential recommendations are based on transformer architectures. Interpretation and explanation of such black box models is an important research question, as a better understan…

Sequential RecommendationRecommendation Systems

ContrastVAE: Contrastive Variational AutoEncoder for Sequential Recommendation

2022-08-27 · Yu Wang, Hengrui Zhang, Zhiwei Liu, Liangwei Yang 외

Aiming at exploiting the rich information in user behaviour sequences, sequential recommendation has been widely adopted in real-world recommender systems. However, current methods suffer from the following issues: 1) sp…

Contrastive LearningRecommendation SystemsSequential Recommendation

Graph Masked Autoencoder for Sequential Recommendation

2023-05-08 · Yaowen Ye, Lianghao Xia, Chao Huang

While some powerful neural network architectures (e.g., Transformer, Graph Neural Networks) have achieved improved performance in sequential recommendation with high-order item dependency modeling, they may suffer from p…

Contrastive LearningData AugmentationRecommendation SystemsSequential Recommendation

Sequential Recommendation Model for Next Purchase Prediction

2022-07-06 · Xin Chen, Alex Reibman, Sanjay Arora

Timeliness and contextual accuracy of recommendations are increasingly important when delivering contemporary digital marketing experiences. Conventional recommender systems (RS) suggest relevant but time-invariant items…

MarketingmodelPredictionRecommendation Systems+1