Pith. sign in

REVIEW 4 major objections 6 minor 10 references

A Numerical Rosenblatt Method for Forced Variable Independence

T0 review · 4 major / 6 minor · reviewed 2026-08-15 · deepseek-v4-flash

Pith's one-line read A numerical Rosenblatt transform can force a classifier to be statistically independent of a chosen observable, and the transformed classifier keeps its separation power.

desk verdict A post-processing Rosenblatt transform that beats DisCo at preserving AUC in their LHC Olympics test; mathematically sound, empirically promising, but the same-density assumption is untested. read the letter →

arxiv 2509.25521 v2 pith:SOHTMPRP submitted 2025-09-29 physics.data-an hep-ex

classification physics.data-anhep-ex
keywords Rosenblatttransformforcedquasi-independencedistancecorrelationABCDmethodclassifierdecorrelationkerneldensityestimationirregulargridinterpolationLHCOlympics
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This paper establishes that a single numerical integral transform can take any classifier $y$ and a nuisance observable $x$, and produce a new score $\gamma$ that is quasi-independent of $x$ while remaining almost as discriminative as the original. The transform is the within-$x$ cumulative probability of $y$; when the background density is known, the change of variables makes the joint density factor into the product of the $x$-marginal and a uniform distribution, which is mathematical independence. The paper gives two practical estimators built from a background sample, one based on irregular-grid interpolation and one on kernel density estimation, and demonstrates on public particle-physics data that they reduce the distance correlation from $0.01658$ to about $0.0002$ while keeping the AUC at $0.911$-$0.912$, whereas a DisCo-trained classifier at comparable decorrelation falls to $0.828$. If correct, this removes the main drawback of decorrelation-by-training: analyses no longer trade separating power for the independence that the ABCD background-estimation method needs.

What carries the argument

The load-bearing object is the conditional cumulative distribution transform $\gamma(x,y)$ of Eq. (4): the $y$-normalized primitive of the joint density $\rho$ along the $y$-axis, $\gamma(x,y)=\int_{-\infty}^{y} \rho(x,y')\,dy'/\int_{-\infty}^{\infty} \rho(x,y'')\,dy''$. It is the same object as the classical Rosenblatt transform, re-derived independently here. Its role is to map, for every fixed $x$-slice, the conditional distribution of $y$ onto a uniform distribution; the change-of-variable calculation in Appendix A then makes the joint density factor as $\rho_X(x)\cdot 1_{(0,1)}(\gamma)$, which is exactly independence. The paper's numerical contribution is to estimate this transform from a finite background sample by two routes: IRGI, which builds an irregular equal-count grid and uses normalized cumulative column sums, and KDE, which replaces the density by Gaussian kernels with the ratio of smoothing widths controlled by a free parameter $\sigma_r$.

What would settle it

Train the transform on one background sample and apply it to a second sample generated from a different but plausible background density, for example the same process with a shifted calorimeter energy scale; if the measured DCC between $x$ and $\gamma$ in the second sample stays at the original $(x,y)$ level rather than dropping toward $10^{-4}$, the practical quasi-independence claim fails.

Watch

Extended reading notes

Core claim

The paper's central claim is that the numerical conditional-CDF transform of Eq. (4), $\gamma(x,y)$, renders its output independent of $x$: for any continuous background density $\rho$, the transformed joint density satisfies $\rho(x,\gamma)=\rho_X(x)\cdot 1_{(0,1)}(\gamma)$. Because of this, applying the transform to the output of an arbitrary classifier makes the classifier quasi-independent of the observable while preserving the classifier's ordering of events; the ROC curve changes minimally. On the LHC Olympics dijet example, the IRGI version reaches DCC $0.00025$ with AUC $0.912$ and the KDE version DCC $0.00018$ with AUC $0.911$, compared with baseline $0.01658$/$0.911$ and a DisCo classifier at DCC $0.00011$ whose AUC drops to $0.828$.

Load-bearing premise

The defining background sample used to estimate the conditional CDF must be representative of the background events in the actual analysis; if simulation or sideband data disagrees with real background, the transform is miscalibrated and $\gamma$ will not be independent in practice.

Editorial extensions

If this is right

  • Any trained classifier can be post-processed into a background-quasi-independent score, so the independence requirement no longer has to be baked into the loss function during training.
  • In the paper's LHC Olympics example, the transformed classifier keeps AUC $0.912$ (baseline $0.911$) while pushing DCC down by two orders of magnitude, so ABCD-style background estimation can be applied without a resolution-power penalty.
  • The method works on the defining background sample alone; signal events are not used to build the transform, which makes it applicable to control-region or simulation-based background definitions.
  • Both IRGI and KDE reduce DCC consistently across five independent subsamples in the toy test, and the ABCD relative error in signal estimation for the IRGI-transformed classifier is roughly three times smaller than for the baseline in the paper's setup.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • Because the transform is built from background only, it should transfer to anomaly-detection settings where signal is unknown: the same conditional CDF can define a background-independent coordinate for weakly supervised searches, and a classifier trained or cut on it would inherit the independence property by construction.
  • The construction treats the defining background sample as ground truth; a natural robustness test would be to build $\gamma$ on one background simulation and apply it to a second simulation of the same process with different detector response or generator settings, then measure whether the DCC stays near zero.
  • The independence proof requires the true density and exact integration; with finite samples the numerical estimators can only approximate $\gamma$, so the practical limit on DCC is set by sample size, smoothing width, and grid depth rather than by the method itself.
  • A direct comparison with the ABCDisCo variant at matched DCC, using the authors' own ABCD relative-error metric, would clarify how much of the gain comes from avoiding retraining instability and how much from the transform's exact factorization.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 6 minor

Summary. The paper proposes a numerical method for transforming a random variable y into a new variable γ defined as the conditional cumulative distribution function of y given an observable x under a background probability density. The transformation (Eq. 4) is a Rosenblatt transform; the authors prove in Appendix A that γ is independent of x and marginally uniform on [0,1]. Two numerical estimators are presented: IRGI, based on irregular adaptive binning with linear interpolation, and KDE, based on Gaussian kernel smoothing. The method is intended as a plug-in decorrelation layer for classifiers in particle physics, replacing training-time constraints such as DisCo. The authors demonstrate the method on a Gaussian toy example, a cat/dog image classification task with a color observable, and an LHC Olympics dijet dataset, reporting lower distance correlation at comparable or higher AUC than DisCo in the LHC example.

Significance. The mathematical foundation is sound: the independence result follows from the classical Rosenblatt transform, and the proof in Appendix A is correct under the stated regularity conditions. The numerical implementations are clearly described and the LHC Olympics example is a relevant stress test. If the reported performance holds out-of-sample, the method offers a simple, model-agnostic alternative to DisCo with a rigorous independence guarantee and no adversarial optimization. However, the empirical validation is currently weakened by in-sample parameter selection (the DCC minima are obtained on the same data used to select d and σ_r) and by the absence of statistical uncertainties on DCC and AUC. In addition, the paper does not test robustness to mismodeling of the defining background sample, which is the key assumption for practical use. These issues are fixable and do not invalidate the core idea.

major comments (4)
  1. [III.C, Figs. 17-18] The DCC values reported for the IRGI and KDE classifiers (DCC 0.00025 and 0.00018, respectively) are the result of scanning the free parameters d and σ_r on the same 20k-event validation sample that is used to compute these DCC values. The minimum over a parameter grid is an in-sample optimum and is expected to be smaller than the performance on unseen data. The paper does not report DCC on the held-out testing sample (100k background, 10k signal) used for the ABCD demonstration. To support the central claim, the authors should either report DCC on the testing sample or use a nested cross-validation scheme where parameter selection is performed on a training slice and DCC is evaluated on an independent slice.
  2. [III.A, Table III-A, Figs. 8-9] In the Gaussian blob example, for each of the five subsamples the DCC minima for IRGI and KDE are obtained by scanning d or σ_r on that same subsample, so the reported minima are biased estimates of the method's DCC. Additionally, no statistical uncertainties (bootstrap or repeated draws) are reported for DCC or AUC, so it is unclear whether the differences between IRGI, KDE, and the baseline are statistically significant. The authors should provide confidence intervals or per-repetition variations, and ideally a separate validation set for parameter selection.
  3. [II (defining background sample) and III.C] The independence guarantee is conditional on the defining background sample being drawn from the same underlying probability density as the evaluation sample. The paper states this assumption but does not assess its robustness. In the LHC Olympics example the defining sample and the evaluation sample are both from the same Monte Carlo generator, so the demonstration does not cover the realistic scenario in which the simulation used to construct the transform does not perfectly describe the data (e.g., miscalibrated mass spectrum or mismodeled track features). A robustness study with a perturbed defining sample is necessary to support the practical claim that the method renders a classifier quasi-independent in an actual analysis.
  4. [II.A (IRGI algorithm), Fig. 4] The IRGI algorithm constructs the transform on a finite rectangular defining domain, with interpolation vertices placed on the domain boundary. The paper does not specify how the transform is evaluated for points outside this domain, nor how it behaves when the evaluation sample extends beyond the support of the defining sample. In the LHC Olympics example, the observable x extends beyond the region shown in the defining sample; an explicit extrapolation rule is needed to define γ for those events.
minor comments (6)
  1. [II.A] The acronym 'IRregular' should be 'Irregular' or the capitalization should be explained, as 'IRregular Grid Interpolation' is unusual.
  2. [V] In the acknowledgements, 'independetly' should be 'independently'.
  3. [III.C] The phrase 'bump-hunt is inpired' should be 'inspired'.
  4. [Various] The abbreviation 'TMV A' appears throughout the text; it should be written consistently as 'TMVA'.
  5. [II.B, Eq. (8)] The phrase 'unique pairs (xi,xj)' is ambiguous; it should specify all pairs with i<j.
  6. [Figures 5, 30, 31] Several subfigures lack complete captions; for example, Fig. 5(b) has no description after the label.

Circularity Check

2 steps flagged · score 4.0 of 10

The Rosenblatt independence proof is self-contained, but the headline DCC improvements are minima selected on the same validation data, so the empirical 'predictions' are partly fitted.

  1. fitted input called prediction [Section III.A, Figs. (8)-(9) and Tab. (III-A)]
    "For each subsample, (x,y)-DCC is computed and compared with (x,γ_d)-DCC and (x,γ_σr)-DCC for varying free parameters. ... DCC minima found per sample for both numerical techniques, are summarized in Tab. (III-A). We observe that in each subsample, for IRGI parameter d found to minimize the DCC of x and the modified classifier; KDE parameter σ_r can be found to surpass, or be equal to, the IRGI."

    The tabulated DCC(x,γ_d) and DCC(x,γ_σr) are the minima over the scanned d or σ_r computed on the same five testing subsamples. Thus the reported 'achieved' DCC is the objective being minimized, not an independent evaluation at a fixed parameter; it is small by construction of the scan. This does not impugn the Rosenblatt independence theorem, but it means the numerical demonstration's headline DCC values are fitted, not predicted.

  2. fitted input called prediction [Section III.C, Figs. (17)-(18) and surrounding text]
    "Additionally, 20k background and signal events form validation samples for free parameter optimization (minimizing DCC, maximizing AUC). ... DCC-optimal IRGI and KDE parameters are found as d=6 and σ_r=0.024 ... BL classf., DCC: 0.01658, AUC: 0.911; mod. classf. IRGI_6, DCC: 0.00025, AUC: 0.912; mod. classf. KDE_0.024, DCC: 0.00018, AUC: 0.911."

    The same 20k validation sample is used both to choose the free parameters by minimizing DCC and to report the DCC/AUC values in Fig. 18. The DCC 0.00025 is therefore the minimum of the scanned grid on that sample, i.e. the selection criterion itself, not a fixed-parameter prediction on an independent test set. The comparison to DisCo is likewise made after selecting the DisCo point on the same plane, so the claimed superiority is in part an artifact of selection on the evaluation sample.

full rationale

The central mathematical derivation is not circular. Appendix A proves, by a direct Jacobian computation from the definition of the conditional-CDF transform in Eq. (4), that ρ(x,γ) factors as ρ_X(x) times the uniform density; this is the standard Rosenblatt argument and does not assume the conclusion. The paper's citation of Rosenblatt is external and non-self-referential, and no uniqueness theorem is imported from the authors' own prior work. The two flagged steps concern the numerical evaluation: in both the blob example and the LHC Olympics example, the free parameters d and σ_r are explicitly chosen to minimize DCC on the same validation subsamples that then supply the reported DCC minima. Those reported numbers are therefore optimized values on the evaluation set, not out-of-sample predictions at fixed parameter values. This is a real selection-bias circularity in the empirical demonstration, but it does not affect the correctness of the underlying transform. The untested assumption that the defining background sample matches the true background density is a correctness/robustness risk, not a circularity. Overall, the core independence claim has independent mathematical content, while the headline numerical DCC improvements are partly fitted on the validation data, giving a moderate score of 4.

Assumptions & free parameters 3 free parameters · 3 assumptions · 0 invented entities

The central proof relies on standard probability calculus plus the absolute-continuity assumption inherited from Rosenblatt. The empirical DCC values depend on two resolution parameters tuned on validation data, and the ABCD comparison uses per-classifier optimized cuts. No new physical entities are introduced.

free parameters (3)
  • IRGI recursive bisection depth d = d=7 (Gaussian blobs), d=4 (cats/dogs), d=6 (LHC Olympics)
    Controls histogram resolution; chosen by scanning to minimize DCC on validation subsamples.
  • KDE relative kernel width sigma_r = sigma_r around 0.05-0.1 (Gaussian and cats/dogs), 0.024 (LHC Olympics)
    Controls Gaussian kernel width; chosen by scanning to minimize DCC on validation subsamples.
  • ABCD quadrant boundary (x0,y0) = optimized per classifier over x0 in [2.0,3.7] and y0 in [0.1,0.85]
    For the ABCD comparison, each classifier is evaluated at the (x0,y0) that minimizes the absolute relative signal error, so the quoted precision is a best-case value for each classifier.
assumptions (3)
  • domain assumption Underlying probability densities for background and signal exist, and the defining background sample is drawn from the same density as the test background.
    Stated in Section II; the transform is built from a defining sample and is only valid for samples from the same background density.
  • domain assumption The background density rho(x,y) is absolutely continuous and the marginal rho_X(x) is nonzero on the defining x-domain.
    Appendix A requires differentiability and a nonzero denominator for the inverse transformation to exist.
  • domain assumption The classifier output y is treated as a continuous random variable so the conditional CDF is strictly monotone and invertible.
    The proof in Appendix A assumes a bijective differentiable transformation; discrete classifier outputs would require smoothing or interpolation.

how reviews work

0 comments
Cite this review

Pith. "Pith review of A Numerical Rosenblatt Method for Forced Variable Independence." pith.science (2026). https://pith.science/paper/SOHTMPRP

@misc{pith2026250925521,
  author       = {Pith},
  title        = {Pith review of: A Numerical Rosenblatt Method for Forced Variable Independence},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/SOHTMPRP}},
  note         = {Machine review of arXiv:2509.25521}
}
read the original abstract

A novel numerical technique is presented to transform one random variable within a system toward statistical quasi-independence from any other random variable in the system. The method's applicability is demonstrated through a particle physics example where a classifier is rendered quasi-independent from an observable quantity.

Figures

Figures reproduced from arXiv: 2509.25521 by the authors.

Figure 1
Figure 1. Events in the xy phase plane separated into regions ABCD. Both background and signal processes are described through analytical methods (Feynman diagrams) and Monte Carlo simulations, providing event number estimates for each region. However, background Monte Carlo simulations may carry significant uncertainty in signal regions, rendering event estimates unreliable (though phase space region definitions remain valid… view at source ↗
Figure 2
Figure 2. Variable transformation toward independence through coordinate rotation. [PITH_FULL_IMAGE:figures/full_fig_p003_2.png] view at source ↗
Figure 3
Figure 3. Defining and testing samples drawn from identical underlying probability densities. [PITH_FULL_IMAGE:figures/full_fig_p006_3.png] view at source ↗
Figures from the paper (28 more)
Figure 4
Figure 4. Figure 4: Irregular grid construction (black lines) and interpolation vertices (red) around defining background sample, applied to [PITH_FULL_IMAGE:figures/full_fig_p006_4.png]
Figure 5
Figure 5. Figure 5: Irregular grid construction (black lines) and interpolation vertices (red) around defining background sample, applied to [PITH_FULL_IMAGE:figures/full_fig_p007_5.png]
Figure 6
Figure 6. Figure 6: KDE γσr with parameter σr = 0.05 (near DCC-optimal) and σr = 0.1 [PITH_FULL_IMAGE:figures/full_fig_p007_6.png]
Figure 7
Figure 7. Figure 7: KDE γσr with parameter σr = 0.5 (significantly less DCC-optimal) and σr = 2 (excessive Gaussian kernel width). To examine DCC variation for both techniques, the testing background sample is divided into five equal subsamples. This division serves two purposes: DCC comp…
Figure 8
Figure 8. Figure 8: DCC of IRGI (x, γd) versus d per subsample; colored dashed lines show per-subsample (x, y) DCC. Figure (9) shows KDE γσr DCC variation with σr compared to (x, y)-DCC upper limits per subsample. Lower σr limits vary per sample due to numerical failure with excessively n…
Figure 9
Figure 9. Figure 9: DCC of (x, γσr ) versus σr per subsample; colored dashed lines show per-subsample (x, y) DCC. DCC minima found per sample for both numerical techniques, are summarized in Tab. (III-A). We observe that in each subsample, for IRGI parameter d found to minimize the DCC of…
Figure 10
Figure 10. Figure 10: Example entry from the "cat images" distribution. [PITH_FULL_IMAGE:figures/full_fig_p010_10.png]
Figure 11
Figure 11. Figure 11: Example entry from the "dog images" distribution. [PITH_FULL_IMAGE:figures/full_fig_p010_11.png]
Figure 12
Figure 12. Figure 12: Cat and dog images in classifier versus "color" observable plane. [PITH_FULL_IMAGE:figures/full_fig_p011_12.png]
Figure 13
Figure 13. Figure 13: Modified classifier changes relative to baseline classifier regarding DCC with observable and AUC. Classifiers of [PITH_FULL_IMAGE:figures/full_fig_p011_13.png]
Figure 14
Figure 14. Figure 14: ROC curves for baseline and DCC-optimal IRGI and KDE modified classifiers. [PITH_FULL_IMAGE:figures/full_fig_p012_14.png]
Figure 15
Figure 15. Figure 15: Cat and dog image samples in the "color" observable and classifier plane, with classifiers made independent. [PITH_FULL_IMAGE:figures/full_fig_p012_15.png]
Figure 16
Figure 16. Figure 16: Final-state tracks binned in the ηϕ plane (unrolled cylindrical surface). Testing samples in the observable/classifier plane appear in Fig. (20). The objective is comparing the existing statistical independence induction method (DisCo) with the present IRGI and KDE te…
Figure 17
Figure 17. Figure 17: Classifiers in the DCC/AUC plane. Important classifiers are marked with circles. [PITH_FULL_IMAGE:figures/full_fig_p014_17.png]
Figure 18
Figure 18. Figure 18: ROC curves for baseline, DisCo, IRGI, and KDE classifiers. [PITH_FULL_IMAGE:figures/full_fig_p014_18.png]
Figure 19
Figure 19. Figure 19: Relative error in signal estimation for different [PITH_FULL_IMAGE:figures/full_fig_p015_19.png]
Figure 20
Figure 20. Figure 20: Left: events in observable versus baseline classifier plane; right: relative error in signal estimation as a function of [PITH_FULL_IMAGE:figures/full_fig_p016_20.png]
Figure 21
Figure 21. Figure 21: Left: events in observable versus DisCo classifier plane; right: relative error in signal estimation as a function of [PITH_FULL_IMAGE:figures/full_fig_p016_21.png]
Figure 22
Figure 22. Figure 22: Left: events in observable versus IRGI-modified classifier plane; right: relative error in signal estimation as a function [PITH_FULL_IMAGE:figures/full_fig_p017_22.png]
Figure 23
Figure 23. Figure 23: Left: events in observable versus KDE-modified classifier plane; right: relative error in signal estimation as a function [PITH_FULL_IMAGE:figures/full_fig_p017_23.png]
Figure 24
Figure 24. Figure 24: Irregular binning of our technique and the regular binning of the TMVA’s technique. [PITH_FULL_IMAGE:figures/full_fig_p020_24.png]
Figure 25
Figure 25. Figure 25: IRGI technique d = 1. 0.5 0.0 0.5 1.0 1.5 x 0.5 0.0 0.5 1.0 1.5 y 0 0.02 0.05 y 0.02 0.05 x 0 0.0003 0.0012 0.0022 0.0027 background 0 0.0003 0.0012 0.0022 0.0027 signal (a) Defining background (and accompanying signal) sample with irregular grid for IRGI parameter d …
Figure 26
Figure 26. Figure 26: IRGI technique d = 2 [PITH_FULL_IMAGE:figures/full_fig_p021_26.png]
Figure 27
Figure 27. Figure 27: IRGI technique d = 3. 0.5 0.0 0.5 1.0 1.5 x 0.5 0.0 0.5 1.0 1.5 y 0 0.02 0.05 y 0.02 0.05 x 0 0.0003 0.0012 0.0022 0.0027 background 0 0.0003 0.0012 0.0022 0.0027 signal (a) Defining background (and accompanying signal) sample with irregular grid for IRGI parameter d …
Figure 28
Figure 28. Figure 28: IRGI technique d = 4 [PITH_FULL_IMAGE:figures/full_fig_p022_28.png]
Figure 29
Figure 29. Figure 29: IRGI technique d = 5. 0.5 0.0 0.5 1.0 1.5 x 0.5 0.0 0.5 1.0 1.5 y 0 0.02 0.05 y 0.02 0.05 x 0 0.0003 0.0012 0.0022 0.0027 background 0 0.0003 0.0012 0.0022 0.0027 signal (a) Defining background (and accompanying signal) sample with irregular grid for IRGI parameter d …
Figure 30
Figure 30. Figure 30: IRGI technique d = 6 [PITH_FULL_IMAGE:figures/full_fig_p023_30.png]
Figure 31
Figure 31. Figure 31: IRGI technique d = 7 [PITH_FULL_IMAGE:figures/full_fig_p024_31.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

10 extracted references · 7 canonical work pages

  1. [1]

    2025.DOI: 10.48550/ARXIV .2506.08826.URL: https://arxiv.org/abs/2506.08826

    CMS Collaboration.Machine learning method for enforcing variable independence in background estimation with LHC data: ABCDisCoTEC. 2025.DOI: 10.48550/ARXIV .2506.08826.URL: https://arxiv.org/abs/2506.08826

  2. [2]

    Measuring and testing dependence by correlation of distances

    Gábor J. Székely, Maria L. Rizzo, and Nail K. Bakirov. “Measuring and testing dependence by correlation of distances”. In:The Annals of Statistics35.6 (Dec. 2007).ISSN: 0090-5364.DOI: 10.1214/009053607000000505.URL: http://dx.doi. org/10.1214/009053607000000505

  3. [3]

    ROC Solid: Receiver Operator Characteristic (ROC) Curves as a Foundation for Better Diagnostic Tests

    Mark R. J. Junge and Joseph R. Dettori. “ROC Solid: Receiver Operator Characteristic (ROC) Curves as a Foundation for Better Diagnostic Tests”. In:Global Spine Journal8.4 (May 2018), pp. 424–429.ISSN: 2192-5690.DOI: 10.1177/ 2192568218778294.URL: http://dx.doi.org/10.1177/2192568218778294

  4. [4]

    Remarks on a Multivariate Transformation

    Murray Rosenblatt. “Remarks on a Multivariate Transformation”. In:The Annals of Mathematical Statistics23.3 (Sept. 1952), pp. 470–472.ISSN: 0003-4851.DOI: 10.1214/aoms/1177729394.URL: http://dx.doi.org/10.1214/aoms/1177729394

  5. [5]

    Albertsson.Users Guide - TMVA 4 - ROOT - CERN

    K. Albertsson.Users Guide - TMVA 4 - ROOT - CERN. 2007.URL: https : / / root . cern . ch / download / doc / tmva / TMV AUsersGuide.pdf

  6. [6]

    2025.URL: https://www.cs.toronto.edu/~kriz/cifar.html

    Alex Krizhevsky.CIFAR10 dataset. 2025.URL: https://www.cs.toronto.edu/~kriz/cifar.html

  7. [7]

    Software available from tensorflow.org

    Martín Abadi et al.TensorFlow: Large-Scale Machine Learning on Heterogeneous Systems. Software available from tensorflow.org. 2015.URL: https://www.tensorflow.org/

  8. [8]

    2019.URL: https://zenodo.org/records/2629073

    Gregor Kasieczka, Ben Nachman, and David Shih.R&D Dataset for LHC Olympics 2020 Anomaly Detection Challenge. 2019.URL: https://zenodo.org/records/2629073

Show all 10 references
  1. [9]

    Anomaly detection with density estimation

    Benjamin Nachman and David Shih. “Anomaly detection with density estimation”. In:Physical Review D101.7 (Apr. 2020).ISSN: 2470-0029.DOI: 10.1103/physrevd.101.075042.URL: http://dx.doi.org/10.1103/PhysRevD.101.075042. APPENDIXA MATHEMATICALTREATMENT OF THETECHNIQUE Consider the...

  2. [10]

    (19), the marginal distributionρ X(x), must be non-zero on the definingx-interval

    The denominator in Eq. (19), the marginal distributionρ X(x), must be non-zero on the definingx-interval. To demonstrateγ’sx-independence, substitute into Eq. (16): JΓ−1(x,γ) = ∂x ∂x ∂x ∂γ ∂y(x,γ) ∂x ∂y(x,γ) ∂γ ! JΓ−1(x,γ) = 1 0 ∂y(x,γ) ∂x ∂γ(x,y) ∂y (x,γ) −1 ! |detJΓ−1(x,γ)|=...

Pith tools

Reviewed August 15, 2026 · model on record in the stance chip above.