paper-with-me

Papers

Multi-Modal Self-Supervised Learning for Recommendation

2023-02-21 · Wei Wei, Chao Huang, Lianghao Xia, Chuxu Zhang

The online emergence of multi-modal sharing platforms (eg, TikTok, Youtube) is powering personalized recommender systems to incorporate various modalities (eg, visual, textual and acoustic) into the latent user representations. While existing works on multi-modal recommendation exploit multimedia content features in enhancing item embeddings, their model representation capability is limited by heavy label reliance and weak robustness on sparse user behavior data. Inspired by the recent progress of self-supervised learning in alleviating label scarcity issue, we explore deriving self-supervision signals with effectively learning of modality-aware user preference and cross-modal dependencies. To this end, we propose a new Multi-Modal Self-Supervised Learning (MMSSL) method which tackles two key challenges. Specifically, to characterize the inter-dependency between the user-item collaborative view and item multi-modal semantic view, we design a modality-aware interactive structure learning paradigm via adversarial perturbations for data augmentation. In addition, to capture the effects that user's modality-aware interaction pattern would interweave with each other, a cross-modal contrastive learning approach is introduced to jointly preserve the inter-modal semantic commonality and user preference diversity. Experiments on real-world datasets verify the superiority of our method in offering great potential for multimedia recommendation over various state-of-the-art baselines. The implementation is released at: https://github.com/HKUDS/MMSSL.

📄 PDF Abstract BibTeX arXiv:2302.10632

Code (2)

hkuds/mmssl 공식 구현 pytorch
HKUDS/RCL pytorch

Tasks

Contrastive LearningData AugmentationMultimedia recommendationMulti-modal RecommendationRecommendation SystemsSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

MENTOR: Multi-level Self-supervised Learning for Multimodal Recommendation

2024-02-29 · Jinfeng Xu, Zheyu Chen, Shuo Yang, Jinze Li 외

With the increasing multimedia information, multimodal recommendation has received extensive attention. It utilizes multimodal information to alleviate the data sparsity problem in recommendation systems, thus improving …

cross-modal alignmentMultimodal RecommendationRecommendation SystemsSelf-Supervised Learning

Self-Supervised Learning for Multimedia Recommendation

2022-06-30 · IEEE Transactions on Multimedia (TMM) 2022 6 · Zhulin Tao, Xiaohao Liu, Yewei Xia, Xiang Wang 외

Learning representations for multimedia content is critical for multimedia recommendation. Current representation learning methods roughly fall into two groups: (1) using the historical interactions to create ID embeddin…

Contrastive LearningData AugmentationMultimedia recommendationMulti-modal Recommendation+2

Multi-modal Food Recommendation using Clustering and Self-supervised Learning

2024-06-27 · Yixin Zhang, Xin Zhou, Qianwen Meng, Fanglin Zhu 외

Food recommendation systems serve as pivotal components in the realm of digital lifestyle services, designed to assist users in discovering recipes and food items that resonate with their unique dietary predilections. Ty…

ClusteringFood recommendationRecommendation SystemsSelf-Supervised Learning

Disentangling ID and Modality Effects for Session-based Recommendation

2024-04-19 · Xiaokun Zhang, Bo Xu, Zhaochun Ren, Xiaochen Wang 외

Session-based recommendation aims to predict intents of anonymous users based on their limited behaviors. Modeling user behaviors involves two distinct rationales: co-occurrence patterns reflected by item IDs, and fine-g…

Causal InferencecounterfactualCounterfactual InferenceDisentanglement+1

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