paper-with-me

Papers

Disentangled Graph Collaborative Filtering

2020-07-03 · Xiang Wang, Hongye Jin, An Zhang, Xiangnan He, Tong Xu, Tat-Seng Chua

Learning informative representations of users and items from the interaction data is of crucial importance to collaborative filtering (CF). Present embedding functions exploit user-item relationships to enrich the representations, evolving from a single user-item instance to the holistic interaction graph. Nevertheless, they largely model the relationships in a uniform manner, while neglecting the diversity of user intents on adopting the items, which could be to pass time, for interest, or shopping for others like families. Such uniform approach to model user interests easily results in suboptimal representations, failing to model diverse relationships and disentangle user intents in representations. In this work, we pay special attention to user-item relationships at the finer granularity of user intents. We hence devise a new model, Disentangled Graph Collaborative Filtering (DGCF), to disentangle these factors and yield disentangled representations. Specifically, by modeling a distribution over intents for each user-item interaction, we iteratively refine the intent-aware interaction graphs and representations. Meanwhile, we encourage independence of different intents. This leads to disentangled representations, effectively distilling information pertinent to each intent. We conduct extensive experiments on three benchmark datasets, and DGCF achieves significant improvements over several state-of-the-art models like NGCF, DisenGCN, and MacridVAE. Further analyses offer insights into the advantages of DGCF on the disentanglement of user intents and interpretability of representations. Our codes are available in https://github.com/xiangwang1223/disentangled_graph_collaborative_filtering.

📄 PDF Abstract BibTeX arXiv:2007.01764

Code (2)

xiangwang1223/disentangled_graph_collaborative_filtering 공식 구현 tf
Tingting2477/DGCF_torch pytorch

Tasks

Collaborative FilteringDisentanglement

Methods 이 논문이 사용한 방법론

Interpretability 설명 없음

Similar Papers 제목 키워드 기반

Disentangled Contrastive Collaborative Filtering

2023-05-04 · Xubin Ren, Lianghao Xia, Jiashu Zhao, Dawei Yin 외

Recent studies show that graph neural networks (GNNs) are prevalent to model high-order relationships for collaborative filtering (CF). Towards this research line, graph contrastive learning (GCL) has exhibited powerful …

Collaborative FilteringContrastive LearningDisentanglement

DisenHAN: Disentangled Heterogeneous Graph Attention Network for Recommendation

2021-06-21 · Yifan Wang, Suyao Tang, Yuntong Lei, Weiping Song 외

Heterogeneous information network has been widely used to alleviate sparsity and cold start problems in recommender systems since it can model rich context information in user-item interactions. Graph neural network is a…

Collaborative FilteringGraph AttentionGraph Neural NetworkRecommendation Systems

Preference or Intent? Double Disentangled Collaborative Filtering

2023-05-18 · Chao Wang, HengShu Zhu, Dazhong Shen, Wei Wu 외

People usually have different intents for choosing items, while their preferences under the same intent may also different. In traditional collaborative filtering approaches, both intent and preference factors are usuall…

Collaborative FilteringDisentanglementIntent RecognitionRepresentation Learning

DualVAE: Dual Disentangled Variational AutoEncoder for Recommendation

2024-01-10 · Zhiqiang Guo, GuoHui Li, Jianjun Li, Chaoyang Wang 외

Learning precise representations of users and items to fit observed interaction data is the fundamental task of collaborative filtering. Existing studies usually infer entangled representations to fit such interaction da…

Collaborative FilteringDisentanglementRepresentation LearningVariational Inference

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