Adaptive Node Feature Selection For Graph Neural Networks
By: Ali Azizpour, Madeline Navarro, Santiago Segarra
Potential Business Impact:
Helps computers learn better by ignoring bad information.
We propose an adaptive node feature selection approach for graph neural networks (GNNs) that identifies and removes unnecessary features during training. The ability to measure how features contribute to model output is key for interpreting decisions, reducing dimensionality, and even improving performance by eliminating unhelpful variables. However, graph-structured data introduces complex dependencies that may not be amenable to classical feature importance metrics. Inspired by this challenge, we present a model- and task-agnostic method that determines relevant features during training based on changes in validation performance upon permuting feature values. We theoretically motivate our intervention-based approach by characterizing how GNN performance depends on the relationships between node data and graph structure. Not only do we return feature importance scores once training concludes, we also track how relevance evolves as features are successively dropped. We can therefore monitor if features are eliminated effectively and also evaluate other metrics with this technique. Our empirical results verify the flexibility of our approach to different graph architectures as well as its adaptability to more challenging graph learning settings.
Similar Papers
The Impact of Data Characteristics on GNN Evaluation for Detecting Fake News
Machine Learning (CS)
Makes fake news detectors work better on real data.
Community detection robustness of graph neural networks
Social and Information Networks
Makes computer groups find real connections better.
A graph neural network based on feature network for identifying influential nodes
Social and Information Networks
Finds key people to spread ideas faster.