paper-with-me

Papers

Sequences as Nodes for Contrastive Multimodal Graph Recommendation

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

To tackle cold-start and data sparsity issues in recommender systems, numerous multimodal, sequential, and contrastive techniques have been proposed. While these augmentations can boost recommendation performance, they tend to add noise and disrupt useful semantics. To address this, we propose MuSICRec (Multimodal Sequence-Item Contrastive Recommender), a multi-view graph-based recommender that combines collaborative, sequential, and multimodal signals. We build a sequence-item (SI) view by attention pooling over the user's interacted items to form sequence nodes. We propagate over the SI graph, obtaining a second view organically as an alternative to artificial data augmentation, while simultaneously injecting sequential context signals. Additionally, to mitigate modality noise and align the multimodal information, the contribution of text and visual features is modulated according to an ID-guided gate. We evaluate under a strict leave-two-out split against a broad range of sequential, multimodal, and contrastive baselines. On the Amazon Baby, Sports, and Electronics datasets, MuSICRec outperforms state-of-the-art baselines across all model types. We observe the largest gains for short-history users, mitigating sparsity and cold-start challenges. Our code is available at https://anonymous.4open.science/r/MuSICRec-3CEE/ and will be made publicly available.

📄 PDF Abstract BibTeX arXiv:2602.07208

Code (0)

등록된 구현이 없습니다.

Tasks

Data Augmentation

Similar Papers 제목 키워드 기반

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

Long-tail Augmented Graph Contrastive Learning for Recommendation

2023-09-20 · Qian Zhao, Zhengwei Wu, Zhiqiang Zhang, Jun Zhou

Graph Convolutional Networks (GCNs) has demonstrated promising results for recommender systems, as they can effectively leverage high-order relationship. However, these methods usually encounter data sparsity issue in re…

Contrastive LearningData AugmentationRecommendation SystemsTransfer Learning

Generative Contrastive Graph Learning for Recommendation

2023-07-11 · Yonghui Yang, Zhengwei Wu, Le Wu, Kun Zhang 외

By treating users' interactions as a user-item graph, graph learning models have been widely deployed in Collaborative Filtering(CF) based recommendation. Recently, researchers have introduced Graph Contrastive Learning(…

Collaborative FilteringContrastive LearningData AugmentationGraph Learning+1

Bilateral Unsymmetrical Graph Contrastive Learning for Recommendation

2024-03-22 · Jiaheng Yu, Jing Li, Yue He, Kai Zhu 외

Recent methods utilize graph contrastive Learning within graph-structured user-item interaction data for collaborative filtering and have demonstrated their efficacy in recommendation tasks. However, they ignore that the…

Collaborative FilteringContrastive LearningRelation

ID and Graph View Contrastive Learning with Multi-View Attention Fusion for Sequential Recommendation

2026-04-15 · Xiaofan Zhou, Kyumin Lee arxiv

Sequential recommendation has become increasingly prominent in both academia and industry, particularly in e-commerce. The primary goal is to extract user preferences from historical interaction sequences and predict ite…

Sequential RecommendationContrastive Learning