paper-with-me

Papers

MultiCBR: Multi-view Contrastive Learning for Bundle Recommendation

2023-11-28 · Yunshan Ma, Yingzhi He, Xiang Wang, Yinwei Wei, Xiaoyu Du, Yuyangzi Fu, Tat-Seng Chua

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 multi-view representation learning framework capable of capturing all the user-bundle, user-item and bundle-item relations, especially better utilizing the bundle-item affiliations to enhance sparse bundles' representations. Second, we innovatively adopt an "early fusion and late contrast" design that first fuses the multi-view representations before performing self-supervised contrastive learning. In comparison to existing approaches, our framework reverses the order of fusion and contrast, introducing the following advantages: 1)our framework is capable of modeling both cross-view and ego-view preferences, allowing us to achieve enhanced user preference modeling; and 2) instead of requiring quadratic number of cross-view contrastive losses, we only require two self-supervised contrastive losses, resulting in minimal extra costs. Experimental results on three public datasets indicate that our method outperforms SOTA methods.

📄 PDF Abstract BibTeX arXiv:2311.16751

Code (1)

happypointer/multicbr 공식 구현 pytorch

Tasks

Contrastive LearningRepresentation Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Bundle Recommendation with Item-level Causation-enhanced Multi-view Learning

2024-08-13 · Huy-Son Nguyen, Tuan-Nghia Bui, Long-Hai Nguyen, Hoang Manh-Hung 외

Bundle recommendation aims to enhance business profitability and user convenience by suggesting a set of interconnected items. In real-world scenarios, leveraging the impact of asymmetric item affiliations is crucial for…

Contrastive LearningMULTI-VIEW LEARNING

Gaussian Graph with Prototypical Contrastive Learning in E-Commerce Bundle Recommendation

2023-07-25 · Zhao-Yang Liu, Liucheng Sun, Chenwei Weng, Qijin Chen 외

Bundle recommendation aims to provide a bundle of items to satisfy the user preference on e-commerce platform. Existing successful solutions are based on the contrastive graph learning paradigm where graph neural network…

Contrastive LearningDiversityGraph Learning

CrossCBR: Cross-view Contrastive Learning for Bundle Recommendation

2022-06-01 · Yunshan Ma, Yingzhi He, An Zhang, Xiang Wang 외

Bundle recommendation aims to recommend a bundle of related items to users, which can satisfy the users' various needs with one-stop convenience. Recent methods usually take advantage of both user-bundle and user-item in…

Contrastive LearningGraph Learning

Cold-start Bundle Recommendation via Popularity-based Coalescence and Curriculum Heating

2023-10-05 · Hyunsik Jeon, Jong-eun Lee, Jeongin Yun, U Kang

How can we recommend cold-start bundles to users? The cold-start problem in bundle recommendation is crucial because new bundles are continuously created on the Web for various marketing purposes. Despite its importance,…

Contrastive LearningMarketing

Divide-and-Conquer: Cold-Start Bundle Recommendation via Mixture of Diffusion Experts

2025-05-08 · Ming Li, Lin Li, Xiaohui Tao, Dong Zhang 외

Cold-start bundle recommendation focuses on modeling new bundles with insufficient information to provide recommendations. Advanced bundle recommendation models usually learn bundle representations from multiple views (e…

Mixture-of-Experts