-
Notifications
You must be signed in to change notification settings - Fork 572
Paper: Challenges and Implementations for ML Inference in High-energy Physics #1102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 18 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
0602e2a
feat: initial draft for SOFIE
sanjibansg ffd41df
fix: do not include npm package files in the commit
sanjibansg 0a41bda
feat: add more information for survery paper
sanjibansg 16a57ce
feat: improve the abstract with suggestion from @Schefflera-Arboricola
sanjibansg 20f1f20
fix: add decorator with perf_analyzer
sanjibansg e2e4c40
fix: brief about single-event evaluation
sanjibansg fbc646f
feat: improve the structure for SOFIE benchmarking
sanjibansg e5bece3
feat: expand on co-processors
sanjibansg 5d508c8
fix: expand HEP in its first occurence
sanjibansg d063fb7
fix: spacing between paranthesis
sanjibansg af06562
fix: add ONNX full-form in its first occurence
sanjibansg 252e3f9
fix: add sources with missing doi into the ignore list
sanjibansg c976e6b
feat: improve overall formatting and sentences
sanjibansg 11fd6ad
feat: add conclusion
sanjibansg 12af8ee
feat: add citations
sanjibansg 3a1f428
Add dois to bib file
sanjibansg 655e67a
fix: add authors credit roles
sanjibansg 04768b3
add dois whenever possible
sanjibansg 2f93af5
fix: references and content within SOFIE
sanjibansg 216798c
fix: credit roles
sanjibansg badc2ac
fix: add doi in ALICE particle identification paper
sanjibansg 15159d2
feat: pytorch content correction
sanjibansg 43a6465
fix: references and citations
sanjibansg 6004c27
fix: citation for the ALICE experiment
sanjibansg 2be4630
fix: ignore missing doi for pquant and conifer
sanjibansg 8a0f297
feat: clarify limitations due to PyTorch extensions
sanjibansg File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,97 @@ | ||
| version: 1 | ||
| extends: ../papers.yml | ||
| project: | ||
| # Update this to match `scipy-2025-<folder>` the folder should be `<firstname_surname>` | ||
| id: scipy-2025-sofie | ||
| # Ensure your title is the same as in your `main.md` | ||
| title: Challenges and Implementations for ML Inference in High-energy Physics | ||
| # subtitle: | ||
| description: Accelerating the inference of learning methods for analysis at the world's largest scientific facility | ||
| banner: 0510029_02.jpg | ||
| # Authors should have affiliations, emails and ORCIDs if available | ||
| authors: | ||
| - name: Sanjiban Sengupta | ||
| email: [email protected] | ||
| orcid: 0009-0005-1281-505X | ||
| roles: Data curation - Investigation - Writing | ||
| affiliations: | ||
| - CERN, Switzerland | ||
| - The University of Manchester, United Kingdom | ||
| corresponding: true | ||
| - name: Lorenzo Moneta | ||
| email: [email protected] | ||
| orcid: 0000-0002-0935-0862 | ||
| roles: Supervision - Writing – review & editing | ||
| affiliations: | ||
| - CERN, Switzerland | ||
| keywords: | ||
| - machine learning | ||
| - optimization | ||
| - heterogeneous architectures | ||
| - keras | ||
| - pytorch | ||
| - onnx | ||
| # Add the abbreviations that you use in your paper here | ||
| abbreviations: | ||
| CERN: European Organization for Nuclear Research | ||
| HEP: High-Energy Physics | ||
| TMVA: Toolkit for Multi-Variate Analysis | ||
| SOFIE: System for Optimized Fast Inference code Emit | ||
| CMS: Compact Muon Solenoid | ||
| ATLAS: A Toroidal LHC ApparatuS | ||
| ONNX: Open Neural Network eXchange | ||
| HL-LHC: High-Luminosity LHC | ||
| LHC: Large Hadron Collider | ||
| IaaS: Inference-as-a-Service | ||
| SONIC: Service for Optimized Network Inference on Coprocessors | ||
| CMSSW: CMS Software Framework | ||
| HLS: High-Level Synthesis | ||
| hls4ml: High-level Synthesis for Machine learning | ||
| FPGA: Field-Programmable Gate Array | ||
| ASIC: Application-specific Integrated Circuit | ||
| VAE: Variational Auto-encoders | ||
| GPU: Graphics Processing Unit | ||
| GNN: Graph Neural Network | ||
|
|
||
| # It is possible to explicitly ignore the `doi-exists` check for certain citation keys | ||
| error_rules: | ||
| - rule: doi-exists | ||
| severity: ignore | ||
| keys: | ||
| - machine learning | ||
| - optimization | ||
| - heterogeneous architectures | ||
| - keras | ||
| - pytorch | ||
| - onnx | ||
sanjibansg marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| - bai2019 | ||
| - clarke_big_data_physical_sciences | ||
| - Fraser2023 | ||
| - tensorflow2015-whitepaper | ||
| - Gonski2024ATLASML | ||
| - Elmsheuser2023_ATHENAconfig | ||
| - Chou2024AthenaTriton | ||
| - Ju2025_ATLASInference | ||
| - Nvidia2024_TensorRT_devguide | ||
| - KasieczkaVlimant2022 | ||
| - CMS2024AIAnomaly | ||
| - cms_sw_cmssw | ||
| - valsecchi2025iml | ||
| - Chou2025_SuperSONIC | ||
| - LHCB_introduction | ||
| - vanVeghel2025_LHCbInference | ||
| - a2b7915800864c91b2389834659bb2ab | ||
| - Jowett2025_IntroLHC_ALICE | ||
| - Haake2018MLinAlice | ||
| - Sonnabend2025MLinALICE | ||
| - Albertsson2020_TMVAGuide | ||
| - Moneta2024_SOFIEinference | ||
| - Fahim:2021cic | ||
| - PQuantGitHub | ||
| - ConiferGitHub | ||
| exports: | ||
| - id: pdf | ||
| format: typst | ||
| template: https://github.com/curvenote-templates/scipy.git | ||
| article: main.md | ||
| output: full_text.pdf | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.