Exploiting Node-Feature Bipartite Graph in Graph Convolutional Networks.

Yuli Jiang,Huaijia Lin,Ye Li,Yu Rong,Hong Cheng,Xin Huang
DOI: https://doi.org/10.1016/j.ins.2023.01.107
IF: 8.1
2023-01-01
Information Sciences
Abstract:In recent years, Graph Convolutional Networks (GCNs), which extend convolutional neural networks to graph structure, have achieved great success on many graph learning tasks by fusing structure and feature information, such as node classification. However, the graph structure is constructed from real-world data and usually contains noise or redundancy. In addition, this structural information is based on manually defined relations and is not potentially optimal for downstream tasks. In this paper, we utilize the knowledge from node features to enhance the expressive power of GCN models in a plug-and-play fashion. Specifically, we build a node-feature bipartite graph and exploit the bipartite graph convolutional network to model node-feature relations. By aligning results from the original graph structure and node-feature relations, we can make a more accurate prediction for each node in an end-to-end manner. Extensive experiments demonstrate that the proposed model can extract knowledge from two branches and improve the performance of various GCN models on typical graph data sets and 3D point cloud data.
What problem does this paper attempt to address?