Papers › Spectrally Deconfounded Gradient Boosting

Spectrally Deconfounded Gradient Boosting

10 Jul 2026arXiv:2607.09371added by Syntology

Andrea Nava, Peter Bühlmann, Fabio Sigrist

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Flexible machine-learning methods can be sensitive to hidden confounding: they may learn associations induced by unobserved confounders rather than stable signals. Spectral deconfounding mitigates this problem by shrinking high-variance directions of the covariate matrix that, under dense confounding, carry latent confounder information. Existing work has largely focused on linear models. We develop a nonlinear spectral deconfounding framework for gradient boosting. Our approach replaces the ordinary squared-error loss by a spectral loss, which alters the boosting dynamics by slowing down learning in confounding-aligned directions. We show that deconfounding is not achieved by the spectral loss alone, but by the interaction between spectral shrinkage and regularization, especially in terms of early stopping. Moreover, we provide a mixed-model interpretation that connects LAVA-type shrinkage to random-effects adjustment and yields an empirical-Bayes procedure for tuning the spectral loss. We also extend the method to general likelihoods and nonlinear confounding using Laplace approximations and kernel random effects. Across synthetic and real-world experiments, spectrally deconfounded boosting improves estimation of the target function under hidden confounding and is substantially more scalable than existing nonlinear spectral deconfounding baselines.

PaperPDFCode 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="2607.09371")

Code

Syntology Ran 13 of 19 code samples harvested from 1 repository linked to this paper; 6 have no recorded run. Of those that ran: 13 ran with no contract checked.

By repository: found in paper text by Syntology: 19 samples from 1 repository, 13 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

fabsig/GPBoost found in paper text by Syntology report
AndreaThomNava/spectral-boosting found in paper text by Syntology report

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

19 samples harvested; 13 ran; 0 honoured the contract we drafted; 6 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.

13ran
6unverified

Licence: 19 of the 19 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 fabsig/GPBoost. “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.

driver_source fabsig/GPBoost/helpers/check_cpu_quota_fixtures.py found in paper text by Syntology ran licence not identified · pointer only · 8c6b93d2af55cdf0 · report
early_stopping fabsig/GPBoost/python-package/gpboost/callback.py found in paper text by Syntology ran licence not identified · pointer only · ab97f6d90b4e59a3 · report
get_alias fabsig/GPBoost/helpers/parameter_generator.py found in paper text by Syntology ran licence not identified · pointer only · cf90f0acecfd103d · report
get_names fabsig/GPBoost/helpers/parameter_generator.py found in paper text by Syntology ran licence not identified · pointer only · 4b472b054a47b6c4 · report
get_nested_categories fabsig/GPBoost/python-package/gpboost/basic.py found in paper text by Syntology ran licence not identified · pointer only · da3530e625e85eb0 · report
get_parameter_infos fabsig/GPBoost/helpers/parameter_generator.py found in paper text by Syntology ran licence not identified · pointer only · 32d8fddff620930c · report
is_numeric fabsig/GPBoost/python-package/gpboost/basic.py found in paper text by Syntology ran fingerprinted licence not identified · pointer only · 2076b13e5ea7eb87 · report
is_numpy_1d_array fabsig/GPBoost/python-package/gpboost/basic.py found in paper text by Syntology ran fingerprinted licence not identified · pointer only · 3388ef831c610fe9 · report
mount fabsig/GPBoost/helpers/check_cpu_quota_fixtures.py found in paper text by Syntology ran licence not identified · pointer only · 6c9c1fb3bee0ec4b · report
print_evaluation fabsig/GPBoost/python-package/gpboost/callback.py found in paper text by Syntology ran licence not identified · pointer only · e6c75775b1454e01 · report
record_evaluation fabsig/GPBoost/python-package/gpboost/callback.py found in paper text by Syntology ran licence not identified · pointer only · cec8e8040d7890c5 · report
run_benchmark fabsig/GPBoost/external_libs/compute/perf/perf.py found in paper text by Syntology ran licence not identified · pointer only · 603210f99dc97740 · report
run_perf_process fabsig/GPBoost/external_libs/compute/perf/perf.py found in paper text by Syntology ran licence not identified · pointer only · d7ab03027143d595 · report
cv fabsig/GPBoost/python-package/gpboost/engine.py found in paper text by Syntology unverified licence not identified · pointer only · 5e40ad7c7baa0d4d · report
grid_search_tune_parameters fabsig/GPBoost/python-package/gpboost/engine.py found in paper text by Syntology unverified licence not identified · pointer only · 31d87799622a22b8 · report
plot_importance fabsig/GPBoost/python-package/gpboost/plotting.py found in paper text by Syntology unverified licence not identified · pointer only · a16341846c82053f · report
plot_metric fabsig/GPBoost/python-package/gpboost/plotting.py found in paper text by Syntology unverified licence not identified · pointer only · 818bdd7ea5b5bb7c · report
plot_split_value_histogram fabsig/GPBoost/python-package/gpboost/plotting.py found in paper text by Syntology unverified licence not identified · pointer only · 695eadbc51698a3e · report
train fabsig/GPBoost/python-package/gpboost/engine.py found in paper text by Syntology unverified licence not identified · pointer only · 4772352de75c28c7 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2607.09371, was issued in July 2026, after that date, so the archive has no leaderboard rows for it.

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