Papers › Denoising Diffusion Recommender Model

Denoising Diffusion Recommender Model

13 Jan 2024arXiv:2401.06982archive 2025-07-28

Jujia Zhao, Wenjie Wang, Yiyan Xu, Teng Sun, Fuli Feng, Tat-Seng Chua

Recommender systems often grapple with noisy implicit feedback. Most studies alleviate the noise issues from data cleaning perspective such as data resampling and reweighting, but they are constrained by heuristic assumptions. Another denoising avenue is from model perspective, which proactively injects noises into user-item interactions and enhances the intrinsic denoising ability of models. However, this kind of denoising process poses significant challenges to the recommender model's representation capacity to capture noise patterns. To address this issue, we propose Denoising Diffusion Recommender Model (DDRM), which leverages multi-step denoising process of diffusion models to robustify user and item embeddings from any recommender models. DDRM injects controlled Gaussian noises in the forward process and iteratively removes noises in the reverse denoising process, thereby improving embedding robustness against noisy feedback. To achieve this target, the key lies in offering appropriate guidance to steer the reverse denoising process and providing a proper starting point to start the forward-reverse process during inference. In particular, we propose a dedicated denoising module that encodes collaborative information as denoising guidance. Besides, in the inference stage, DDRM utilizes the average embeddings of users' historically liked items as the starting point rather than using pure noise since pure noise lacks personalization, which increases the difficulty of the denoising process. Extensive experiments on three datasets with three representative backend recommender models demonstrate the effectiveness of DDRM.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2401.06982")

Code

Syntology Ran 11 of 11 code samples harvested from 1 repository linked to this paper; 0 have no recorded run. Of those that ran: 2 ran · honoured contract; 1 ran · our draft was wrong; 8 ran with no contract checked.

By repository: official repository: 11 samples from 1 repository, 11 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

polaris-jz/ddrm officialmentioned in paperpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

11 samples harvested; 11 ran; 2 honoured the contract we drafted; 0 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · honoured contract
1ran · our draft was wrong
8ran

Licence: 11 of the 11 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from polaris-jz/ddrm. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

RecallPrecision_ATk polaris-jz/ddrm/DDRM_LightGCN/utils.py official repository ran no licence file found · pointer only · c0552ff020ee687b · report
betas_for_alpha_bar polaris-jz/ddrm/DDRM_LightGCN/diffusion.py official repository ran · honoured contract no licence file found · pointer only · 2ab2316ac6fdd869 · report
betas_from_linear_variance polaris-jz/ddrm/DDRM_LightGCN/diffusion.py official repository ran · our draft was wrong no licence file found · pointer only · c26b918effa6b11b · report
check_ckpt polaris-jz/ddrm/DDRM_LightGCN/train_amazon.py official repository ran no licence file found · pointer only · 16d07311140e61db · report
check_ckpt polaris-jz/ddrm/DDRM_LightGCN/train_yelp.py official repository ran no licence file found · pointer only · ca0f5f44ef920a6b · report
check_log_finish polaris-jz/ddrm/DDRM_LightGCN/train_amazon.py official repository ran no licence file found · pointer only · ebc31b08731ac15a · report
check_log_finish polaris-jz/ddrm/DDRM_LightGCN/train_yelp.py official repository ran no licence file found · pointer only · 6355878c62d87a78 · report
computeTopNAccuracy polaris-jz/ddrm/DDRM_LightGCN/Procedure.py official repository ran no licence file found · pointer only · de045e4529c0ec4a · report
normal_kl polaris-jz/ddrm/DDRM_LightGCN/diffusion.py official repository ran · honoured contract fingerprinted no licence file found · pointer only · cf2798b666b231ca · report
pid_exists polaris-jz/ddrm/DDRM_LightGCN/train_amazon.py official repository ran fingerprinted no licence file found · pointer only · fe0264129501e21d · report
timestep_embedding polaris-jz/ddrm/DDRM_LightGCN/model.py official repository ran fingerprinted no licence file found · pointer only · 3cef9867af2fd687 · report

Tasks

DenoisingRecommendation SystemsRepresentation Learningmodel

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

DiffusionFocus

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections