paper-with-me

홈 › Papers

DGCN: Diversified Recommendation with Graph Convolutional Networks

2021-08-16 · Yu Zheng, Chen Gao, Liang Chen, Depeng Jin, Yong Li

These years much effort has been devoted to improving the accuracy or relevance of the recommendation system. Diversity, a crucial factor which measures the dissimilarity among the recommended items, received rather little scrutiny. Directly related to user satisfaction, diversification is usually taken into consideration after generating the candidate items. However, this decoupled design of diversification and candidate generation makes the whole system suboptimal. In this paper, we aim at pushing the diversification to the upstream candidate generation stage, with the help of Graph Convolutional Networks (GCN). Although GCN based recommendation algorithms have shown great power in modeling complex collaborative filtering effect to improve the accuracy of recommendation, how diversity changes is ignored in those advanced works. We propose to perform rebalanced neighbor discovering, category-boosted negative sampling and adversarial learning on top of GCN. We conduct extensive experiments on real-world datasets. Experimental results verify the effectiveness of our proposed method on diversification. Further ablation studies validate that our proposed method significantly alleviates the accuracy-diversity dilemma.

📄 PDF Abstract BibTeX arXiv:2108.06952

Code (2)

tsinghua-fib-lab/DGCN 공식 구현 pytorch
Mind23-2/MindCode-4/tree/main/gat mindspore

Tasks

Collaborative FilteringDiversity

Methods 이 논문이 사용한 방법론

GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…
Graph Convolutional Networks 설명 없음

Similar Papers 제목 키워드 기반

MedGCN: Medication recommendation and lab test imputation via graph convolutional networks

2019-03-31 · Chengsheng Mao, Liang Yao, Yuan Luo

Laboratory testing and medication prescription are two of the most important routines in daily clinical practice. Developing an artificial intelligence system that can automatically make lab test imputations and medicati…

Graph Neural NetworkImputation

Multi-scale Dynamic Graph Convolutional Network for Hyperspectral Image Classification

2019-05-14 · Sheng Wan, Chen Gong, Ping Zhong, Bo Du 외

Convolutional Neural Network (CNN) has demonstrated impressive ability to represent hyperspectral images and to achieve promising results in hyperspectral image classification. However, traditional CNN models can only op…

ClassificationGeneral ClassificationHyperspectral Image Classificationimage-classification+1

DDGCN: A Dynamic Directed Graph Convolutional Network for Action Recognition

2020-08-01 · ECCV 2020 8 · Matthew Korban, Xin Li

We propose a Dynamic Directed Graph Convolutional Network (DDGCN) to model spatial and temporal features of human actions from their skeletal representations. The DDGCN consists of three new feature modeling modules: (1)…

Action Recognition

Three-Dimensionally Embedded Graph Convolutional Network (3DGCN) for Molecule Interpretation

2018-11-24 · Hyeoncheol Cho, Insung S. Choi

We present a three-dimensional graph convolutional network (3DGCN), which predicts molecular properties and biochemical activities, based on 3D molecular graph. In the 3DGCN, graph convolution is unified with learning op…

Deep LearningMolecule Interpretation

Graph Convolutional Network For Semi-supervised Node Classification With Subgraph Sketching

2024-04-19 · Zibin Huang, Jun Xian

In this paper, we propose the Graph-Learning-Dual Graph Convolutional Neural Network called GLDGCN based on the classic Graph Convolutional Neural Network(GCN) by introducing dual convolutional layer and graph learning l…

ClassificationClusteringGraph LearningNode Classification