paper-with-me

홈 › Papers

Adaptive Node Feature Selection For Graph Neural Networks

2025-10-03 · Madeline Navarro, Ali Azizpour, Santiago Segarra arxiv

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 and reducing dimensionality by eliminating unhelpful variables. However, graph-structured data introduces complex dependencies that may be unsuited to classical feature importance metrics. Inspired by this, we present a data-, 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 approach by characterizing how the relationships between node data and graph structure influences GNN performance. Empirically, we show that (i) our highly general approach rivals the performance of tailored feature selection approaches that exploit prior assumptions; (ii) we return meaningful feature importance scores well before the GNN is fully trained; and (iii) our scores demonstrably extract relevant properties that inform feature importance for various graph learning settings.

📄 PDF Abstract BibTeX arXiv:2510.03096

Code (0)

등록된 구현이 없습니다.

Tasks

Feature ImportanceGraph Learning

Similar Papers 제목 키워드 기반

Structure-Feature based Graph Self-adaptive Pooling

2020-01-30 · Liang Zhang, Xudong Wang, Hongsheng Li, Guangming Zhu 외

Various methods to deal with graph data have been proposed in recent years. However, most of these methods focus on graph feature aggregation rather than graph pooling. Besides, the existing top-k selection graph pooling…

Graph Classification

Dynamic Graph Neural Network with Adaptive Features Selection for RGB-D Based Indoor Scene Recognition

2026-04-01 · Qiong Liu, Ruofei Xiong, Xingzhen Chen, Muyao Peng 외 arxiv

Multi-modality of color and depth, i.e., RGB-D, is of great importance in recent research of indoor scene recognition. In this kind of data representation, depth map is able to describe the 3D structure of scenes and geo…

Graph Neural NetworkScene Recognition

Scalable and Adaptive Spectral Embedding for Attributed Graph Clustering

2024-08-11 · Yunhui Liu, Tieke He, Qing Wu, Tao Zheng 외

Attributed graph clustering, which aims to group the nodes of an attributed graph into disjoint clusters, has made promising advancements in recent years. However, most existing methods face challenges when applied to la…

ClusteringGraph Clustering

Decoding Positive Selection in Mycobacterium tuberculosis with Phylogeny-Guided Graph Attention Models

2025-10-09 · Linfeng Wang, Susana Campino, Taane G. Clark, Jody E. Phelan arxiv

Positive selection drives the emergence of adaptive mutations in Mycobacterium tuberculosis, shaping drug resistance, transmissibility, and virulence. Phylogenetic trees capture evolutionary relationships among isolates …

Geometric Scattering Attention Networks

2020-10-28 · Yimeng Min, Frederik Wenkel, Guy Wolf

Geometric scattering has recently gained recognition in graph representation learning, and recent work has shown that integrating scattering features in graph convolution networks (GCNs) can alleviate the typical oversmo…

Graph Representation LearningNode ClassificationRepresentation Learning