paper-with-me

Papers

EDGE-Rec: Efficient and Data-Guided Edge Diffusion For Recommender Systems Graphs

2024-09-23 · Utkarsh Priyam, Hemit Shah, Edoardo Botta

Most recommender systems research focuses on binary historical user-item interaction encodings to predict future interactions. User features, item features, and interaction strengths remain largely under-utilized in this space or only indirectly utilized, despite proving largely effective in large-scale production recommendation systems. We propose a new attention mechanism, loosely based on the principles of collaborative filtering, called Row-Column Separable Attention RCSA to take advantage of real-valued interaction weights as well as user and item features directly. Building on this mechanism, we additionally propose a novel Graph Diffusion Transformer GDiT architecture which is trained to iteratively denoise the weighted interaction matrix of the user-item interaction graph directly. The weighted interaction matrix is built from the bipartite structure of the user-item interaction graph and corresponding edge weights derived from user-item rating interactions. Inspired by the recent progress in text-conditioned image generation, our method directly produces user-item rating predictions on the same scale as the original ratings by conditioning the denoising process on user and item features with a principled approach.

📄 PDF Abstract BibTeX arXiv:2409.14689

Code (0)

등록된 구현이 없습니다.

Tasks

Collaborative FilteringDenoisingImage GenerationRecommendation Systems

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Position-Wise Feed-Forward Layer 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

Adversarial Item Promotion on Visually-Aware Recommender Systems by Guided Diffusion

2023-12-25 · Lijian Chen, Wei Yuan, Tong Chen, Guanhua Ye 외

Visually-aware recommender systems have found widespread application in domains where visual elements significantly contribute to the inference of users' potential preferences. While the incorporation of visual informati…

Recommendation Systems

TA-KAND: Two-stage Attention Triple Enhancement and U-KAN based Diffusion For Few-shot Knowledge Graph Completion

2025-12-13 · Xinyu Gao arxiv

Knowledge Graphs have become fundamental infrastructure for applications such as intelligent question answering and recommender systems due to their expressive representation. Nevertheless, real-world knowledge is hetero…

Knowledge Graph CompletionQuestion AnsweringKnowledge Graphs

Beyond Interactions: Node-Level Graph Generation for Knowledge-Free Augmentation in Recommender Systems

2025-07-28 · Zhaoyan Wang, Hyunjun Ahn, In-Young Ko arxiv

Recent advances in recommender systems rely on external resources such as knowledge graphs or large language models to enhance recommendations, which limit applicability in real-world settings due to data dependency and …

Graph GenerationKnowledge Graphs

Knowledge-guided Complex Diffusion Model for PolSAR Image Classification in Contourlet Domain

2025-07-08 · Junfei Shi, Yu Cheng, Haiyan Jin, Junhuai Li 외 arxiv

Diffusion models have demonstrated exceptional performance across various domains due to their ability to model and generate complicated data distributions. However, when applied to PolSAR data, traditional real-valued d…

Image Classification

PolyRecommender: A Multimodal Recommendation System for Polymer Discovery

2025-11-01 · Xin Wang, Yunhao Xiao, Rui Qiao arxiv

We introduce PolyRecommender, a multimodal discovery framework that integrates chemical language representations from PolyBERT with molecular graph-based representations from a graph encoder. The system first retrieves c…

Multimodal Recommendation