Deep graph learning for semi-supervised classification
Guangfeng Lin, Xiaobing Kang, Kaiyang Liao, Fan Zhao, Yajun Chen

TL;DR
This paper introduces Deep Graph Learning (DGL), a novel approach that dynamically integrates global and local graph structures through hierarchical learning to enhance semi-supervised classification accuracy.
Contribution
The paper proposes DGL, which effectively models the interdependence of global and local graph structures for improved semi-supervised learning performance.
Findings
DGL outperforms state-of-the-art methods on citation network datasets.
DGL achieves superior results on image classification benchmarks.
Hierarchical learning enhances the integration of different graph structures.
Abstract
Graph learning (GL) can dynamically capture the distribution structure (graph structure) of data based on graph convolutional networks (GCN), and the learning quality of the graph structure directly influences GCN for semi-supervised classification. Existing methods mostly combine the computational layer and the related losses into GCN for exploring the global graph(measuring graph structure from all data samples) or local graph (measuring graph structure from local data samples). Global graph emphasises on the whole structure description of the inter-class data, while local graph trend to the neighborhood structure representation of intra-class data. However, it is difficult to simultaneously balance these graphs of the learning process for semi-supervised classification because of the interdependence of these graphs. To simulate the interdependence, deep graph learning(DGL) is…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Domain Adaptation and Few-Shot Learning · Brain Tumor Detection and Classification
MethodsGraph Convolutional Networks · Graph Convolutional Network
