paper-with-me

Papers

Fixed Aggregation Features Can Rival GNNs

2026-01-27 · Celia Rubio-Madrigal, Rebekka Burkholz arxiv

Graph neural networks (GNNs) are widely believed to excel at node representation learning through trainable neighborhood aggregations. We challenge this view by introducing Fixed Aggregation Features (FAFs), a training-free approach that transforms graph learning tasks into tabular problems. This simple shift enables the use of well-established tabular methods, offering strong interpretability and the flexibility to deploy diverse classifiers. Across 14 benchmarks, well-tuned multilayer perceptrons trained on FAFs rival or outperform state-of-the-art GNNs and graph transformers on 12 tasks -- often using only mean aggregation. The only exceptions are the Roman Empire and Minesweeper datasets, which typically require unusually deep GNNs. To explain the theoretical possibility of non-trainable aggregations, we connect our findings to Kolmogorov-Arnold representations and discuss when mean aggregation can be sufficient. In conclusion, our results call for (i) richer benchmarks benefiting from learning diverse neighborhood aggregations, (ii) strong tabular baselines as standard, and (iii) employing and advancing tabular models for graph data to gain new insights into related tasks.

📄 PDF Abstract BibTeX arXiv:2601.19449

Code (0)

등록된 구현이 없습니다.

Tasks

Representation LearningGraph Learning

Similar Papers 제목 키워드 기반

Principles for Initialization and Architecture Selection in Graph Neural Networks with ReLU Activations

2023-06-20 · Gage DeZoort, Boris Hanin

This article derives and validates three principles for initialization and architecture selection in finite width graph neural networks (GNNs) with ReLU activations. First, we theoretically derive what is essentially the…

Stochastic Aggregation in Graph Neural Networks

2021-02-25 · Yuanqing Wang, Theofanis Karaletsos

Graph neural networks (GNNs) manifest pathologies including over-smoothing and limited discriminating power as a result of suboptimally expressive aggregating mechanisms. We herein present a unifying framework for stocha…

Variational Inference

LoRAP: Low-Rank Aggregation Prompting for Quantized Graph Neural Networks Training

2026-01-21 · Chenyu Liu, Haige Li, Luca Rossi arxiv

Graph Neural Networks (GNNs) are neural networks that aim to process graph data, capturing the relationships and interactions between nodes using the message-passing mechanism. GNN quantization has emerged as a promising…

How Expressive Are Graph Neural Networks in the Presence of Node Identifiers?

2026-01-29 · Arie Soeteman, Michael Benedikt, Martin Grohe, Balder ten Cate arxiv

Graph neural networks (GNNs) are a widely used class of machine learning models for graph-structured data, based on local aggregation over neighbors. GNNs have close connections to logic. In particular, their expressive …

Alleviating Over-Smoothing via Aggregation over Compact Manifolds

2024-07-27 · Dongzhuoran Zhou, Hui Yang, Bo Xiong, Yue Ma 외

Graph neural networks (GNNs) have achieved significant success in various applications. Most GNNs learn the node features with information aggregation of its neighbors and feature transformation in each layer. However, t…