GCondNet: A Novel Method for Improving Neural Networks on Small High-Dimensional Tabular Data
Andrei Margeloiu, Nikola Simidjievski, Pietro Lio, Mateja Jamnik

TL;DR
GCondNet introduces a graph-based regularization framework that leverages implicit data structures in high-dimensional, small-sample tabular datasets to enhance neural network performance and stability.
Contribution
It proposes GCondNet, a novel method using Graph Neural Networks to incorporate implicit data structures into neural networks for small, high-dimensional tabular data.
Findings
Outperforms 14 standard and state-of-the-art methods on 12 datasets.
Improves neural network training stability and accuracy in small data regimes.
Versatile framework applicable to various neural network architectures.
Abstract
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…
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 Neural Network Applications · Machine Learning and Data Classification · Explainable Artificial Intelligence (XAI)
