paper-with-me

Papers

MMGRec: Multimodal Generative Recommendation with Transformer Model

2024-04-25 · Han Liu, Yinwei Wei, Xuemeng Song, Weili Guan, Yuan-Fang Li, Liqiang Nie

Multimodal recommendation aims to recommend user-preferred candidates based on her/his historically interacted items and associated multimodal information. Previous studies commonly employ an embed-and-retrieve paradigm: learning user and item representations in the same embedding space, then retrieving similar candidate items for a user via embedding inner product. However, this paradigm suffers from inference cost, interaction modeling, and false-negative issues. Toward this end, we propose a new MMGRec model to introduce a generative paradigm into multimodal recommendation. Specifically, we first devise a hierarchical quantization method Graph RQ-VAE to assign Rec-ID for each item from its multimodal and CF information. Consisting of a tuple of semantically meaningful tokens, Rec-ID serves as the unique identifier of each item. Afterward, we train a Transformer-based recommender to generate the Rec-IDs of user-preferred items based on historical interaction sequences. The generative paradigm is qualified since this model systematically predicts the tuple of tokens identifying the recommended item in an autoregressive manner. Moreover, a relation-aware self-attention mechanism is devised for the Transformer to handle non-sequential interaction sequences, which explores the element pairwise relation to replace absolute positional encoding. Extensive experiments evaluate MMGRec's effectiveness compared with state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2404.16555

Code (0)

등록된 구현이 없습니다.

Tasks

modelMultimodal RecommendationQuantizationRelation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
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…
Residual Connection 설명 없음
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$…
Position-Wise Feed-Forward Layer 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.

Similar Papers 제목 키워드 기반

LightLM: A Lightweight Deep and Narrow Language Model for Generative Recommendation

2023-10-26 · Kai Mei, Yongfeng Zhang

This paper presents LightLM, a lightweight Transformer-based language model for generative recommendation. While Transformer-based generative modeling has gained importance in various AI sub-fields such as NLP and vision…

HallucinationLanguage ModelingLanguage Modelling

Recommendation with Generative Models

2024-09-18 · Yashar Deldjoo, Zhankui He, Julian McAuley, Anton Korikov 외

Generative models are a class of AI models capable of creating new instances of data by learning and sampling from their statistical distributions. In recent years, these models have gained prominence in machine learning…

Image GenerationNavigateRecommendation Systems

LLM4Rec: Large Language Models for Multimodal Generative Recommendation with Causal Debiasing

2025-10-02 · Bo Ma, Hang Li, ZeHua Hu, XiaoFan Gui 외 arxiv

Contemporary generative recommendation systems face significant challenges in handling multimodal data, eliminating algorithmic biases, and providing transparent decision-making processes. This paper introduces an enhanc…

Computational EfficiencyRecommendation SystemsCausal Inference

Multimodal Quantitative Language for Generative Recommendation

2025-02-20 · Jianyang Zhai, Zi-Feng Mai, Chang-Dong Wang, Feidiao Yang 외

Generative recommendation has emerged as a promising paradigm aiming at directly generating the identifiers of the target candidates. Most existing methods attempt to leverage prior knowledge embedded in Pre-trained Lang…

Recommendation SystemsText GenerationTransfer Learning

Structurally Refined Graph Transformer for Multimodal Recommendation

2025-11-01 · Ke Shi, Yan Zhang, Miao Zhang, Lifan Chen 외 arxiv

Multimodal recommendation systems utilize various types of information, including images and text, to enhance the effectiveness of recommendations. The key challenge is predicting user purchasing behavior from the availa…

Multimodal Recommendation