paper-with-me

Papers

Multi-level Cross-view Contrastive Learning for Knowledge-aware Recommender System

2022-04-19 · Ding Zou, Wei Wei, Xian-Ling Mao, Ziyang Wang, Minghui Qiu, Feida Zhu, Xin Cao

Knowledge graph (KG) plays an increasingly important role in recommender systems. Recently, graph neural networks (GNNs) based model has gradually become the theme of knowledge-aware recommendation (KGR). However, there is a natural deficiency for GNN-based KGR models, that is, the sparse supervised signal problem, which may make their actual performance drop to some extent. Inspired by the recent success of contrastive learning in mining supervised signals from data itself, in this paper, we focus on exploring the contrastive learning in KG-aware recommendation and propose a novel multi-level cross-view contrastive learning mechanism, named MCCLK. Different from traditional contrastive learning methods which generate two graph views by uniform data augmentation schemes such as corruption or dropping, we comprehensively consider three different graph views for KG-aware recommendation, including global-level structural view, local-level collaborative and semantic views. Specifically, we consider the user-item graph as a collaborative view, the item-entity graph as a semantic view, and the user-item-entity graph as a structural view. MCCLK hence performs contrastive learning across three views on both local and global levels, mining comprehensive graph feature and structure information in a self-supervised manner. Besides, in semantic view, a k-Nearest-Neighbor (kNN) item-item semantic graph construction module is proposed, to capture the important item-item semantic relation which is usually ignored by previous work. Extensive experiments conducted on three benchmark datasets show the superior performance of our proposed method over the state-of-the-arts. The implementations are available at: https://github.com/CCIIPLab/MCCLK.

📄 PDF Abstract BibTeX arXiv:2204.08807

Code (1)

cciiplab/mcclk 공식 구현 pytorch

Tasks

Contrastive LearningData Augmentationgraph constructionKnowledge-Aware RecommendationRecommendation Systems

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Multi-Level Graph Attention Network Contrastive Learning for Knowledge-Aware Recommendation

2026-05-08 · Zhifei Hu, Feng Xia arxiv

In recent years, the use of edge information provided by knowledge graphs together with the advantages of higher-order connectivity in graph neural networks for recommendation systems has become an important research dir…

Graph structure learningRecommendation SystemsContrastive LearningKnowledge Graphs

EASEMVC:Efficient Dual Selection Mechanism for Deep Multi-View Clustering

2025-01-01 · CVPR 2025 1 · Baili Xiao, Zhibin Dong, Ke Liang, Suyuan Liu 외

Multi-view clustering represents one of the most established paradigms within the field of unsupervised learning and has witnessed a surge in popularity in recent years. View-pair form contrastive learning allows for…

ClusteringContrastive Learning

Partially View-aligned Representation Learning with Noise-robust Contrastive Loss

2021-03-01 · CVPR 2021 1 · Mouxing Yang, Yunfan Li, Zhenyu Huang, Zitao Liu 외

In real-world applications, it is common that only a portion of data is aligned across views due to spatial, temporal, or spatiotemporal asynchronism, thus leading to socalled Partially View-aligned Problem (PVP). To sol…

ClusteringContrastive LearningPartially View-aligned Multi-view LearningRepresentation Learning

Contrastive ground-level image and remote sensing pre-training improves representation learning for natural world imagery

2024-09-28 · Andy V. Huynh, Lauren E. Gillespie, Jael Lopez-Saucedo, Claire Tang 외

Multimodal image-text contrastive learning has shown that joint representations can be learned across modalities. Here, we show how leveraging multiple views of image data with contrastive learning can improve downstream…

Contrastive LearningRepresentation Learning

Multi-view Contrastive Learning for Entity Typing over Knowledge Graphs

2023-10-18 · Zhiwei Hu, Víctor Gutiérrez-Basulto, Zhiliang Xiang, Ru Li 외

Knowledge graph entity typing (KGET) aims at inferring plausible types of entities in knowledge graphs. Existing approaches to KGET focus on how to better encode the knowledge provided by the neighbors and types of an en…

Contrastive LearningEntity TypingKnowledge GraphsMixture-of-Experts