paper-with-me

홈 › Papers

GCondNet: A Novel Method for Improving Neural Networks on Small High-Dimensional Tabular Data

2022-11-11 · Andrei Margeloiu, Nikola Simidjievski, Pietro Lio, Mateja Jamnik

Neural networks often struggle with high-dimensional but small sample-size tabular datasets. One reason is that current weight initialisation methods assume independence between weights, which can be problematic when there are insufficient samples to estimate the model's parameters accurately. In such small data scenarios, leveraging additional structures can improve the model's performance and training stability. To address this, we propose GCondNet, a general approach to enhance neural networks by leveraging implicit structures present in tabular data. We create a graph between samples for each data dimension, and utilise Graph Neural Networks (GNNs) to extract this implicit structure, and for conditioning the parameters of the first layer of an underlying predictor network. By creating many small graphs, GCondNet exploits the data's high-dimensionality, and thus improves the performance of an underlying predictor network. We demonstrate GCondNet's effectiveness on 12 real-world datasets, where it outperforms 14 standard and state-of-the-art methods. The results show that GCondNet is a versatile framework for injecting graph-regularisation into various types of neural networks, including MLPs and tabular Transformers. Code is available at https://github.com/andreimargeloiu/GCondNet.

📄 PDF Abstract BibTeX arXiv:2211.06302

Code (1)

andreimargeloiu/gcondnet 공식 구현 pytorch

Tasks

Vocal Bursts Intensity Prediction

Similar Papers 제목 키워드 기반

Weight Predictor Network with Feature Selection for Small Sample Tabular Biomedical Data

2022-11-28 · Andrei Margeloiu, Nikola Simidjievski, Pietro Lio, Mateja Jamnik

Tabular biomedical data is often high-dimensional but with a very small number of samples. Although recent work showed that well-regularised simple neural networks could outperform more sophisticated architectures on tab…

feature selection

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…

iLTM: Integrated Large Tabular Model

2025-11-20 · David Bonet, Marçal Comajoan Cara, Alvaro Calafell, Daniel Mas Montserrat 외 arxiv

Tabular data underpins decisions across science, industry, and public services. Despite rapid progress, advances in deep learning have not fully carried over to the tabular domain, where gradient-boosted decision trees (…

SuperTML: Two-Dimensional Word Embedding for the Precognition on Structured Tabular Data

2019-02-26 · Baohua Sun, Lin Yang, Wenhan Zhang, Michael Lin 외

Tabular data is the most commonly used form of data in industry. Gradient Boosting Trees, Support Vector Machine, Random Forest, and Logistic Regression are typically used for classification tasks on tabular data. DNN mo…

General ClassificationText ClassificationTransfer LearningWord Embeddings

SuperTML: Domain Transfer from Computer Vision to Structured Tabular Data through Two-Dimensional Word Embedding

2019-05-16 · ICML Workshop AMTL 2019 6 · Anonymous

Structured tabular data is the most commonly used form of data in industry according to a Kaggle ML and DS Survey. Gradient Boosting Trees, Support Vector Machine, Random Forest, and Logistic Regression are typically use…

Classificationtext-classificationText ClassificationWord Embeddings