paper-with-me

Papers

Multimodal Difference Learning for Sequential Recommendation

2024-12-11 · Changhong Li, Zhiqiang Guo

Sequential recommendations have drawn significant attention in modeling the user's historical behaviors to predict the next item. With the booming development of multimodal data (e.g., image, text) on internet platforms, sequential recommendation also benefits from the incorporation of multimodal data. Most methods introduce modal features of items as side information and simply concatenates them to learn unified user interests. Nevertheless, these methods encounter the limitation in modeling multimodal differences. We argue that user interests and item relationships vary across different modalities. To address this problem, we propose a novel Multimodal Difference Learning framework for Sequential Recommendation, MDSRec for brevity. Specifically, we first explore the differences in item relationships by constructing modal-aware item relation graphs with behavior signal to enhance item representations. Then, to capture the differences in user interests across modalities, we design a interest-centralized attention mechanism to independently model user sequence representations in different modalities. Finally, we fuse the user embeddings from multiple modalities to achieve accurate item recommendation. Experimental results on five real-world datasets demonstrate the superiority of MDSRec over state-of-the-art baselines and the efficacy of multimodal difference learning.

📄 PDF Abstract BibTeX arXiv:2412.08103

Code (0)

등록된 구현이 없습니다.

Tasks

Sequential Recommendation

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 설명 없음

Similar Papers 제목 키워드 기반

Multimodal Enhancement of Sequential Recommendation

2026-02-06 · Bucher Sahyouni, Matthew Vowels, Liqun Chen, Simon Hadfield arxiv

We propose a novel recommender framework, MuSTRec (Multimodal and Sequential Transformer-based Recommendation), that unifies multimodal and sequential recommendation paradigms. MuSTRec captures cross-item similarities an…

Sequential RecommendationCollaborative Filtering

Multimodal Pre-training Framework for Sequential Recommendation via Contrastive Learning

2023-03-21 · Lingzi Zhang, Xin Zhou, Zhiwei Zeng, Zhiqi Shen

Current multimodal sequential recommendation models are often unable to effectively explore and capture correlations among behavior sequences of users and items across different modalities, either neglecting correlations…

Contrastive LearningRecommendation SystemsRepresentation LearningSequential Recommendation

Attention-based sequential recommendation system using multimodal data

2024-05-28 · Hyungtaik Oh, Wonkeun Jo, Dongil Kim

Sequential recommendation systems that model dynamic preferences based on a use's past behavior are crucial to e-commerce. Recent studies on these systems have considered various types of information such as images and t…

Recommendation SystemsSequential Recommendation

Multimodal Point-of-Interest Recommendation

2024-10-04 · Yuta Kanzawa, Toyotaro Suzumura, Hiroki Kanezashi, Jiawei Yong 외

Large Language Models are applied to recommendation tasks such as items to buy and news articles to read. Point of Interest is quite a new area to sequential recommendation based on language representations of multimodal…

ArticlesMultimodal RecommendationSequential Recommendation

Molar: Multimodal LLMs with Collaborative Filtering Alignment for Enhanced Sequential Recommendation

2024-12-24 · Yucong Luo, Qitao Qin, Hao Zhang, Mingyue Cheng 외

Sequential recommendation (SR) systems have evolved significantly over the past decade, transitioning from traditional collaborative filtering to deep learning approaches and, more recently, to large language models (LLM…

Collaborative FilteringSequential Recommendation