Label Deconvolution for Node Representation Learning on Large-scale Attributed Graphs against Learning Bias
Zhihao Shi, Jie Wang, Fanghua Lu, Hanzhu Chen, Defu Lian, Zheng Wang, Jieping Ye, Feng Wu

TL;DR
This paper introduces Label Deconvolution, a scalable method to reduce learning bias in node representation learning on large attributed graphs by approximating GNN inverse mappings, improving training efficiency and performance.
Contribution
It proposes a novel label regularization technique, Label Deconvolution, that enables effective incorporation of GNNs during node encoder training on large-scale graphs.
Findings
LD outperforms state-of-the-art methods on benchmark datasets.
LD converges to the joint training optimal objective.
The method effectively mitigates learning bias in large-scale graph learning.
Abstract
Node representation learning on attributed graphs -- whose nodes are associated with rich attributes (e.g., texts and protein sequences) -- plays a crucial role in many important downstream tasks. To encode the attributes and graph structures simultaneously, recent studies integrate pre-trained models with graph neural networks (GNNs), where pre-trained models serve as node encoders (NEs) to encode the attributes. As jointly training large NEs and GNNs on large-scale graphs suffers from severe scalability issues, many methods propose to train NEs and GNNs separately. Consequently, they do not take feature convolutions in GNNs into consideration in the training phase of NEs, leading to a significant learning bias relative to the joint training. To address this challenge, we propose an efficient label regularization technique, namely Label Deconvolution (LD), to alleviate the learning…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Bioinformatics and Genomic Networks · Recommender Systems and Techniques
