Papers › Not all Jensen-Shannon Divergence Estimators are Equal

Not all Jensen-Shannon Divergence Estimators are Equal

15 Jun 2026arXiv:2606.16411added by Syntology

Alba Garrido, Alejandro Almodóvar, Mar Elizo, Patricia A. Apellániz, Santiago Zazo, Juan Parras

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

The Jensen-Shannon divergence is widely reported as a scalar measure of fidelity for synthetic tabular data. Yet, in practice, it is estimated from finite samples using protocols that are often underspecified. This creates a measurement problem. Although the population divergence is well defined, the empirical value depends on the estimator family, sampling protocol, calibration, dimensionality, and class balance. We show that different protocols can yield non-comparable values: marginal-based estimators ignore dependencies in the joint distribution and can severely underestimate divergence, while classifier-based estimators capture joint structure but exhibit strong estimator dependence. We systematically study this behavior across controlled settings with reference divergences and real-world synthetic tabular benchmarks. Our analysis reveals dependence blindness in marginal estimators, prior-shift bias under class imbalance, and estimator sensitivity in high dimensions. To address prior shift, we derive a closed-form posterior correction for classifier-based Jensen-Shannon estimation. Our results show that empirical Jensen-Shannon divergence values are inherently protocol-dependent, making explicit specification of the estimation procedure necessary for meaningful comparison. We provide practical guidelines and an open-source tool for estimator-aware Jensen-Shannon evaluation.

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

Code

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

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

AlbaGarridoLopezz/jensenshannondivergence 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

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

7ran
4unverified

Licence: 0 of the 11 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 AlbaGarridoLopezz/jensenshannondivergence. “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.

build_paths AlbaGarridoLopezz/jensenshannondivergence/src/jensenshannondivergence/utils.py found in paper text by Syntology ran MIT (permissive) · 6572732fb03f3afe · report
create_high_corr_bimodal_gm AlbaGarridoLopezz/jensenshannondivergence/src/jensenshannondivergence/data_utils.py found in paper text by Syntology ran MIT (permissive) · 0c7fafe103023ed8 · report
load_mvn AlbaGarridoLopezz/jensenshannondivergence/src/jensenshannondivergence/data_utils.py found in paper text by Syntology ran MIT (permissive) · 33d3b5a2bc949874 · report
model_suffix AlbaGarridoLopezz/jensenshannondivergence/src/jensenshannondivergence/utils.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 203baf594013c088 · report
normalize_discriminator_type AlbaGarridoLopezz/jensenshannondivergence/src/jensenshannondivergence/estimators.py found in paper text by Syntology ran MIT (permissive) · 61d09d927eea4131 · report
tensor_to_dataloader AlbaGarridoLopezz/jensenshannondivergence/src/jensenshannondivergence/estimator/est_utils.py found in paper text by Syntology ran MIT (permissive) · f13d9e5f6a2d27f7 · report
to_dataloader AlbaGarridoLopezz/jensenshannondivergence/src/jensenshannondivergence/estimator/est_utils.py found in paper text by Syntology ran MIT (permissive) · ca6f4523676c7895 · report
create_independent_gm AlbaGarridoLopezz/jensenshannondivergence/src/jensenshannondivergence/data_utils.py found in paper text by Syntology unverified MIT (permissive) · d3990282c2ffd9f4 · report
detection_validation AlbaGarridoLopezz/jensenshannondivergence/src/jensenshannondivergence/estimator/divergence.py found in paper text by Syntology unverified MIT (permissive) · fbfde0ba87f77707 · report
estimate_jensen_shannon AlbaGarridoLopezz/jensenshannondivergence/src/jensenshannondivergence/estimators.py found in paper text by Syntology unverified MIT (permissive) · 893abd91d1a6f824 · report
plot_discriminators_js_mean_error_boxplot AlbaGarridoLopezz/jensenshannondivergence/src/jensenshannondivergence/utils.py found in paper text by Syntology unverified MIT (permissive) · dcb2b8e38f788382 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2606.16411, was issued in June 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