MultiCBR: Multi-view Contrastive Learning for Bundle Recommendation
Yunshan Ma, Yingzhi He, Xiang Wang, Yinwei Wei, Xiaoyu Du, Yuyangzi, Fu, Tat-Seng Chua

TL;DR
MultiCBR introduces a multi-view contrastive learning framework for bundle recommendation that captures all relevant relations among users, bundles, and items, improving recommendation performance over existing models.
Contribution
It proposes a novel multi-view representation learning framework with an early fusion and late contrast design, effectively modeling complex relations and reducing computational costs.
Findings
Outperforms state-of-the-art methods on three public datasets.
Effectively captures user-bundle, user-item, and bundle-item relations.
Enhances sparse bundle representations through better utilization of bundle-item affiliations.
Abstract
Bundle recommendation seeks to recommend a bundle of related items to users to improve both user experience and the profits of platform. Existing bundle recommendation models have progressed from capturing only user-bundle interactions to the modeling of multiple relations among users, bundles and items. CrossCBR, in particular, incorporates cross-view contrastive learning into a two-view preference learning framework, significantly improving SOTA performance. It does, however, have two limitations: 1) the two-view formulation does not fully exploit all the heterogeneous relations among users, bundles and items; and 2) the "early contrast and late fusion" framework is less effective in capturing user preference and difficult to generalize to multiple views. In this paper, we present MultiCBR, a novel Multi-view Contrastive learning framework for Bundle Recommendation. First, we devise a…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRecommender Systems and Techniques · Sentiment Analysis and Opinion Mining · Advanced Graph Neural Networks
MethodsContrastive Learning
