A novel diffusion recommendation algorithm based on multi-scale cnn and residual lstm
Yong Niu, Xing Xing, Zhichun Jia, Ruidi Liu, Mindong Xin

TL;DR
This paper introduces a diffusion-based recommendation algorithm that models items as probability distributions and leverages multi-scale CNN and residual LSTM to capture user preferences more effectively, validated on real datasets.
Contribution
It proposes a novel diffusion recommendation model using multi-scale CNN and residual LSTM, representing items as distributions to improve recommendation accuracy.
Findings
Achieved 2.63% and 4.25% improvements in HR@20
Achieved 5.05% and 3.94% improvements in NDCG@20
Validated effectiveness on two real-world datasets
Abstract
Sequential recommendation aims to infer user preferences from historical interaction sequences and predict the next item that users may be interested in the future. The current mainstream design approach is to represent items as fixed vectors, capturing the underlying relationships between items and user preferences based on the order of interactions. However, relying on a single fixed-item embedding may weaken the modeling capability of the system, and the global dynamics and local saliency exhibited by user preferences need to be distinguished. To address these issues, this paper proposes a novel diffusion recommendation algorithm based on multi-scale cnn and residual lstm (AREAL). We introduce diffusion models into the recommend system, representing items as probability distributions instead of fixed vectors. This approach enables adaptive reflection of multiple aspects of the items…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRecommender Systems and Techniques · Opinion Dynamics and Social Influence · Complex Network Analysis Techniques
MethodsSigmoid Activation · Tanh Activation · Long Short-Term Memory · Diffusion
