paper-with-me

홈 › Papers

Boosting Relational Deep Learning with Pretrained Tabular Models

2025-04-07 · Veronica Lachi, Antonio Longa, Beatrice Bevilacqua, Bruno Lepri, Andrea Passerini, Bruno Ribeiro

Relational databases, organized into tables connected by primary-foreign key relationships, are a common format for organizing data. Making predictions on relational data often involves transforming them into a flat tabular format through table joins and feature engineering, which serve as input to tabular methods. However, designing features that fully capture complex relational patterns remains challenging. Graph Neural Networks (GNNs) offer a compelling alternative by inherently modeling these relationships, but their time overhead during inference limits their applicability for real-time scenarios. In this work, we aim to bridge this gap by leveraging existing feature engineering efforts to enhance the efficiency of GNNs in relational databases. Specifically, we use GNNs to capture complex relationships within relational databases, patterns that are difficult to featurize, while employing engineered features to encode temporal information, thereby avoiding the need to retain the entire historical graph and enabling the use of smaller, more efficient graphs. Our \textsc{LightRDL} approach not only improves efficiency, but also outperforms existing models. Experimental results on the RelBench benchmark demonstrate that our framework achieves up to $33\%$ performance improvement and a $526\times$ inference speedup compared to GNNs, making it highly suitable for real-time inference.

📄 PDF Abstract BibTeX arXiv:2504.04934

Code (1)

AntonioLonga/LightRDL 공식 구현 pytorch

Tasks

Deep LearningFeature Engineering

Similar Papers 제목 키워드 기반

RDBLearn: Simple In-Context Prediction Over Relational Databases

2026-02-14 · Yanlin Zhang, Linjie Xu, Quan Gan, David Wipf 외 arxiv

Recent advances in tabular in-context learning (ICL) show that a single pretrained model can adapt to new prediction tasks from a small set of labeled examples, avoiding per-task training and heavy tuning. However, many …

Boosting gets full Attention for Relational Learning

2024-02-22 · Mathieu Guillame-Bert, Richard Nock

More often than not in benchmark supervised ML, tabular data is flat, i.e. consists of a single $m \times d$ (rows, columns) file, but cases abound in the real world where observations are described by a set of tables wi…

Relational Reasoning

Orion-Bix: Bi-Axial Attention for Tabular In-Context Learning

2025-11-28 · Mohamed Bouadi, Pratinav Seth, Aditya Tanna, Vinay Kumar Sankarapu arxiv

Tabular data drive most real-world machine learning applications, yet building general-purpose models for them remains difficult. Mixed numeric and categorical fields, weak feature structure, and limited labeled data mak…

CARTE: Pretraining and Transfer for Tabular Learning

2024-02-26 · Myung Jun Kim, Léo Grinsztajn, Gaël Varoquaux

Pretrained deep-learning models are the go-to solution for images or text. However, for tabular data the standard is still to train tree-based models. Indeed, transfer learning on tables hits the challenge of data integr…

Data IntegrationTransfer Learning

REaLTabFormer: Generating Realistic Relational and Tabular Data using Transformers

2023-02-04 · Aivin V. Solatorio, Olivier Dupriez

Tabular data is a common form of organizing data. Multiple models are available to generate synthetic tabular datasets where observations are independent, but few have the ability to produce relational datasets. Modeling…

Synthetic Data Generation