paper-with-me

홈 › Papers

CrossCBR: Cross-view Contrastive Learning for Bundle Recommendation

2022-06-01 · Yunshan Ma, Yingzhi He, An Zhang, Xiang Wang, Tat-Seng Chua

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 interactions information to obtain informative representations for users and bundles, corresponding to bundle view and item view, respectively. However, they either use a unified view without differentiation or loosely combine the predictions of two separate views, while the crucial cooperative association between the two views' representations is overlooked. In this work, we propose to model the cooperative association between the two different views through cross-view contrastive learning. By encouraging the alignment of the two separately learned views, each view can distill complementary information from the other view, achieving mutual enhancement. Moreover, by enlarging the dispersion of different users/bundles, the self-discrimination of representations is enhanced. Extensive experiments on three public datasets demonstrate that our method outperforms SOTA baselines by a large margin. Meanwhile, our method requires minimal parameters of three set of embeddings (user, bundle, and item) and the computational costs are largely reduced due to more concise graph structure and graph learning module. In addition, various ablation and model studies demystify the working mechanism and justify our hypothesis. Codes and datasets are available at https://github.com/mysbupt/CrossCBR.

📄 PDF Abstract BibTeX arXiv:2206.00242

Code (1)

mysbupt/crosscbr 공식 구현 pytorch

Tasks

Contrastive LearningGraph Learning

Similar Papers 제목 키워드 기반

MultiCBR: Multi-view Contrastive Learning for Bundle Recommendation

2023-11-28 · Yunshan Ma, Yingzhi He, Xiang Wang, Yinwei Wei 외

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-bund…

Contrastive LearningRepresentation 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

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

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

A Survey on Bundle Recommendation: Methods, Applications, and Challenges

2024-11-01 · Meng Sun, Lin Li, Ming Li, Xiaohui Tao 외

In recent years, bundle recommendation systems have gained significant attention in both academia and industry due to their ability to enhance user experience and increase sales by recommending a set of items as a bundle…

Recommendation SystemsRepresentation LearningSurvey