TL;DR
This paper introduces an end-to-end GCN approach that models missing node features with GMM, improving performance in graph tasks without increasing computational complexity.
Contribution
It integrates missing feature processing into GCN, enabling end-to-end learning with GMM, outperforming imputation methods and maintaining efficiency.
Findings
Outperforms imputation-based methods in node classification and link prediction.
Achieves superior performance with low missing features compared to complete features.
Maintains GCN efficiency without added computational complexity.
Abstract
Graph Convolutional Network (GCN) has experienced great success in graph analysis tasks. It works by smoothing the node features across the graph. The current GCN models overwhelmingly assume that the node feature information is complete. However, real-world graph data are often incomplete and containing missing features. Traditionally, people have to estimate and fill in the unknown features based on imputation techniques and then apply GCN. However, the process of feature filling and graph learning are separated, resulting in degraded and unstable performance. This problem becomes more serious when a large number of features are missing. We propose an approach that adapts GCN to graphs containing missing features. In contrast to traditional strategy, our approach integrates the processing of missing features and graph learning within the same neural network architecture. Our idea 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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsGraph Convolutional Network
