LightKG, a simplified GNN recommender with scalar relation weights and an efficient contrastive loss, outperforms 12 knowledge-graph-aware baselines on four datasets, especially under sparse interactions, while cutting training time.
Correlation-Aware Graph Convolutional Networks for Multi-Label Node Classification
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Multi-label node classification is an important yet under-explored domain in graph mining as many real-world nodes belong to multiple categories rather than just a single one. Although a few efforts have been made by utilizing Graph Convolution Networks (GCNs) to learn node representations and model correlations between multiple labels in the embedding space, they still suffer from the ambiguous feature and ambiguous topology induced by multiple labels, which reduces the credibility of the messages delivered in graphs and overlooks the label correlations on graph data. Therefore, it is crucial to reduce the ambiguity and empower the GCNs for accurate classification. However, this is quite challenging due to the requirement of retaining the distinctiveness of each label while fully harnessing the correlation between labels simultaneously. To address these issues, in this paper, we propose a Correlation-aware Graph Convolutional Network (CorGCN) for multi-label node classification. By introducing a novel Correlation-Aware Graph Decomposition module, CorGCN can learn a graph that contains rich label-correlated information for each label. It then employs a Correlation-Enhanced Graph Convolution to model the relationships between labels during message passing to further bolster the classification process. Extensive experiments on five datasets demonstrate the effectiveness of our proposed CorGCN.
citation-role summary
citation-polarity summary
fields
cs.IR 1years
2025 1verdicts
CONDITIONAL 1roles
background 1polarities
unclear 1representative citing papers
citing papers explorer
-
LightKG: Efficient Knowledge-Aware Recommendations with Simplified GNN Architecture
LightKG, a simplified GNN recommender with scalar relation weights and an efficient contrastive loss, outperforms 12 knowledge-graph-aware baselines on four datasets, especially under sparse interactions, while cutting training time.