paper-with-me

Papers

Graph Neural Machine: A New Model for Learning with Tabular Data

2024-02-05 · Giannis Nikolentzos, Siyun Wang, Johannes Lutzeyer, Michalis Vazirgiannis

In recent years, there has been a growing interest in mapping data from different domains to graph structures. Among others, neural network models such as the multi-layer perceptron (MLP) can be modeled as graphs. In fact, MLPs can be represented as directed acyclic graphs. Graph neural networks (GNNs) have recently become the standard tool for performing machine learning tasks on graphs. In this work, we show that an MLP is equivalent to an asynchronous message passing GNN model which operates on the MLP's graph representation. We then propose a new machine learning model for tabular data, the so-called Graph Neural Machine (GNM), which replaces the MLP's directed acyclic graph with a nearly complete graph and which employs a synchronous message passing scheme. We show that a single GNM model can simulate multiple MLP models. We evaluate the proposed model in several classification and regression datasets. In most cases, the GNM model outperforms the MLP architecture.

📄 PDF Abstract BibTeX arXiv:2402.02862

Code (1)

giannisnik/gnm 공식 구현 pytorch

Similar Papers 제목 키워드 기반

TabGraphs: A Benchmark and Strong Baselines for Learning on Graphs with Tabular Node Features

2024-09-22 · Gleb Bazhenov, Oleg Platonov, Liudmila Prokhorenkova

Tabular machine learning is an important field for industry and science. In this field, table rows are usually treated as independent data samples, but additional information about relations between them is sometimes ava…

Between-Sample Relationship in Learning Tabular Data Using Graph and Attention Networks

2023-06-11 · Shourav B. Rabbani, Manar D. Samad

Traditional machine learning assumes samples in tabular data to be independent and identically distributed (i.i.d). This assumption may miss useful information within and between sample relationships in representation le…

Deep AttentionRepresentation Learning

Turning Tabular Foundation Models into Graph Foundation Models

2025-08-28 · Dmitry Eremeev, Gleb Bazhenov, Oleg Platonov, Artem Babenko 외 arxiv

While foundation models have revolutionized fields such as natural language processing and computer vision, their potential in graph machine learning remains largely unexplored. One of the key challenges in designing gra…

Interpretable Graph Neural Networks for Heterogeneous Tabular Data

2024-08-14 · Amr AlKhatib, Henrik Boström

Many machine learning algorithms for tabular data produce black-box models, which prevent users from understanding the rationale behind the model predictions. In their unconstrained form, graph neural networks fall into …

Graph Neural Network

Deep Learning for School Dropout Detection: A Comparison of Tabular and Graph-Based Models for Predicting At-Risk Students

2025-08-09 · Pablo G. Almeida, Guilherme A. L. Silva, Valéria Santos, Gladston Moreira 외 arxiv

Student dropout is a significant challenge in educational systems worldwide, leading to substantial social and economic costs. Predicting students at risk of dropout allows for timely interventions. While traditional Mac…

Dimensionality ReductionGraph Generation