Papers › Towards Robust Classification with Deep Generative Forests

Towards Robust Classification with Deep Generative Forests

11 Jul 2020arXiv:2007.05721archive 2025-07-28

Alvaro H. C. Correia, Robert Peharz, Cassio de Campos

Decision Trees and Random Forests are among the most widely used machine learning models, and often achieve state-of-the-art performance in tabular, domain-agnostic datasets. Nonetheless, being primarily discriminative models they lack principled methods to manipulate the uncertainty of predictions. In this paper, we exploit Generative Forests (GeFs), a recent class of deep probabilistic models that addresses these issues by extending Random Forests to generative models representing the full joint distribution over the feature space. We demonstrate that GeFs are uncertainty-aware classifiers, capable of measuring the robustness of each prediction as well as detecting out-of-distribution samples.

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="2007.05721")

Code

Syntology Ran 0 of 25 code samples harvested from 1 repository linked to this paper; 25 have no recorded run.

By repository: official repository: 25 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

AlCorreia/GeFs officialmentioned on GitHubMIT 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

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

25unverified

Licence: 0 of the 25 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 AlCorreia/GeFs. “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.

Leaf AlCorreia/GeFs/gefs/nodes.py official repository unverified MIT (permissive) · 18680f3973a2a2df · report
ProdNode AlCorreia/GeFs/gefs/nodes.py official repository unverified MIT (permissive) · 4d7702c9f7355db1 · report
SumNode AlCorreia/GeFs/gefs/nodes.py official repository unverified MIT (permissive) · ef47e92e90a4cb90 · report
add_node AlCorreia/GeFs/gefs/learning.py official repository unverified MIT (permissive) · cfe4c67d4efa910e · report
add_prodnode AlCorreia/GeFs/gefs/learning.py official repository unverified MIT (permissive) · cf0b1af1b7139f55 · report
bincount AlCorreia/GeFs/gefs/split.py official repository unverified MIT (permissive) · 58b7f952cc8ba9bd · report
calc_inbag AlCorreia/GeFs/gefs/sklearn_utils.py official repository unverified MIT (permissive) · 498d492d37875d9a · report
calc_outofbag AlCorreia/GeFs/gefs/sklearn_utils.py official repository unverified MIT (permissive) · 41ab67d70fb1d915 · report
chdtrc AlCorreia/GeFs/gefs/statsutils.py official repository unverified MIT (permissive) · 1f4f7b7d0b18ad1a · report
cluster AlCorreia/GeFs/gefs/cluster.py official repository unverified MIT (permissive) · f0903cda1a853f9f · report
evaluate AlCorreia/GeFs/gefs/trees.py official repository unverified MIT (permissive) · e4dfc5307cff9624 · report
evaluate_instance AlCorreia/GeFs/gefs/trees.py official repository unverified MIT (permissive) · fc19aad5d4a58f55 · report
fit AlCorreia/GeFs/gefs/learning.py official repository unverified MIT (permissive) · e9e0d52c893cf2bb · report
get_distance AlCorreia/GeFs/gefs/cluster.py official repository unverified MIT (permissive) · 6f9a3fa8bb5e3800 · report
gini AlCorreia/GeFs/gefs/split.py official repository unverified MIT (permissive) · 22dfc10f1898c675 · report
in1d_scal_nb AlCorreia/GeFs/gefs/utils.py official repository unverified MIT (permissive) · 73f415a9d6a912c8 · report
in1d_vec_nb AlCorreia/GeFs/gefs/utils.py official repository unverified MIT (permissive) · 50e658133f99d462 · report
kruskal AlCorreia/GeFs/gefs/statsutils.py official repository unverified MIT (permissive) · 20c8877af4c4f7ad · report
nan_to_num AlCorreia/GeFs/gefs/cluster.py official repository unverified MIT (permissive) · e4c4de66b03f27f1 · report
random_split AlCorreia/GeFs/gefs/split.py official repository unverified MIT (permissive) · 90701f302c52610e · report
resample_strat AlCorreia/GeFs/gefs/utils.py official repository unverified MIT (permissive) · 14440f4a552431c2 · report
signed_join AlCorreia/GeFs/gefs/signed.py official repository unverified MIT (permissive) · c6bc9b119c7f3221 · report
signed_prod AlCorreia/GeFs/gefs/signed.py official repository unverified MIT (permissive) · 65247f439343b294 · report
signed_sum_vec AlCorreia/GeFs/gefs/signed.py official repository unverified MIT (permissive) · 879ba1caf1941441 · report
vec_chdtrc AlCorreia/GeFs/gefs/statsutils.py official repository unverified MIT (permissive) · 50cbc307689e6b0f · report

Tasks

BIG-bench Machine LearningClassificationGeneral ClassificationRobust classification

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