Graph as a feature: improving node classification with non-neural graph-aware logistic regression
Simon Delarue, Thomas Bonald, Tiphaine Viard

TL;DR
This paper introduces Graph-aware Logistic Regression (GLR), a simple, scalable, non-neural model that leverages node features and relationships for improved node classification, outperforming complex GNNs in accuracy and efficiency.
Contribution
The paper presents a novel non-neural graph-aware logistic regression model that encodes relationships as features, offering a scalable alternative to neural GNNs for node classification.
Findings
GLR outperforms state-of-the-art GNNs in accuracy.
GLR achieves up to 100x faster computation.
GLR demonstrates better generalization beyond homophilic datasets.
Abstract
Graph Neural Networks (GNNs) and their message passing framework that leverages both structural and feature information, have become a standard method for solving graph-based machine learning problems. However, these approaches still struggle to generalise well beyond datasets that exhibit strong homophily, where nodes of the same class tend to connect. This limitation has led to the development of complex neural architectures that pose challenges in terms of efficiency and scalability. In response to these limitations, we focus on simpler and more scalable approaches and introduce Graph-aware Logistic Regression (GLR), a non-neural model designed for node classification tasks. Unlike traditional graph algorithms that use only a fraction of the information accessible to GNNs, our proposed model simultaneously leverages both node features and the relationships between entities. However…
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
TopicsAdvanced Graph Neural Networks · Neural Networks and Applications
MethodsLogistic Regression · Focus
