Graph Representation Learning on Noise and Sparse Labels.

Xinchao Guo,Weiyu Zhang,Xu Sun
DOI: https://doi.org/10.1109/smartworld-uic-atc-scalcom-digitaltwin-pricomp-metaverse56740.2022.00159
2022-01-01
Abstract:Graph Neural Networks(GNNs) learn node representations of graphs through topological structure neighborhood propagation and aggregation. It has achieved great success in graph learning tasks and is widely used in node classification tasks. However, graphs in the real world are usually sparse and noisy, and noise can also affect surrounding nodes through topological structure, which negatively affects the performance of GNNs. In this paper, we propose a new framework to deal with these problems. Specifically, first, we design an edge generator to densify the sparse graph using node similarity and reduce the weight of noisy edges. Then, adaptive label propagator generates pseudo-labels based on topological structure, and the dynamic and adaptive weighting strategy of the adaptive label propagator can overcome the shortcomings of GNNs on noisy labels. Finally, we use the topology information and node information of the obtained new graph for final classification and pseudo-label reweighting through GNNs. Experimental results on public datasets indicate the superiority of our method over existing baselines, demonstrating the robustness of our method to sparse and noisy graphs.
What problem does this paper attempt to address?