paper-with-me

Papers

A novel diffusion recommendation algorithm based on multi-scale cnn and residual lstm

2023-12-18 · Yong Niu, Xing Xing, Zhichun Jia, Ruidi Liu, Mindong Xin

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 and generates item distributions in a denoising manner. We use multi-scale cnn and residual lstm methods to extract the local and global dependency features of user history interactions, and use attention mechanism to distinguish weights as the guide features of reverse diffusion recovery. The effectiveness of the proposed method is validated through experiments conducted on two real-world datasets. Specifically, AREAL obtains improvements over the best baselines by 2.63% and 4.25% in terms of HR@20 and 5.05% and 3.94% in terms of NDCG@20 on all datasets.

📄 PDF Abstract BibTeX arXiv:2312.10885

Code (0)

등록된 구현이 없습니다.

Tasks

DenoisingSequential Recommendation

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Physics-Consistent Diffusion for Efficient Fluid Super-Resolution via Multiscale Residual Correction

2026-02-25 · Zhihao Li, Shengwei Dong, Chuang Yi, Junxuan Gao 외 arxiv

Existing image SR and generic diffusion models transfer poorly to fluid SR: they are sampling-intensive, ignore physical constraints, and often yield spectral mismatch and spurious divergence. We address fluid super-reso…

TTRD3: Texture Transfer Residual Denoising Dual Diffusion Model for Remote Sensing Image Super-Resolution

2025-04-17 · Yide Liu, Haijiang Sun, Xiaowen Zhang, Qiaoyuan Liu 외

Remote Sensing Image Super-Resolution (RSISR) reconstructs high-resolution (HR) remote sensing images from low-resolution inputs to support fine-grained ground object interpretation. Existing methods face three key chall…

DenoisingImage Super-ResolutionSuper-Resolution

ScaleResfusion: Residual Rectified Flow based on Residual Vector Field

2026-07-28 · Zhenning Shi, Chen Xu, Junhao Zhang, Kefei Zhang 외 arxiv

Real-world Image Restoration (Real-IR) aims to recover high-quality (HQ) images from complex and unknown degradations. Although recent diffusion-based methods have substantially improved perceptual quality, their current…

parameter-efficient fine-tuningImage Restoration

Predictability of diffusion-based recommender systems

2019-03-29 · Peng Zhang, Leyang Xue, An Zeng

The recommendation methods based on network diffusion have been shown to perform well in both recommendation accuracy and diversity. Nowdays, numerous extensions have been made to further improve the performance of such …

Recommendation Systems

A trust-based recommendation method using network diffusion processes

2018-03-22 · Chen Ling-Jiao, Gao Jian

A variety of rating-based recommendation methods have been extensively studied including the well-known collaborative filtering approaches and some network diffusion-based methods, however, social trust relations are not…

Collaborative FilteringDiversity