Progressive Supervision for Node Classification

Abstract

Graph Convolution Networks (GCNs) are a powerful approach for the task of node classification, in which GCNs are trained by minimizing the loss over the final-layer predictions. However, a limitation of this training scheme is that it enforces every node to be classified from the fixed and unified size of receptive fields, which may not be optimal. We propose ProSup (Progressive Supervision), that improves the effectiveness of GCNs by training them in a different way. ProSup supervises all layers progressively to guide their representations towards the characteristics we desire. In addition, we propose a novel technique to reweight the node-wise losses, so as to guide GCNs to pay more attention to the nodes that are hard to classify. The hardness is evaluated progressively following the direction of information flows. Finally, ProSup fuses the rich hierarchical activations from multiple scales to form the final prediction in an adaptive and learnable way. We show that ProSup is effective to enhance the popular GCNs and help them to achieve superior performance on miscellaneous graphs.

Cite

Text

Wang et al. "Progressive Supervision for Node Classification." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2020. doi:10.1007/978-3-030-67658-2_16

Markdown

[Wang et al. "Progressive Supervision for Node Classification." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2020.](https://mlanthology.org/ecmlpkdd/2020/wang2020ecmlpkdd-progressive/) doi:10.1007/978-3-030-67658-2_16

BibTeX

@inproceedings{wang2020ecmlpkdd-progressive,
  title     = {{Progressive Supervision for Node Classification}},
  author    = {Wang, Yiwei and Wang, Wei and Liang, Yuxuan and Cai, Yujun and Hooi, Bryan},
  booktitle = {European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases},
  year      = {2020},
  pages     = {266-281},
  doi       = {10.1007/978-3-030-67658-2_16},
  url       = {https://mlanthology.org/ecmlpkdd/2020/wang2020ecmlpkdd-progressive/}
}