paper-with-me

홈 › Papers

Progressive Collaborative and Semantic Knowledge Fusion for Generative Recommendation

2025-02-10 · Longtao Xiao, Haozhao Wang, Cheng Wang, Linfei Ji, Yifan Wang, Jieming Zhu, Zhenhua Dong, Rui Zhang, Ruixuan Li

With the recent surge in interest surrounding generative paradigms, generative recommendation has increasingly attracted the attention of researchers in the recommendation community. This paradigm generally consists of two stages. In the first stage, pretrained semantic embeddings or collaborative ID embeddings are quantized to create item codes, aiming to capture and preserve rich semantic or collaborative knowledge within these codes. The second stage involves utilizing these discrete codes to perform an autoregressive sequence generation task. Existing methods often either overlook collaborative or semantic knowledge, or combine the two roughly. In this paper, we observe that naively concatenating representations from semantic and collaborative modality leads to a semantic domination issue, where the resulting representation is overly influenced by semantic information, effectively overshadowing the collaborative representation. Consequently, downstream recommendation tasks fail to fully exploit the knowledge from both modalities, resulting in suboptimal performance. To address this, we propose a progressive collaborative and semantic knowledge fusion model for generative recommendation, named PRORec, which integrates semantic and collaborative knowledge with a unified code through a two-stage framework. Specifically, in the first stage, we propose a cross-modality knowledge alignment task, which integrates semantic knowledge into collaborative embeddings, enhancing their representational capability. In the second stage, we propose an in-modality knowledge distillation task, designed to effectively capture and integrate knowledge from both semantic and collaborative modalities. Extensive experiments on three widely used benchmarks validate the effectiveness of our approach, demonstrating its superiority compared to existing methods.

📄 PDF Abstract BibTeX arXiv:2502.06269

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Distillation

Methods 이 논문이 사용한 방법론

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$…
Attention 설명 없음
Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Diff-KD: Diffusion-based Knowledge Distillation for Collaborative Perception under Corruptions

2026-04-02 · Pengcheng Lyu, Chaokun Zhang, Gong Chen, Tao Tang 외 arxiv

Multi-agent collaborative perception enables autonomous systems to overcome individual sensing limits through collective intelligence. However, real-world sensor and communication corruptions severely undermine this adva…

Knowledge Distillation

DiffKG: Knowledge Graph Diffusion Model for Recommendation

2023-12-28 · Yangqin Jiang, Yuhao Yang, Lianghao Xia, Chao Huang

Knowledge Graphs (KGs) have emerged as invaluable resources for enriching recommendation systems by providing a wealth of factual information and capturing semantic relationships among items. Leveraging KGs can significa…

Data AugmentationGraph Representation LearningKnowledge Graphsmodel+2

RaDAR: Relation-aware Diffusion-Asymmetric Graph Contrastive Learning for Recommendation

2026-03-17 · Yixuan Huang, Jiawei Chen, Shengfan Zhang, Zongsheng Cao arxiv

Collaborative filtering (CF) recommendation has been significantly advanced by integrating Graph Neural Networks (GNNs) and Graph Contrastive Learning (GCL). However, (i) random edge perturbations often distort critical …

Collaborative FilteringRecommendation SystemsContrastive Learning

Collaborative-Distilled Diffusion Models (CDDM) for Accelerated and Lightweight Trajectory Prediction

2025-10-01 · Bingzhang Wang, Kehua Chen, Yinhai Wang arxiv

Trajectory prediction is a fundamental task in Autonomous Vehicles (AVs) and Intelligent Transportation Systems (ITS), supporting efficient motion planning and real-time traffic safety management. Diffusion models have r…

Trajectory PredictionAutonomous VehiclesMotion Planning

Collaborative Cross-modal Fusion with Large Language Model for Recommendation

2024-08-16 · Zhongzhou Liu, Hao Zhang, Kuicai Dong, Yuan Fang

Despite the success of conventional collaborative filtering (CF) approaches for recommendation systems, they exhibit limitations in leveraging semantic knowledge within the textual attributes of users and items. Recent f…

Collaborative FilteringLanguage ModelingLanguage ModellingLarge Language Model+1