paper-with-me

홈 › Papers

Learning Item Representations Directly from Multimodal Features for Effective Recommendation

2025-05-08 · Xin Zhou, Xiaoxiong Zhang, Dusit Niyato, Zhiqi Shen

Conventional multimodal recommender systems predominantly leverage Bayesian Personalized Ranking (BPR) optimization to learn item representations by amalgamating item identity (ID) embeddings with multimodal features. Nevertheless, our empirical and theoretical findings unequivocally demonstrate a pronounced optimization gradient bias in favor of acquiring representations from multimodal features over item ID embeddings. As a consequence, item ID embeddings frequently exhibit suboptimal characteristics despite the convergence of multimodal feature parameters. Given the rich informational content inherent in multimodal features, in this paper, we propose a novel model (i.e., LIRDRec) that learns item representations directly from these features to augment recommendation performance. Recognizing that features derived from each modality may capture disparate yet correlated aspects of items, we propose a multimodal transformation mechanism, integrated with modality-specific encoders, to effectively fuse features from all modalities. Moreover, to differentiate the influence of diverse modality types, we devise a progressive weight copying fusion module within LIRDRec. This module incrementally learns the weight assigned to each modality in synthesizing the final user or item representations. Finally, we utilize the powerful visual understanding of Multimodal Large Language Models (MLLMs) to convert the item images into texts and extract semantics embeddings upon the texts via LLMs. Empirical evaluations conducted on five real-world datasets validate the superiority of our approach relative to competing baselines. It is worth noting the proposed model, equipped with embeddings extracted from MLLMs and LLMs, can further improve the recommendation accuracy of NDCG@20 by an average of 4.21% compared to the original embeddings.

📄 PDF Abstract BibTeX arXiv:2505.04960

Code (1)

enoche/lirdrec 공식 구현 pytorch

Tasks

Recommendation Systems

Similar Papers 제목 키워드 기반

Knowledge Soft Integration for Multimodal Recommendation

2023-05-12 · Kai Ouyang, Chen Tang, Wenhao Zheng, Xiangjin Xie 외

One of the main challenges in modern recommendation systems is how to effectively utilize multimodal content to achieve more personalized recommendations. Despite various proposed solutions, most of them overlook the mis…

Graph Neural NetworkMultimodal RecommendationRecommendation SystemsRetrieval

Enhancing Dyadic Relations with Homogeneous Graphs for Multimodal Recommendation

2023-01-28 · HongYu Zhou, Xin Zhou, Lingzi Zhang, Zhiqi Shen

User interaction data in recommender systems is a form of dyadic relation that reflects the preferences of users with items. Learning the representations of these two discrete sets of objects, users and items, is critica…

Graph LearningMultimodal RecommendationRecommendation Systems

Attention-guided Multi-step Fusion: A Hierarchical Fusion Network for Multimodal Recommendation

2023-04-24 · Yan Zhou, Jie Guo, Hao Sun, Bin Song 외

The main idea of multimodal recommendation is the rational utilization of the item's multimodal information to improve the recommendation performance. Previous works directly integrate item multimodal features with item …

Contrastive LearningMultimodal Recommendation

GUME: Graphs and User Modalities Enhancement for Long-Tail Multimodal Recommendation

2024-07-17 · Guojiao Lin, Zhen Meng, Dongjie Wang, Qingqing Long 외

Multimodal recommendation systems (MMRS) have received considerable attention from the research community due to their ability to jointly utilize information from user behavior and product images and text. Previous resea…

Multimodal RecommendationRecommendation Systems

Adversarial Multimodal Representation Learning for Click-Through Rate Prediction

2020-03-07 · Xiang Li, Chao Wang, Jiwei Tan, Xiaoyi Zeng 외

For better user experience and business effectiveness, Click-Through Rate (CTR) prediction has been one of the most important tasks in E-commerce. Although extensive CTR prediction models have been proposed, learning goo…

Click-Through Rate PredictionPredictionRepresentation Learning