paper-with-me

Papers

Deep graph learning for semi-supervised classification

2020-05-29 · Guangfeng Lin, Xiaobing Kang, Kaiyang Liao, Fan Zhao, Yajun Chen

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 proposed to find the better graph representation for semi-supervised classification. DGL can not only learn the global structure by the previous layer metric computation updating, but also mine the local structure by next layer local weight reassignment. Furthermore, DGL can fuse the different structures by dynamically encoding the interdependence of these structures, and deeply mine the relationship of the different structures by the hierarchical progressive learning for improving the performance of semi-supervised classification. Experiments demonstrate the DGL outperforms state-of-the-art methods on three benchmark datasets (Citeseer,Cora, and Pubmed) for citation networks and two benchmark datasets (MNIST and Cifar10) for images.

📄 PDF Abstract BibTeX arXiv:2005.14403

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGeneral ClassificationGraph Learning

Methods 이 논문이 사용한 방법론

Graph Convolutional Networks 설명 없음
GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…

Similar Papers 제목 키워드 기반

DisenSemi: Semi-supervised Graph Classification via Disentangled Representation Learning

2024-07-19 · Yifan Wang, Xiao Luo, Chong Chen, Xian-Sheng Hua 외

Graph classification is a critical task in numerous multimedia applications, where graphs are employed to represent diverse types of multimedia data, including images, videos, and social networks. Nevertheless, in real-w…

ClassificationGraph ClassificationRepresentation Learning

Density-Aware Hyper-Graph Neural Networks for Graph-based Semi-supervised Node Classification

2022-01-27 · Jianpeng Liao, Qian Tao, Jun Yan

Graph-based semi-supervised learning, which can exploit the connectivity relationship between labeled and unlabeled data, has been shown to outperform the state-of-the-art in many artificial intelligence applications. On…

ClassificationGraph AttentionNode Classification

Graph Laplacian Regularized Graph Convolutional Networks for Semi-supervised Learning

2018-09-26 · Bo Jiang, Doudou Lin

Recently, graph convolutional network (GCN) has been widely used for semi-supervised classification and deep feature representation on graph-structured data. However, existing GCN generally fails to consider the local in…

ClassificationDimensionality ReductionGeneral Classification

Graph Convolutional Network For Semi-supervised Node Classification With Subgraph Sketching

2024-04-19 · Zibin Huang, Jun Xian

In this paper, we propose the Graph-Learning-Dual Graph Convolutional Neural Network called GLDGCN based on the classic Graph Convolutional Neural Network(GCN) by introducing dual convolutional layer and graph learning l…

ClassificationClusteringGraph LearningNode Classification

Semi-supervised Gender Classification with Joint Textual and Social Modeling

2016-12-01 · COLING 2016 12 · Shoushan Li, Bin Dai, ZhengXian Gong, Guodong Zhou

In gender classification, labeled data is often limited while unlabeled data is ample. This motivates semi-supervised learning for gender classification to improve the performance by exploring the knowledge in both label…

ClassificationGender ClassificationGeneral Classification