paper-with-me

Papers

AlignRec: Aligning and Training in Multimodal Recommendations

2024-03-19 · Yifan Liu, Kangning Zhang, Xiangyuan Ren, Yanhua Huang, Jiarui Jin, Yingjie Qin, Ruilong Su, Ruiwen Xu, Yong Yu, Weinan Zhang

With the development of multimedia systems, multimodal recommendations are playing an essential role, as they can leverage rich contexts beyond interactions. Existing methods mainly regard multimodal information as an auxiliary, using them to help learn ID features; However, there exist semantic gaps among multimodal content features and ID-based features, for which directly using multimodal information as an auxiliary would lead to misalignment in representations of users and items. In this paper, we first systematically investigate the misalignment issue in multimodal recommendations, and propose a solution named AlignRec. In AlignRec, the recommendation objective is decomposed into three alignments, namely alignment within contents, alignment between content and categorical ID, and alignment between users and items. Each alignment is characterized by a specific objective function and is integrated into our multimodal recommendation framework. To effectively train AlignRec, we propose starting from pre-training the first alignment to obtain unified multimodal features and subsequently training the following two alignments together with these features as input. As it is essential to analyze whether each multimodal feature helps in training and accelerate the iteration cycle of recommendation models, we design three new classes of metrics to evaluate intermediate performance. Our extensive experiments on three real-world datasets consistently verify the superiority of AlignRec compared to nine baselines. We also find that the multimodal features generated by AlignRec are better than currently used ones, which are to be open-sourced in our repository https://github.com/sjtulyf123/AlignRec_CIKM24.

📄 PDF Abstract BibTeX arXiv:2403.12384

Code (1)

sjtulyf123/alignrec_cikm24 공식 구현 pytorch

Tasks

Multimodal Recommendation

Similar Papers 제목 키워드 기반

Aligning Multimodal Sequential Recommendations via Robust Direct Preference Optimization with Sparse MoE

2026-03-31 · Hejin Huang, Jusheng Zhang, Kaitong Cai, Jian Wang 외 arxiv

Preference-based alignment objectives have been widely adopted, from RLHF-style pairwise learning in large language models to emerging applications in recommender systems. Yet, existing work rarely examines how Direct Pr…

Sequential Recommendation

Disentangled Graph Variational Auto-Encoder for Multimodal Recommendation with Interpretability

2024-02-25 · Xin Zhou, Chunyan Miao

Multimodal recommender systems amalgamate multimodal information (e.g., textual descriptions, images) into a collaborative filtering framework to provide more accurate recommendations. While the incorporation of multimod…

Collaborative FilteringMultimodal RecommendationRecommendation Systems

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

Toward Unified Multimodal Representation Learning for Autonomous Driving

2026-03-09 · Ximeng Tao, Dimitar Filev, Gaurav Pandey arxiv

Contrastive Language-Image Pre-training (CLIP) has shown impressive performance in aligning visual and textual representations. Recent studies have extended this paradigm to 3D vision to improve scene understanding for a…

Representation LearningContrastive LearningScene UnderstandingAutonomous Driving

Dynamic Fusion Strategies for Federated Multimodal Recommendations

2024-10-11 · Zhiwei Li, Guodong Long, Jing Jiang, Chengqi Zhang

Delivering deeply personalized recommendations necessitates understanding user interactions with diverse multimedia features, but achieving this within the constraints of Federated Recommendation Systems (FedRec) is seve…

Multimodal RecommendationPrivacy PreservingRecommendation Systems