paper-with-me

Papers

Structure fusion based on graph convolutional networks for semi-supervised classification

2019-07-02 · Guangfeng Lin, Jing Wang, Kaiyang Liao, Fan Zhao, Wanjun Chen

Suffering from the multi-view data diversity and complexity for semi-supervised classification, most of existing graph convolutional networks focus on the networks architecture construction or the salient graph structure preservation, and ignore the the complete graph structure for semi-supervised classification contribution. To mine the more complete distribution structure from multi-view data with the consideration of the specificity and the commonality, we propose structure fusion based on graph convolutional networks (SF-GCN) for improving the performance of semi-supervised classification. SF-GCN can not only retain the special characteristic of each view data by spectral embedding, but also capture the common style of multi-view data by distance metric between multi-graph structures. Suppose the linear relationship between multi-graph structures, we can construct the optimization function of structure fusion model by balancing the specificity loss and the commonality loss. By solving this function, we can simultaneously obtain the fusion spectral embedding from the multi-view data and the fusion structure as adjacent matrix to input graph convolutional networks for semi-supervised classification. Experiments demonstrate that the performance of SF-GCN outperforms that of the state of the arts on three challenging datasets, which are Cora,Citeseer and Pubmed in citation networks.

📄 PDF Abstract BibTeX arXiv:1907.02586

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationGeneral ClassificationNode ClassificationSpecificity

Methods 이 논문이 사용한 방법론

Graph Convolutional Networks 설명 없음

Similar Papers 제목 키워드 기반

Graph Convolutional Networks using Heat Kernel for Semi-supervised Learning

2020-07-27 · Bingbing Xu, Hua-Wei Shen, Qi Cao, Keting Cen 외

Graph convolutional networks gain remarkable success in semi-supervised learning on graph structured data. The key to graph-based semisupervised learning is capturing the smoothness of labels or features over nodes exert…

Regularizing Semi-supervised Graph Convolutional Networks with a Manifold Smoothness Loss

2020-02-11 · Qilin Li, Wanquan Liu, Ling Li

Existing graph convolutional networks focus on the neighborhood aggregation scheme. When applied to semi-supervised learning, they often suffer from the overfitting problem as the networks are trained with the cross-entr…

Semi-Supervised Learning With Graph Learning-Convolutional Networks

2019-06-01 · CVPR 2019 6 · Bo Jiang, Ziyan Zhang, Doudou Lin, Jin Tang 외

Graph Convolutional Neural Networks (graph CNNs) have been widely used for graph data representation and semi-supervised learning tasks. However, existing graph CNNs generally use a fixed graph which may not be optimal f…

graph constructionGraph Learning

Data Representation and Learning With Graph Diffusion-Embedding Networks

2019-06-01 · CVPR 2019 6 · Bo Jiang, Doudou Lin, Jin Tang, Bin Luo

Recently, graph convolutional neural networks have been widely studied for graph-structured data representation and learning. In this paper, we present Graph Diffusion-Embedding networks (GDENs), a new model for graph-st…

Anisotropic Graph Convolutional Network for Semi-supervised Learning

2020-10-20 · Mahsa Mesgaran, A. Ben Hamza

Graph convolutional networks learn effective node embeddings that have proven to be useful in achieving high-accuracy prediction results in semi-supervised learning tasks, such as node classification. However, these netw…

ClassificationGeneral ClassificationNode Classification