paper-with-me

Papers

Turning Tabular Foundation Models into Graph Foundation Models

2025-08-28 · Dmitry Eremeev, Gleb Bazhenov, Oleg Platonov, Artem Babenko, Liudmila Prokhorenkova 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 graph foundation models (GFMs) is handling diverse node features that can vary across different graph datasets. While many works on GFMs have focused exclusively on text-attributed graphs, the problem of handling arbitrary features of other types in GFMs has not been fully addressed. However, this problem is not unique to the graph domain, as it also arises in the field of machine learning for tabular data. In this work, motivated by the recent success of tabular foundation models (TFMs) like TabPFNv2 and LimiX, we propose G2T-FM, a simple framework that allows tabular foundation models to be applied to graph node-level tasks. Specifically, G2T-FM augments the original node features with neighborhood feature aggregation, adds structural embeddings, and then applies a TFM to the constructed node representations. Even in the in-context learning setting, our model achieves strong results when combined with a strong TFM, outperforming both prior GFMs and well-tuned GNNs trained from scratch. Moreover, after finetuning, G2T-FM consistently surpasses well-tuned GNN baselines, often by a significant margin. In summary, our paper reveals the potential of a previously overlooked direction: utilizing tabular foundation models for graph machine learning tasks.

📄 PDF Abstract BibTeX arXiv:2508.20906

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Bringing Graphs to the Table: Zero-shot Node Classification via Tabular Foundation Models

2025-09-08 · Adrian Hayler, Xingyue Huang, İsmail İlkan Ceylan, Michael Bronstein 외 arxiv

Graph foundation models (GFMs) have recently emerged as a promising paradigm for achieving broad generalization across various graph data. However, existing GFMs are often trained on datasets that may not fully reflect r…

Time Series ForecastingNode ClassificationGraph Learning

GraphPFN: A Prior-Data Fitted Graph Foundation Model

2025-09-25 · Dmitry Eremeev, Oleg Platonov, Gleb Bazhenov, Artem Babenko 외 arxiv

Graph foundation models face several fundamental challenges including transferability across diverse domains and data scarcity, which calls into question the very feasibility of creating such models. However, despite sim…

Can TabPFN Compete with GNNs for Node Classification via Graph Tabularization?

2025-12-09 · Jeongwhan Choi, Woosung Kang, Minseo Kim, Jongwoo Kim 외 arxiv

Foundation models pretrained on large data have demonstrated remarkable zero-shot generalization capabilities across domains. Building on the success of TabPFN for tabular data and its recent extension to time series, we…

Zero-shot GeneralizationFeature EngineeringNode Classification

Towards Benchmarking Foundation Models for Tabular Data With Text

2025-07-10 · Martin Mráz, Breenda Das, Anshul Gupta, Lennart Purucker 외 arxiv

Foundation models for tabular data are rapidly evolving, with increasing interest in extending them to support additional modalities such as free-text features. However, existing benchmarks for tabular data rarely includ…

GOTabPFN: From Feature Ordering to Compact Tokenization for Tabular Foundation Models on High-Dimensional Data

2026-06-03 · Al Zadid Sultan Bin Habib, Md Younus Ahamed, Prashnna Kumar Gyawali, Gianfranco Doretto 외 arxiv

We investigate how to make small tabular foundation models effective for High-Dimensional, Low-Sample Size (HDLSS) tabular prediction without retraining large backbones. We introduce Graph-guided Ordering with Local Refi…