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

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

11 Nov 2022arXiv:2211.06302archive 2025-07-28

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.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2211.06302")

Code

Syntology Ran 13 of 20 code samples harvested from 4 repositories linked to this paper; 7 have no recorded run. Of those that ran: 4 ran · honoured contract; 3 ran · our draft was wrong; 1 ran · fixture could not drive it; 5 ran with no contract checked.

By repository: official repository: 7 samples from 1 repository, 6 ran; found in paper text by Syntology: 11 samples from 3 repositories, 6 ran; 2 identical to code first harvested elsewhere. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

andreimargeloiu/gcondnet officialmentioned in paperpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

20 samples harvested; 13 ran; 4 honoured the contract we drafted; 7 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

4ran · honoured contract
3ran · our draft was wrong
1ran · fixture could not drive it
5ran
7unverified

Licence: 14 of the 20 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 4 repositories linked to this paper, official or community; each sample names its own and says which. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

GNNWeightPredictorNetwork andreimargeloiu/gcondnet/src/models.py official repository ran no licence file found · pointer only · 42ddf24702948f06 · report
SparsityNetwork andreimargeloiu/gcondnet/src/models.py official repository ran fingerprinted no licence file found · pointer only · adfcee37607f04fd · report
WeightPredictorNetwork andreimargeloiu/gcondnet/src/models.py official repository ran no licence file found · pointer only · 6ba9ae7b6b50cd7e · report
ZeroWeightPredictorNetwork andreimargeloiu/gcondnet/src/models.py official repository ran no licence file found · pointer only · 43e63844eb5d2d93 · report
compute_graph_embeddings andreimargeloiu/gcondnet/src/models.py official repository ran · honoured contract no licence file found · pointer only · 6ff4ab3a68a7a9b5 · report
linear_interpolation_coefficient andreimargeloiu/gcondnet/src/models.py official repository ran · honoured contract fingerprinted no licence file found · pointer only · 8b1858551f6b22c4 · report
FirstLinearLayer andreimargeloiu/gcondnet/src/models.py official repository unverified no licence file found · pointer only · 9343413040a43530 · report
GeneralNeuralNetwork andreimargeloiu/WPFS/src/models.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · 87ab77b44f33747f · report
create_linear_layers andreimargeloiu/WPFS/src/models.py found in paper text by Syntology ran · fixture could not drive it no licence file found · pointer only · 871a4aab89f8e63a · report
prox lasso-net/lassonet/lassonet/model.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 375e015ef10a230a · report
reshape_batch andreimargeloiu/WPFS/src/models.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · ff587bdefe78c65d · report
sign_binary lasso-net/lassonet/lassonet/model.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 72eb093eb143edd8 · report
soft_threshold lasso-net/lassonet/lassonet/model.py found in paper text by Syntology ran · honoured contract fingerprinted MIT (permissive) · 3f9208771cec0b61 · report
LassoNet lasso-net/lassonet/lassonet/model.py found in paper text by Syntology unverified MIT (permissive) · a8a3e7989cfd2596 · report
NeuralNetwork jjfeng/spinn/neural_network.py found in paper text by Syntology unverified no licence file found · pointer only · 0e259c599f65cde2 · report
NeuralNetworkParams jjfeng/spinn/neural_network.py found in paper text by Syntology unverified no licence file found · pointer only · 69d8f664512ed227 · report
inplace_group_prox lasso-net/lassonet/lassonet/model.py found in paper text by Syntology unverified MIT (permissive) · dbb94584aa252f58 · report
inplace_prox lasso-net/lassonet/lassonet/model.py found in paper text by Syntology unverified MIT (permissive) · 6c397ca47373e207 · report
get_labels_lists identical code first harvested elsewhere ran · honoured contract licence of this copy not recorded · cda491bdda02d633 · report
detach_tensors identical code first harvested elsewhere unverified licence of this copy not recorded · ffdfda6bfc1ce5a8 · report

Tasks

Vocal Bursts Intensity Prediction

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections