Skip to content

sbieringer/ClassificationSurrogates

Repository files navigation

Classification Surrogates

Classifier Surrogates are generative deep learning models trained to estimate the classification results from a neural network using unaccessible detector-level information from accessible high-level jet observables (Reconstruction-level), parton- or particle-level inforamtion. To this end a surrogate needs to

  • reproduce the classification correctly,
  • include uncertainty introduced through the stochasticity of the detector simulation,
  • and indicate sparse regions of training data, as well as unknown imputs through large uncertainties.

We thus choose a continuous normalizing flow trained with conditional flow matching (CFM) as a baseline model and augemnt it with Bayesian inference of the network parameters, either using Bayes-by-Backprob (Variational Inference Bayes) or AdamMCMC.

Structure

The models/ directory contains all necessary definitions for definition of a conditional CFM model.

Basic Usage

First, start a new directory ./jet_data and download the processed JetClass dataset from here into the folder. For more information on the data take a look at Joschka's repository.

For Training of a (Variational Inference Bayes-) CFM run cond_flow_matching.py. To subsequnetly sample weights starting at the point estimate using AdamMCMC, we provide cond_flow_matching_AdamMCMC.py.

evalution.ipynb and plotting.ipynb can be used to generate the plots of the paper.

Citation

For more details see our publication "Classifier Surrogates: Sharing AI-based Searches with the World"

@article{Bieringer_2024_surrogates,
    author = "Bieringer, Sebastian and Kasieczka, Gregor and Kieseler, Jan and Trabs, Mathias",
    title = "{Classifier surrogates: sharing AI-based searches with the world}",
    eprint = "2402.15558",
    archivePrefix = "arXiv",
    primaryClass = "hep-ph",
    doi = "10.1140/epjc/s10052-024-13353-w",
    journal = "Eur. Phys. J. C",
    volume = "84",
    number = "9",
    pages = "972",
    year = "2024",
    keywords = {bieringer}
}

About

"Classifier Surrogates: Sharing AI-based Searches with the World"

Topics

Resources

Stars

Watchers

Forks

Contributors 2

  •  
  •