Pith. sign in

REVIEW 3 major objections 4 minor 295 references

Real-Time Analysis of Unstructured Data with Machine Learning on Heterogeneous Architectures

T0 review · 3 major / 4 minor · reviewed 2026-08-05 · deepseek-v4-flash

Pith's one-line read A graph-neural-network track finder reconstructs charged particles in the LHCb vertex detector with physics performance comparable to the production algorithm while running inside the first-level GPU trigger.

desk verdict A useful engineering thesis with a real GNN-in-trigger result, but the abstract oversells the FPGA work and the headline physics-parity claim belongs to the prototype, not the deployed C++/CUDA version. read the letter →

arxiv 2508.07423 v3 pith:JGHTBH44 submitted 2025-08-10 physics.data-an cs.AIcs.DCcs.LGhep-ex

classification physics.data-ancs.AIcs.DCcs.LGhep-ex
keywords graphneuralnetworktrackreconstructionLHCbVELOreal-timetriggerGPUcomputingFPGAquantizationheterogeneousarchitectures
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

The paper's central claim is that a graph-neural-network track finder, ETX4VELO, can reconstruct charged-particle tracks in the upgraded LHCb vertex detector with physics performance comparable to the production 'Search by triplet' algorithm, while running entirely on GPUs inside the first-level trigger Allen. If true, it shows that machine-learned track reconstruction can be competitive in the most demanding real-time filtering environment in particle physics, rather than being strictly a costlier alternative. The paper also claims that an FPGA implementation of the pipeline's embedding MLP can deliver competitive inference throughput at lower energy per event than a GPU, pointing toward heterogeneous trigger systems. These results are established on simulated LHCb collisions and evaluated with the MonteTracko library; the FPGA throughput figures come from synthesis estimates rather than board measurements.

What carries the argument

The central object carrying the claim is the ETX4VELO pipeline, a graph-neural-network track finder. Its functional blocks are: an embedding MLP that turns VELO hit coordinates into a low-dimensional embedding; a k-nearest-neighbour graph built in that embedding space; a message-passing GNN with node and edge networks that scores whether each edge connects hits from the same particle; and a triplet classifier followed by weakly connected components that assembles the scored edges into tracks. The triplet stage is the piece that lets the pipeline separate electron tracks that share initial hits. On the GPU side, the same models are exported through ONNX and run with ONNX Runtime or TensorRT u

What would settle it

Measure the deployed pipeline on real Run 3 LHCb collisions and compare its reconstructed track multiplicity, momentum spectra, and occupancy dependence with the production 'Search by triplet' algorithm; a divergence in efficiency or false-track rate with pile-up that does not appear in the Monte Carlo evaluation would falsify the transfer of the physics-performance claim to production.

Watch

Extended reading notes

Core claim

ETX4VELO replaces the hand-crafted combinatorial search of the production VELO tracker with a learned pipeline: an MLP embeds detector hits into a Euclidean space, a k-nearest-neighbour graph connects nearby hits, a graph neural network scores each edge as genuine or fake, a triplet classifier handles electrons that share hits, and a weakly-connected-components pass groups surviving edges into tracks. Evaluated with MonteTracko on simulated proton-proton collisions, it achieves tracking efficiency, clone rate, ghost/fake rate, and hit purity comparable to 'Search by triplet' for long particles, VELO-only particles, and electrons, and runs end to end inside Allen on GPUs at throughputs the th

Load-bearing premise

The central claim assumes that the simulated Monte Carlo collisions used for training and evaluation faithfully represent real LHCb Run 3 VELO conditions—occupancy, noise, and alignment—since no validation on real collision data is presented.

Editorial extensions

If this is right

  • If the central claim holds, LHCb could run VELO track finding with a learned algorithm at the same physics quality as the production search while keeping the entire first-level trigger on GPUs.
  • The comparable electron performance suggests the pipeline can handle the shared-hit ambiguity that is specifically hard for combinatorial seeding, potentially recovering tracks that classical algorithms lose.
  • The INT8 results imply that the memory and compute cost of GNN inference can be reduced to a level compatible with the trigger without sacrificing tracking quality.
  • The FPGA results point toward heterogeneous first-level triggers in which the fixed-shape MLP embedding runs on low-power programmable logic while the data-dependent graph and tracking steps remain on GPUs.

Reading between the lines

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

  • Not tested in the paper: the same pipeline could be retrained for other LHCb subdetectors or for the HL-LHC VELO geometry; the graph-construction and GNN stages would need re-validation because occupancy and hit density change materially.
  • A straightforward testable extension: measure the FPGA implementation on the actual Alveo board, taking power and latency from counters rather than synthesis reports; the paper's power-per-event advantage is currently an estimate.
  • The sim-to-real question could be closed by running the deployed Allen code on a sample of real Run 3 collisions and comparing track-level outputs with the production algorithm; the thesis does not yet present that evidence.
  • If the scaling behavior is as reported, the approach could inform trigger design beyond LHCb, since any experiment with a pixel vertex detector and a throughput constraint faces the same combinatorial bottleneck.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

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

Referee Report

3 major / 4 minor

Summary. The thesis presents ETX4VELO, a graph-neural-network-based track reconstruction pipeline for the LHCb VELO, and claims that it reaches physics performance comparable to the production 'Search by triplet' algorithm while running end-to-end inside Allen, LHCb's first-level GPU trigger. The physics performance is evaluated with the MonteTracko framework on simulated proton-proton collisions as a function of eta, phi, pT, vz and occupancy, with the triplet-based Python pipeline as the primary comparison and parenthetical values for the C++/CUDA implementation without the triplet step. A second contribution is an FPGA implementation of the embedding MLP, with throughput, power and cost comparisons against GPUs using Vivado synthesis estimates.

Significance. If the central claims hold, this is a valuable demonstration that a GNN-based tracking pipeline can be deployed inside a real first-level trigger at the LHC collision rate, and it provides concrete evidence on the GPU/FPGA trade-off for such workloads. The manuscript has clear strengths: the evaluation uses an external production baseline, the performance metrics follow LHCb conventions via MonteTracko, the training/validation losses are shown, the ommission of the triplet step in the C++/CUDA version is reported rather than hidden, and the code is organised under a public GitLab group. These features make the work a useful reference for the FastML community. However, several load-bearing points need to be clarified or qualified before the abstract-level claims can be accepted as stated.

major comments (3)
  1. [§8.4, Tables 8.1–8.3; abstract] The headline physics-performance comparison uses the full pipeline with the triplet classifier, while the implementation inside Allen is the C++/CUDA version without the triplet step. Table 8.1–8.3 captions explicitly state that the parenthetical values 'correspond to the performance of the ETX4VELO pipeline without the triplet approach, as currently implemented in C++/CUDA and presented in Chapter 9'. Since Chapter 9 is the version that actually runs in Allen, the abstract's claim that the pipeline is implemented end-to-end inside the trigger and achieves the reported physics performance needs to be tied to this exact configuration. Please state explicitly whether the triplet classifier is part of the Allen implementation; if it is not, the central comparison must be reported for the deployed configuration, or the claim should be qualified accordingly.
  2. [§8.3.1, Figs. 8.18–8.25] All physics-performance results are obtained from simulated Monte Carlo samples (e.g., 7.6 interactions per crossing at sqrt(s)=14 TeV). No validation on Run 3 collision data is presented. The central claim that ETX4VELO is production-ready inside the LHCb trigger depends on the assumption that the simulation faithfully reproduces VELO occupancy, noise and alignment. If real-data validation is not yet possible, the manuscript should say so explicitly and discuss the expected sim-to-real transfer, rather than presenting the simulated performance without qualification.
  3. [§9.3–§9.4, Tables 9.5–9.7; §10.1–§10.3, Tables 10.2–10.7] The throughput comparisons are measured on consumer GPUs (RTX 2080 Ti, RTX 3090), not the production RTX A5000 used in Allen, so the claim that the pipeline fits the trigger budget relies on an extrapolation. In addition, the FPGA throughput and power figures come from Vivado synthesis estimates rather than on-board measurements, and the FPGA implementation covers only the embedding MLP, not the full pipeline. The secondary FPGA/GPU comparison should be scoped to the measured/synthesized component and clearly labelled as an estimate.
minor comments (4)
  1. [Abstract and §10.3] The abstract says the pipeline 'was also accelerated on the FPGA architecture'; Chapter 10 in fact implements only the embedding MLP on FPGA. Consider phrasing this as a partial acceleration with the scope stated up front.
  2. [Tables 9.5–9.6] The comparisons to '530000' and '860000' for the full Allen pipeline should state the units (events/s) and the exact hardware/conditions under which these reference numbers were obtained.
  3. [§3.4, §4.1] Typographical errors: 'competion' should be 'competition', 'byconsequence' should be 'by consequence'. There are also inconsistent spellings of 'MonteTracko' in figure captions.
  4. [§9.2] For reproducibility, give exact software versions and commit hashes or release tags for the GDL4HEP code used for the reported numbers, in addition to the dependency versions already listed.

Circularity Check

0 steps flagged · score 1.0 of 10

No material circularity: central claims rest on external benchmarks (Search by triplet, Allen, Monte Carlo truth), not on fitted parameters renamed as predictions.

full rationale

This is an empirical engineering thesis rather than a derivation from first principles, so the circularity patterns are largely inapplicable. The central physics-performance claim is a direct comparison between ETX4VELO and the production Search-by-triplet algorithm inside Allen, evaluated on simulated LHCb events with MonteTracko (Ch. 8, Tables 8.1–8.3, Figs. 8.18–8.25). The GNN is trained on simulation truth with separate validation losses (Figs. 8.15–8.17), and the baseline is external production code, so the comparison does not reduce to the training data or to the thesis's own definitions. Throughput claims are measured against the full Allen VELO pipeline on specified GPUs (Tables 9.5–9.6), and the FPGA numbers are synthesis-based estimates on Alveo cards (Tables 10.2–10.7). The self-citations to the author's JINST [8] and NEWCAS [13] papers reproduce the same empirical measurements, but they are not load-bearing in a circular way because the evidence is externally falsifiable against the production algorithm and simulation truth. One non-circular consistency caveat is present: the parenthetical values in Table 8.1 show that the C++/CUDA Allen implementation omits the triplet classifier, so the strongest parity claim applies to the full Python pipeline rather than the deployed Allen version; this is a correctness/scope risk, not a circularity.

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

All load-bearing degrees of freedom are engineering choices of an ML pipeline: graph construction parameters, score thresholds, model sizes, and quantization or precision settings. The pipeline introduces no new physical entities and no new physics axioms beyond background physics. The entire results chain depends on simulation fidelity, the standard LHCb Monte Carlo, and synthesis-based estimates on the FPGA side, which is why those appear as domain assumptions.

free parameters (5)
  • k-NN neighborhood size k
    Used for the rough graph construction (Section 8.3.2); chosen by hand, controls graph density, physics performance, and inference cost.
  • Edge and triplet score thresholds
    Operating points behind the efficiency and fake-rate numbers in Tables 8.1 to 8.3 and Figures 8.18 to 8.25; threshold sensitivity is not shown, so the comparison rests on these choices.
  • Embedding MLP and GNN architecture sizes
    Reduced 'down to the minimum size possible, while keeping the physics performance within acceptable levels' (Figure 9.2 caption); a hand-guided tradeoff between physics performance and throughput.
  • INT8 quantization scales (PTQ) = calibrated on a representative sample
    Section 9.2.5: quantization scales are fitted on a calibration dataset during post-training quantization; the performance delta is reported in Table 9.4.
  • FPGA fixed-point precisions ap_fixed<a,b> = 8-bit and 16-bit variants
    Section 10.1.4 and Tables 10.5 to 10.7: bit widths chosen after the tolerance study in Figure 10.4; they set resource usage and the reported throughput and power figures.
assumptions (5)
  • domain assumption Monte Carlo simulation truth correctly labels which detector hits belong to the same particle, and the simulated VELO response matches the real detector.
    Invoked in Section 8.3.1 (Datasets) and used through MonteTracko for all physics performance claims; the quoted conditions (7.6 interactions per crossing, sqrt(s)=14 TeV, Figure 7.4) are simulation conditions. No real-data validation appears in the visible text.
  • domain assumption Supervised training on simulated pp samples transfers to the pile-up and occupancy conditions of the trigger deployment.
    The training process (Section 8.3.6) and occupancy scaling studies (Figures 9.11 to 9.13) assume the trained model and measured throughput hold at production occupancies without retraining or degradation beyond what is reported.
  • domain assumption The production Allen framework and its Search by triplet implementation provide an accurate baseline for the classical tracking comparison.
    Tables 8.1 to 8.3 and Figures 8.18 to 8.25 compare against Allen's implementation as ground truth for classical tracking; no independent re-implementation is provided.
  • standard math Standard ML and HPC background (backpropagation, SGD, message passing, Amdahl's law, CUDA semantics) is applicable as presented.
    Chapters 4 and 5 are pedagogical background; the results rely on these standard tools without re-derivation.
  • domain assumption Vivado HLS synthesis estimates of clock period, latency, and resource utilization are reliable proxies for on-board FPGA performance.
    Tables 10.2 to 10.7 report FPGA throughput and power from synthesis, and Table 10.7 is explicitly labeled as 'theoretical performance' for the Alveo implementations, whereas GPU figures are measured; a common measurement basis is not established.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Real-Time Analysis of Unstructured Data with Machine Learning on Heterogeneous Architectures." pith.science (2026). https://pith.science/paper/JGHTBH44

@misc{pith2026250807423,
  author       = {Pith},
  title        = {Pith review of: Real-Time Analysis of Unstructured Data with Machine Learning on Heterogeneous Architectures},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/JGHTBH44}},
  note         = {Machine review of arXiv:2508.07423}
}
read the original abstract

As the particle physics community needs higher and higher precisions in order to test our current model of the subatomic world, larger and larger datasets are necessary. With upgrades scheduled for the detectors of colliding-beam experiments around the world, and specifically at the Large Hadron Collider at CERN, more collisions and more complex interactions are expected. This directly implies an increase in data produced and consequently in the computational resources needed to process them. At CERN, the amount of data produced is gargantuan. This is why the data have to be heavily filtered and selected in real time before being permanently stored. This data can then be used to perform physics analyses, in order to expand our current understanding of the universe and improve the Standard Model of physics. This real-time filtering, known as triggering, involves complex processing happening often at frequencies as high as 40 MHz. This thesis contributes to understanding how machine learning models can be efficiently deployed in such environments, in order to maximize throughput and minimize energy consumption. Inevitably, modern hardware designed for such tasks and contemporary algorithms are needed in order to meet the challenges posed by the stringent, high-frequency data rates. In this work, I present our graph neural network-based pipeline, developed for charged particle track reconstruction at the LHCb experiment at CERN. The pipeline was implemented end-to-end inside LHCb's first-level trigger, entirely on GPUs. Its performance was compared against the classical tracking algorithms currently in production at LHCb. The pipeline was also accelerated on the FPGA architecture, and its performance in terms of power consumption and processing speed was compared against the GPU implementation.

Figures

Figures reproduced from arXiv: 2508.07423 by the authors.

Figure 2.1
Figure 2.1. Comparison of the streaming data rates (in bytes per second) versus [PITH_FULL_IMAGE:figures/full_fig_p048_2_1.png] view at source ↗
Figure 2.2
Figure 2.2. Plan for the LHC/High-Luminosity LHC (updated in January 2025). Figure from [ [PITH_FULL_IMAGE:figures/full_fig_p051_2_2.png] view at source ↗
Figure 2.3
Figure 2.3. LHCb luminosity results over the various data-taking periods at the LHC. [PITH_FULL_IMAGE:figures/full_fig_p052_2_3.png] view at source ↗
Figures from the paper (99 more)
Figure 2.4
Figure 2.4. Figure 2.4: The evolution of the data bandwidth as a function of time for past and [PITH_FULL_IMAGE:figures/full_fig_p053_2_4.png]
Figure 2.6
Figure 2.6. Figure 2.6: LHC / HL-LHC Plan (updated in February 2022). Taken from [ [PITH_FULL_IMAGE:figures/full_fig_p054_2_6.png]
Figure 2.7
Figure 2.7. Figure 2.7: Projected evolution of ATLAS compute usage from 2020 until 2036, under two R&D scenarios. The Figure 2.5: Projected evolution of the ATLAS compute usage from 2020 unt [PITH_FULL_IMAGE:figures/full_fig_p054_2_7.png]
Figure 3.1
Figure 3.1. Figure 3.1: A cylindrical coordinate system defined by an origin [PITH_FULL_IMAGE:figures/full_fig_p061_3_1.png]
Figure 3.2
Figure 3.2. Figure 3.2: The polar (𝜃) and azimuthal (𝜑) angles. Adapted from [101]. 𝐿 𝑀 𝑁 = →↑ 𝑂 = 180↓ 𝑁 = →2.44 𝑂 = 170↓ 𝑁 = →1.32 𝑂 = 150↓ 𝑁 = →0.88 𝑂 = 135↓ 𝑁 = →0.55 𝑂 = 120↓ 𝑁 = 0 𝑂 = 90↓ 𝑁 = 0.55 𝑂 = 60↓ 𝑁 = 0.88 𝑂 = 45↓ 𝑁 = 1.32 𝑂 = 30↓ 𝑁 = 2.43 𝑂 = 10↓ 𝑂 𝑂 = 0↓ 𝑁 = +↑ [PITH_FULL_I…
Figure 3.3
Figure 3.3. Figure 3.3: Values of pseudorapidity 𝜂 versus polar angle 𝜃. Figure from [103] [PITH_FULL_IMAGE:figures/full_fig_p062_3_3.png]
Figure 3.4
Figure 3.4. Figure 3.4: Illustration of beam bunching utilized at the Large Hadron Collider at [PITH_FULL_IMAGE:figures/full_fig_p063_3_4.png]
Figure 3.5
Figure 3.5. Figure 3.5: Illustration of Primary Vertices (PVs) and Secondary Vertices (SVs) [PITH_FULL_IMAGE:figures/full_fig_p064_3_5.png]
Figure 3.6
Figure 3.6. Figure 3.6: A projectile scattering off a target particle. The impact parameter [PITH_FULL_IMAGE:figures/full_fig_p066_3_6.png]
Figure 3.7
Figure 3.7. Figure 3.7: The Standard Model of elementary particles including twelve fundamental [PITH_FULL_IMAGE:figures/full_fig_p068_3_7.png]
Figure 4.1
Figure 4.1. Figure 4.1: Euler diagram of AI and its subfields as relevant to this thesis. The term machine learning is be￾lieved to have been coined by Arthur Samuel in 1959 for his work on pro￾gramming a computer to play check￾ers [131]. In general, AI is considered as a more general term …
Figure 4.2
Figure 4.2. Figure 4.2: Example of different representations: Suppose we want to separate [PITH_FULL_IMAGE:figures/full_fig_p074_4_2.png]
Figure 4.3
Figure 4.3. Figure 4.3: Examples of underfitting and overfitting on a synthetically generated [PITH_FULL_IMAGE:figures/full_fig_p080_4_3.png]
Figure 4.4
Figure 4.4. Figure 4.4: Illustration of a deep feedforward neural network, highlighting its input, [PITH_FULL_IMAGE:figures/full_fig_p081_4_4.png]
Figure 4.5
Figure 4.5. Figure 4.5: The operations between the input and the first hidden layer. Weights are [PITH_FULL_IMAGE:figures/full_fig_p082_4_5.png]
Figure 4.6
Figure 4.6. Figure 4.6: Popular activation functions. 𝑦 = 𝑓NN(x) = 𝑓𝑘 ( 𝒇 𝑘−1 (· · · 𝒇 2 ( 𝒇 1 (x)))) , (4.26) where 𝒇𝑙 , for the layer index 𝑙 = 1, ..., 𝑘 − 1, are functions with vector output of the form: 𝒇𝑙 (z) = gl(W𝑙z + b𝑙) , (4.27) where W𝑙 are the weights between layers 𝑙 and 𝑙 − 1, …
Figure 4.7
Figure 4.7. Figure 4.7: Illustration of gradient descent in a two-dimensional parameter space. [PITH_FULL_IMAGE:figures/full_fig_p085_4_7.png]
Figure 4.8
Figure 4.8. Figure 4.8: Illustration of the process of convolving a filter across an image using a [PITH_FULL_IMAGE:figures/full_fig_p087_4_8.png]
Figure 4.9
Figure 4.9. Figure 4.9: The architecture of LeNet-5, a convolutional neural network for digits recognition, as depicted in the original paper [ [PITH_FULL_IMAGE:figures/full_fig_p089_4_9.png]
Figure 4.10
Figure 4.10. Figure 4.10: A directed graph with eight vertices and seven edges. 3 8 1 7 6 5 2 4 [PITH_FULL_IMAGE:figures/full_fig_p090_4_10.png]
Figure 4.12
Figure 4.12. Figure 4.12: Illustration of the process of message passing. Every node defines [PITH_FULL_IMAGE:figures/full_fig_p091_4_12.png]
Figure 4.13
Figure 4.13. Figure 4.13: Illustration of the process of symmetric quantization. The scale is [PITH_FULL_IMAGE:figures/full_fig_p093_4_13.png]
Figure 5.1
Figure 5.1. Figure 5.1: Demonstration of Amdahl’s law for the theoretical maximum speedup of [PITH_FULL_IMAGE:figures/full_fig_p097_5_1.png]
Figure 5.2
Figure 5.2. Figure 5.2: Historical evolution of microprocessor clock rates from 1980 to 2012, [PITH_FULL_IMAGE:figures/full_fig_p098_5_2.png]
Figure 5.3
Figure 5.3. Figure 5.3: Flynn’s Taxonomy. (a) Single Instruction Stream, Single Data Stream (SISD), (b) Single Instruction Stream, Multiple Data Stream (SIMD), (c) Multiple Instruction Stream, Single Data Stream (MISD), (d) Multiple Instruction Stream, Multiple Data Stream (MIMD). The instr…
Figure 5.4
Figure 5.4. Figure 5.4: CUDA thread and memory hierarchy. Figure from [ [PITH_FULL_IMAGE:figures/full_fig_p103_5_4.png]
Figure 5.5
Figure 5.5. Figure 5.5: Illustration of the memory hierarchy for a Single Instruction, Multiple [PITH_FULL_IMAGE:figures/full_fig_p104_5_5.png]
Figure 5.6
Figure 5.6. Figure 5.6: Comparison of the allocation of resources between a CPU and a GPU. [PITH_FULL_IMAGE:figures/full_fig_p105_5_6.png]
Figure 5.7
Figure 5.7. Figure 5.7: Illustration of heterogeneous programming using the CUDA programming [PITH_FULL_IMAGE:figures/full_fig_p107_5_7.png]
Figure 5.8
Figure 5.8. Figure 5.8: Illustration of the structure of an FPGA, highlighting its three fundamental [PITH_FULL_IMAGE:figures/full_fig_p109_5_8.png]
Figure 5.9
Figure 5.9. Figure 5.9: Block diagram illustration of a System on a Chip (SoC) FPGA, highlight [PITH_FULL_IMAGE:figures/full_fig_p109_5_9.png]
Figure 5.10
Figure 5.10. Figure 5.10: Illustration of a comparison of different processor architectures based [PITH_FULL_IMAGE:figures/full_fig_p111_5_10.png]
Figure 6.1
Figure 6.1. Figure 6.1: Aerial view of the European Organization for Nuclear Research (CERN), [PITH_FULL_IMAGE:figures/full_fig_p113_6_1.png]
Figure 6.2
Figure 6.2. Figure 6.2: Sketch of the LHC showing its accelerator ring with two beam pipes [PITH_FULL_IMAGE:figures/full_fig_p114_6_2.png]
Figure 6.3
Figure 6.3. Figure 6.3: The CERN accelerator complex during Run 2. Figure from [ [PITH_FULL_IMAGE:figures/full_fig_p115_6_3.png]
Figure 6.4
Figure 6.4. Figure 6.4: Layout of the upgraded LHCb detector. Figure from [ [PITH_FULL_IMAGE:figures/full_fig_p117_6_4.png]
Figure 6.5
Figure 6.5. Figure 6.5: Upgrade VELO module layout, with the LHCb acceptance highlighted. [PITH_FULL_IMAGE:figures/full_fig_p118_6_5.png]
Figure 6.6
Figure 6.6. Figure 6.6: Left: Schematic top view of the 𝑧-𝑥 plane at 𝑦 = 0, illustrating the 𝑧-extent of the luminous region and the nominal LHCb pseudorapidity acceptance, 2 < 𝜂 < 5. Right: Schematic of the nominal sensor layout around the 𝑧-axis in the closed VELO configuration. Half of t…
Figure 22
Figure 22. Figure 22: (left) Resolution in the x direction for small angles ✓y. (right) Absolute measurement Figure 6.7: Dependence of hit resolution on the track polar angle. Left: Single hit [PITH_FULL_IMAGE:figures/full_fig_p120_22.png]
Figure 17
Figure 17. Figure 17: Percentage of a radiation length (between the origin and Figure 6.8: Left: Percentage of radiation length (betwe [PITH_FULL_IMAGE:figures/full_fig_p121_17.png]
Figure 6.9
Figure 6.9. Figure 6.9: Upgraded LHCb online system. All system components are connected to [PITH_FULL_IMAGE:figures/full_fig_p122_6_9.png]
Figure 6.10
Figure 6.10. Figure 6.10: Upgraded LHCb online system with three GPUs running HLT1 on the [PITH_FULL_IMAGE:figures/full_fig_p123_6_10.png]
Figure 6.11
Figure 6.11. Figure 6.11: Illustration of the simulation process inside LHCb. Generated with [ [PITH_FULL_IMAGE:figures/full_fig_p124_6_11.png]
Figure 6.12
Figure 6.12. Figure 6.12: Production rates estimates for various Standard Model processes at the [PITH_FULL_IMAGE:figures/full_fig_p125_6_12.png]
Figure 6.13
Figure 6.13. Figure 6.13: Illustration of a 𝐵 + → 𝐽/𝜓𝐾+ candidate event in LHCb data, high￾lighting the tracks, primary and secondary vertices, and the impact parameter of the antimuon track. Figure from [228]. is only achievable through a software-based trigger system operating on a detecto…
Figure 6
Figure 6. Figure 6: LHCb Run 2 (left) and upgrade (right) online dataflow diagrams in a compact format. Figure 6.14: LHCb trigger diagram for Run 3. Figure from [PITH_FULL_IMAGE:figures/full_fig_p127_6.png]
Figure 6.15
Figure 6.15. Figure 6.15: LHCb upgrade dataflow focusing on the real-time aspects. Figure [PITH_FULL_IMAGE:figures/full_fig_p129_6_15.png]
Figure 6.16
Figure 6.16. Figure 6.16: Illustration of the LHCb trigger computing model. The same re [PITH_FULL_IMAGE:figures/full_fig_p130_6_16.png]
Figure 6.17
Figure 6.17. Figure 6.17: Schematic of the HLT1 reconstruction at LHCb. Figure from [ [PITH_FULL_IMAGE:figures/full_fig_p131_6_17.png]
Figure 6
Figure 6. Figure 6: Velo tracking e!ciency as a function of momentum and transverse momentum (pT ). [8] 2.2 Primary Vertex finding One of the physics requirement in HLT1 is to reconstruct all primary vertices (PVs) from proton-proton collisions. VELO tracks can be extrapolated as straight…
Figure 6.18
Figure 6.18. Figure 6.18: Breakdown of the default HLT1 reconstruction sequence published [PITH_FULL_IMAGE:figures/full_fig_p132_6_18.png]
Figure 7.1
Figure 7.1. Figure 7.1: Cloud chamber photograph of the first positron ever observed. The thick [PITH_FULL_IMAGE:figures/full_fig_p136_7_1.png]
Figure 7.2
Figure 7.2. Figure 7.2: Depiction of the track types in the LHCb detector during Run 3. Figure [PITH_FULL_IMAGE:figures/full_fig_p137_7_2.png]
Figure 7.3
Figure 7.3. Figure 7.3: Examples of pixels being activated due to the passage of charged particles [PITH_FULL_IMAGE:figures/full_fig_p140_7_3.png]
Figure 25
Figure 25. Figure 25: Number of VELO hits per track (at Figure 25: Number of VELO hits per track (at [PITH_FULL_IMAGE:figures/full_fig_p141_25.png]
Figure 7.5
Figure 7.5. Figure 7.5: Search by triplet [26], used for tracking in the VELO. It comprises iterative seeding and following stages, where modules are considered from right to left. (a) Seeding stage: For the hit 𝑐0, four candidate hits 𝑐0𝑎, 𝑐0𝑏, 𝑐0𝑐, and 𝑐0𝑑 are considered in the neighborin…
Figure 7.6
Figure 7.6. Figure 7.6: VELO tracking efficiency as a function of [PITH_FULL_IMAGE:figures/full_fig_p144_7_6.png]
Figure 8.1
Figure 8.1. Figure 8.1: Illustration of the process of moving from hits in the detector to the “rough” graph of the event. Colored hits correspond to [PITH_FULL_IMAGE:figures/full_fig_p151_8_1.png]
Figure 8.2
Figure 8.2. Figure 8.2: The process of graph construction for simulated LHCb data in the VELO [PITH_FULL_IMAGE:figures/full_fig_p152_8_2.png]
Figure 8.3
Figure 8.3. Figure 8.3: Illustration of the process of moving from the event graph to the reconstructed tracks of the event. Colored hits correspond to [PITH_FULL_IMAGE:figures/full_fig_p153_8_3.png]
Figure 8.5
Figure 8.5. Figure 8.5: Evaluation of the early version of the ETX4VELO pipeline with the MonteTracko library, with a minimum track length of [PITH_FULL_IMAGE:figures/full_fig_p156_8_5.png]
Figure 8.6
Figure 8.6. Figure 8.6: The percentage of particles versus the number of shared hits they have, [PITH_FULL_IMAGE:figures/full_fig_p157_8_6.png]
Figure 8.7
Figure 8.7. Figure 8.7: Example of 2 electrons (in red and purple) sharing their first hit (in black) [PITH_FULL_IMAGE:figures/full_fig_p158_8_7.png]
Figure 8.8
Figure 8.8. Figure 8.8: Example of 2 electrons (in red and purple) sharing their first five hits (in [PITH_FULL_IMAGE:figures/full_fig_p158_8_8.png]
Figure 8.9
Figure 8.9. Figure 8.9: Illustration of the process of moving from hit–hit connections to edge– [PITH_FULL_IMAGE:figures/full_fig_p159_8_9.png]
Figure 8.10
Figure 8.10. Figure 8.10: Schematic of the encoding step. The hit coordinates are processed [PITH_FULL_IMAGE:figures/full_fig_p163_8_10.png]
Figure 8.11
Figure 8.11. Figure 8.11: Schematic of the message passing step. The hit encodings are updated by [PITH_FULL_IMAGE:figures/full_fig_p163_8_11.png]
Figure 8.12
Figure 8.12. Figure 8.12: Schematic of the classification step. The final edge encodings are used [PITH_FULL_IMAGE:figures/full_fig_p164_8_12.png]
Figure 8.13
Figure 8.13. Figure 8.13: Visual representation of the three triplet configurations in the edge graph: [PITH_FULL_IMAGE:figures/full_fig_p166_8_13.png]
Figure 8.14
Figure 8.14. Figure 8.14: The architecture of the embedding network used for the physics [PITH_FULL_IMAGE:figures/full_fig_p167_8_14.png]
Figure 8.15
Figure 8.15. Figure 8.15: Training and validation losses for the Embedding MLP used for the [PITH_FULL_IMAGE:figures/full_fig_p167_8_15.png]
Figure 8.16
Figure 8.16. Figure 8.16: Training and validation losses for the GNN ending with the edge [PITH_FULL_IMAGE:figures/full_fig_p168_8_16.png]
Figure 8.17
Figure 8.17. Figure 8.17: Training and validation losses for the GNN ending with the triplet [PITH_FULL_IMAGE:figures/full_fig_p168_8_17.png]
Figure 8.18
Figure 8.18. Figure 8.18: Comparison of ETX4VELO and Search by triplet in Allen, as a function [PITH_FULL_IMAGE:figures/full_fig_p170_8_18.png]
Figure 8.19
Figure 8.19. Figure 8.19: Comparison of ETX4VELO and Search by triplet in Allen, as a function [PITH_FULL_IMAGE:figures/full_fig_p170_8_19.png]
Figure 8.20
Figure 8.20. Figure 8.20: Comparison of ETX4VELO and Search by triplet in Allen, as a function [PITH_FULL_IMAGE:figures/full_fig_p171_8_20.png]
Figure 8.21
Figure 8.21. Figure 8.21: Comparison of ETX4VELO and Search by triplet in Allen, as a function [PITH_FULL_IMAGE:figures/full_fig_p171_8_21.png]
Figure 8.22
Figure 8.22. Figure 8.22: Comparison of ETX4VELO and Search by triplet in Allen, as a function [PITH_FULL_IMAGE:figures/full_fig_p171_8_22.png]
Figure 8.23
Figure 8.23. Figure 8.23: Comparison of ETX4VELO and Search by triplet in Allen, as a function [PITH_FULL_IMAGE:figures/full_fig_p172_8_23.png]
Figure 8.24
Figure 8.24. Figure 8.24: Track-finding performance comparison of Search by triplet in Allen [PITH_FULL_IMAGE:figures/full_fig_p172_8_24.png]
Figure 8.25
Figure 8.25. Figure 8.25: Fake rate comparison of Search by triplet in Allen versus ETX4VELO [PITH_FULL_IMAGE:figures/full_fig_p173_8_25.png]
Figure 9.1
Figure 9.1. Figure 9.1: The process of passing the ETX4VELO models from the Python to the [PITH_FULL_IMAGE:figures/full_fig_p177_9_1.png]
Figure 9.2
Figure 9.2. Figure 9.2: Starting from the original Exa.TrkX model architectures, the ETX4VELO [PITH_FULL_IMAGE:figures/full_fig_p180_9_2.png]
Figure 9.3
Figure 9.3. Figure 9.3: Illustration of combining and storing various points in 3-dimensional [PITH_FULL_IMAGE:figures/full_fig_p181_9_3.png]
Figure 9.4
Figure 9.4. Figure 9.4: The conventional two-level parallelization scheme used in Allen. Events [PITH_FULL_IMAGE:figures/full_fig_p181_9_4.png]
Figure 9.5
Figure 9.5. Figure 9.5: The process of deploying ML models trained in PyTorch on an Nvidia [PITH_FULL_IMAGE:figures/full_fig_p183_9_5.png]
Figure 9.6
Figure 9.6. Figure 9.6: Illustration of the function of ONNX Runtime for different training [PITH_FULL_IMAGE:figures/full_fig_p183_9_6.png]
Figure 9.7
Figure 9.7. Figure 9.7: The process of executing an ONNX exported model using ONNX [PITH_FULL_IMAGE:figures/full_fig_p184_9_7.png]
Figure 9.8
Figure 9.8. Figure 9.8: The different LHCb events are batched together and passed on to the [PITH_FULL_IMAGE:figures/full_fig_p184_9_8.png]
Figure 9.9
Figure 9.9. Figure 9.9: Illustration of the process of performing Post-Training Quantization [PITH_FULL_IMAGE:figures/full_fig_p187_9_9.png]
Figure 9.10
Figure 9.10. Figure 9.10: Throughput comparison of track reconstruction in the VELO on an [PITH_FULL_IMAGE:figures/full_fig_p190_9_10.png]
Figure 9.11
Figure 9.11. Figure 9.11: Comparison of the scaling of the throughput as a function of occupancy [PITH_FULL_IMAGE:figures/full_fig_p192_9_11.png]
Figure 9.12
Figure 9.12. Figure 9.12: Comparison of the ETX4VELO throughput as a function of occupancy [PITH_FULL_IMAGE:figures/full_fig_p193_9_12.png]
Figure 9.13
Figure 9.13. Figure 9.13: Comparison of the ETX4VELO throughput as a function of occupancy [PITH_FULL_IMAGE:figures/full_fig_p193_9_13.png]
Figure 10.1
Figure 10.1. Figure 10.1: Illustration of the process of converting an ML model trained in PyTorch [PITH_FULL_IMAGE:figures/full_fig_p200_10_1.png]
Figure 10.2
Figure 10.2. Figure 10.2: Block diagram of the Zynq-7000 family, highlighting the processing [PITH_FULL_IMAGE:figures/full_fig_p201_10_2.png]
Figure 10.3
Figure 10.3. Figure 10.3: Setup of the PYNQ-Z2 board. 1: The board is set to be booted from [PITH_FULL_IMAGE:figures/full_fig_p202_10_3.png]
Figure 10.4
Figure 10.4. Figure 10.4: Percentage of values predicted, using the untuned, compiled HLS [PITH_FULL_IMAGE:figures/full_fig_p205_10_4.png]
Figure 10.5
Figure 10.5. Figure 10.5: Comparison between the FPGA and GPU ML model inference latency [PITH_FULL_IMAGE:figures/full_fig_p207_10_5.png]

Discussion (0). Sign in to comment.

Reference graph

Works this paper leans on

295 extracted references · 46 canonical work pages

  1. [2]

    url:https://www.smarthep.org/

    SMARTHEP.SMARTHEP: Real-Time Analysis for Science and Industry. url:https://www.smarthep.org/

  2. [3]

    SMARTHEP.ESR5.url: https://www.smarthep.org/positions/ esr5/

  3. [4]

    Ximantis.Ximantis: The Future of Traffic Technologies.url:https:// ximantis.com/

  4. [5]

    GDL4HEP.GeometricDeepLearningforHighEnergyPhysics.url: https: //gitlab.cern.ch/gdl4hep

  5. [6]

    FotisI.GiasemisandAlexandrosSopasakis.LearningTrafficAnomaliesfrom Generative Models on Real-Time Observations. Feb. 2025.doi:10.48550/ arXiv.2502.01391.url:http://arxiv.org/abs/2502.01391

  6. [7]

    June 2025.doi: 10.48550/arXiv.2506.14578 .url: http://arxiv

    SMARTHEP Network.Review of Machine Learning for Real-Time Analysis at the Large Hadron Collider Experiments ALICE, ATLAS, CMS and LHCb. June 2025.doi: 10.48550/arXiv.2506.14578 .url: http://arxiv. org/abs/2506.14578

  7. [8]

    Graph Neural Network-Based Track Finding in the LHCb Vertex Detector

    Anthony Correia et al. “Graph Neural Network-Based Track Finding in the LHCb Vertex Detector”. In:Journal of Instrumentation19.12 (Dec. 2024), P12022.issn:1748-0221.doi: 10.1088/1748-0221/19/12/P12022.url: https://dx.doi.org/10.1088/1748-0221/19/12/P12022

  8. [9]

    Anthony Correia.CTD 2023: High-Throughout GNN Track Reconstruction at LHCb. Oct. 2023.url:https://indico.cern.ch/event/1252748/ contributions/5521484/

Show all 295 references
  1. [10]

    Graph Neural Network-Based Pipeline for Track Finding in the VELO at LHCb

    Anthony Correia et al. “Graph Neural Network-Based Pipeline for Track Finding in the VELO at LHCb”. In:Connecting The Dots 2023 (CTD 2023). Oct. 2023, PROC–CTD2023–34.url:https://arxiv.org/abs/2406. 12869

  2. [11]

    Giasemis.ICHEP 2024: High-Throughput GNN-Based Track Recon- struction on GPUs at LHCb

    Fotis I. Giasemis.ICHEP 2024: High-Throughput GNN-Based Track Recon- struction on GPUs at LHCb. July 2024.url:https://indico.cern.ch/ event/1291157/contributions/5889611/. 183 184BIBLIOGRAPHY

  3. [12]

    Giasemis.ML4Jets 2024: High-Throughput GNN-Based Track Re- construction on GPUs at LHCb

    Fotis I. Giasemis.ML4Jets 2024: High-Throughput GNN-Based Track Re- construction on GPUs at LHCb. Nov. 2024.url:https://indico.cern. ch/event/1386125/contributions/6161423/

  4. [13]

    FotisI.Giasemisetal.ComparativeAnalysisofFPGAandGPUPerformance for Machine Learning-Based Track Reconstruction at LHCb. Feb. 2025.doi: 10.48550/arXiv.2502.02304 .url: http://arxiv.org/abs/2502. 02304

  5. [14]

    Giasemis.ML4Jets 2025: Comparative Analysis of FPGA and GPU Performance for Machine Learning-Based Track Reconstruction at LHCb

    Fotis I. Giasemis.ML4Jets 2025: Comparative Analysis of FPGA and GPU Performance for Machine Learning-Based Track Reconstruction at LHCb. Aug. 2025.url: https://indico.cern.ch/event/1526677/ contributions/6530929/

  6. [15]

    Giasemis.JRJC 2023: Graph Neural Network for Track Finding at LHCb

    Fotis I. Giasemis.JRJC 2023: Graph Neural Network for Track Finding at LHCb. Oct. 2023.url:https://indico.in2p3.fr/event/30000/ contributions/128744/

  7. [16]

    Graph Neural Network for Track Finding at LHCb

    Fotis I. Giasemis et al. “Graph Neural Network for Track Finding at LHCb”. In:JournéesdeRencontresJeunesChercheurs2023(JRJC2023).June2024, PROC–JRJC2023–27.url:https://hal.science/hal-04609124

  8. [17]

    Giasemis.Co-Processor Meeting: Comparative Analysis of FPGA and GPU Performance for Machine Learning-Based Track Reconstruction at LHCb

    Fotis I. Giasemis.Co-Processor Meeting: Comparative Analysis of FPGA and GPU Performance for Machine Learning-Based Track Reconstruction at LHCb. Feb. 2025.url:https://indico.cern.ch/event/1513431/

  9. [18]

    Allen: A High-Level Trigger on GPUs for LHCb

    Roel Aaij et al. “Allen: A High-Level Trigger on GPUs for LHCb”. In: Computing and Software for Big Science4.1 (Apr. 2020), p. 7.issn: 2510- 2044.doi: 10.1007/s41781-020-00039-7 .url: https://doi.org/ 10.1007/s41781-020-00039-7

  10. [19]

    2020.doi: 10

    LHCb Collaboration.LHCb Upgrade GPU High Level Trigger Technical Design Report. 2020.doi: 10 . 17181 / CERN . QDVA . 5PIR.url: https : //cds.cern.ch/record/2717938

  11. [20]

    ALICE HLT High Speed Tracking on GPU

    Sergey Gorbunov et al. “ALICE HLT High Speed Tracking on GPU”. In:IEEE Transactions on Nuclear Science58.4 (Aug. 2011), pp. 1845– 1851.issn: 1558-1578.doi: 10.1109/TNS.2011.2157702.url: https: //ieeexplore.ieee.org/document/5934702

  12. [21]

    GPU Accelerated Track Reconstruction in the ALICE High Level Trigger

    David Rohr, Sergey Gorbunov, and Volker Lindenstruth. “GPU Accelerated Track Reconstruction in the ALICE High Level Trigger”. In:Journal of Physics: Conference Series898.3 (Oct. 2017), p. 032030.issn: 1742-6596. doi: 10.1088/1742-6596/898/3/032030.url: https://dx.doi.org/ 10.1...

  13. [23]

    2017.doi:10.17181/CERN.2LBB.4IAL.url: https://cds.cern.ch/record/2285584

    ATLAS Collaboration.Technical Design Report for the Phase-II Upgrade of the ATLAS TDAQ System. 2017.doi:10.17181/CERN.2LBB.4IAL.url: https://cds.cern.ch/record/2285584

  14. [24]

    CMS Collaboration.The Phase-2 Upgrade of the CMS Data Acquisition and HighLevelTrigger.2021.url: https://cds.cern.ch/record/2759072

  15. [25]

    url:https://cds.cern.ch/record/2714892

    CMSCollaboration.ThePhase-2UpgradeoftheCMSLevel-1Trigger.2020. url:https://cds.cern.ch/record/2714892

  16. [26]

    Search by Triplet: An Efficient Local Track Reconstruction Algorithm for Parallel Architectures

    Daniel Hugo Cámpora Pérez, Niko Neufeld, and Agustín Riscos Núñez. “Search by Triplet: An Efficient Local Track Reconstruction Algorithm for Parallel Architectures”. In:Journal of Computational Science54 (Sept. 2021), p. 101422.issn: 1877-7503.doi:10.1016/j.jocs.2021.101422. u...

  17. [27]

    Kaz Sato and Cliff Young.An In-Depth Look at Google’s First Tensor Processing Unit. Mar. 2017.url:https://cloud.google.com/blog/ products/ai-machine-learning/an-in-depth-look-at-googles- first-tensor-processing-unit-tpu

  18. [28]

    NVIDIATensorCoreProgrammability,Performance & Precision

    StefanoMarkidisetal.“NVIDIATensorCoreProgrammability,Performance & Precision”. In:2018 IEEE International Parallel and Distributed Pro- cessing Symposium Workshops (IPDPSW). May 2018, pp. 522–531.doi: 10.1109/IPDPSW.2018.00091 .url: http://arxiv.org/abs/1803. 04014

  19. [29]

    TrackML : A Tracking Machine Learning Challenge

    Tobias Golling et al. “TrackML : A Tracking Machine Learning Challenge”. In:Proceedings of The 39th International Conference on High Energy Physics — PoS(ICHEP2018). Vol. 340. Aug. 2019, p. 159.url:https: //pos.sissa.it/340/159

  20. [30]

    TrackML: A High Energy Physics Particle Tracking Challenge

    Polo Calafiura et al. “TrackML: A High Energy Physics Particle Tracking Challenge”. In:2018 IEEE 14th International Conference on e-Science (e- Science). Oct. 2018, pp. 344–344.doi:10.1109/eScience.2018.00088. url:https://ieeexplore.ieee.org/document/8588707

  21. [31]

    The Tracking Machine Learning Challenge: Ac- curacy Phase

    Sabrina Amrouche et al. “The Tracking Machine Learning Challenge: Ac- curacy Phase”. In:The NeurIPS 2018 Competition. Springer International Publishing, Nov. 2019, pp. 231–264.doi:10.1007/978-3-030-29135- 8_9. arXiv:1904.06778 [hep-ex]. 186BIBLIOGRAPHY

  22. [32]

    The Tracking Machine Learning Challenge: Throughput Phase

    Sabrina Amrouche et al. “The Tracking Machine Learning Challenge: Throughput Phase”. In:Computing and Software for Big Science7.1 (Feb. 2023), p. 1.issn: 2510-2044.doi:10.1007/s41781-023-00094-w.url: https://doi.org/10.1007/s41781-023-00094-w

  23. [33]

    June 2020.doi:10.48550/arXiv.2007.00149

    Nicholas Choma et al.Track Seeding and Labelling with Embedded-Space Graph Neural Networks. June 2020.doi:10.48550/arXiv.2007.00149. url:http://arxiv.org/abs/2007.00149

  24. [34]

    Novel Fully-Heterogeneous GNN Designs for Track Reconstruction at the HL-LHC

    Sylvain Caillou et al. “Novel Fully-Heterogeneous GNN Designs for Track Reconstruction at the HL-LHC”. In:EPJ Web of Conferences295 (2024), p. 09028.issn: 2100-014X.doi: 10.1051/epjconf/202429509028.url: https : / / www . epj - conferences . org / articles / epjconf / abs / 20...

  25. [35]

    Exa.TrkX.The Exa.TrkX Project.url:https://github.com/exatrkx

  26. [36]

    PerformanceofaGeometricDeepLearningPipelinefor HL-LHCParticleTracking

    XiangyangJuetal.“PerformanceofaGeometricDeepLearningPipelinefor HL-LHCParticleTracking”.In:TheEuropeanPhysicalJournalC81.10(Oct. 2021),p.876.issn:1434-6052.doi: 10.1140/epjc/s10052-021-09675- 8.url:https://doi.org/10.1140/epjc/s10052-021-09675-8

  27. [37]

    Hermann Kopetz.Real-Time Systems: Design Principles for Distributed Embedded Applications. 1st. USA: Kluwer Academic Publishers, 1997.isbn: 978-0-7923-9894-3

  28. [38]

    The LHCb Trigger and Its Performance in 2011

    Roel Aaij et al. “The LHCb Trigger and Its Performance in 2011”. In: Journal of Instrumentation8.04 (Apr. 2013), P04022.issn: 1748-0221.doi: 10.1088/1748-0221/8/04/P04022 .url: https://dx.doi.org/10. 1088/1748-0221/8/04/P04022

  29. [39]

    TheATLASExperimentattheCERNLargeHadron Collider

    ATLASCollaboration.“TheATLASExperimentattheCERNLargeHadron Collider”. In:JINST3 (2008), S08003.doi: 10.1088/1748-0221/3/08/ S08003

  30. [40]

    The Trigger of the ATLAS Experiment

    Thomas Schörner-Sadenius. “The Trigger of the ATLAS Experiment”. In:Modern Physics Letters A18.31 (Oct. 2003), pp. 2149–2168.issn: 0217-7323.doi: 10 . 1142 / S0217732303011800.url: https : / / www . worldscientific.com/doi/10.1142/S0217732303011800

  31. [41]

    The LHCb Trigger System

    Timothy Head. “The LHCb Trigger System”. In:Journal of Instrumentation 9.09 (Sept. 2014), p. C09015.issn: 1748-0221.doi: 10 . 1088 / 1748 - 0221 / 9 / 09 / C09015.url: https : / / dx . doi . org / 10 . 1088 / 1748 - 0221/9/09/C09015

  32. [42]

    June 2025.url:https://a3d3.ai/

    A3D3 Institute.Accelerated AI Algorithms for Data-Driven Discovery. June 2025.url:https://a3d3.ai/

  33. [43]

    Philip Harris et al.Physics Community Needs, Tools, and Resources for Machine Learning. Mar. 2022.doi:10.48550/arXiv.2203.16255.url: http://arxiv.org/abs/2203.16255. BIBLIOGRAPHY187

  34. [44]

    Real-Time Fraud Detection Using Machine Learning

    Benjamin Borketey. “Real-Time Fraud Detection Using Machine Learning”. In:Journal of Data Analysis and Information Processing12.2 (Apr. 2024), pp. 189–209.doi: 10.4236/jdaip.2024.122011 .url: https://www. scirp.org/journal/paperinformation?paperid=133190

  35. [45]

    Real-TimeFinancialMonitoringSystems: Enhancing Risk Management Through Continuous Oversight

    BibitayoEbunlomoAbikoyeetal.“Real-TimeFinancialMonitoringSystems: Enhancing Risk Management Through Continuous Oversight”. In:GSC Advanced Research and Reviews20.1 (2024), pp. 465–476.issn: 2582-4597, 2582-4597.doi: 10 . 30574 / gscarr . 2024 . 20 . 1 . 0287.url: https : //gsc...

  36. [46]

    Real Time Stock Market Analysis

    Naman Adlakha, Ridhima, and Avita Katal. “Real Time Stock Market Analysis”. In:2021 International Conference on System, Computation, Au- tomation and Networking (ICSCAN). July 2021, pp. 1–5.doi:10.1109/ ICSCAN53069.2021.9526506.url: https://ieeexplore.ieee.org/ document/9526506

  37. [47]

    An Efficient Hybrid Approach for Forecasting Real-Time Stock Market Indices

    Riya Kalra et al. “An Efficient Hybrid Approach for Forecasting Real-Time Stock Market Indices”. In:Journal of King Saud University - Computer and Information Sciences36.8 (Oct. 2024), p. 102180.issn: 1319-1578.doi:10. 1016/j.jksuci.2024.102180 .url: https://www.sciencedirect....

  38. [48]

    Real-Time Risk Monitoring with Big Data Analytics for Derivatives Portfolios

    Nikhil Jarunde. “Real-Time Risk Monitoring with Big Data Analytics for Derivatives Portfolios”. In:International Journal of Science and Research (IJSR), ISSN: 2319-7064(Sept. 2023).doi: 10.21275/SR24517154713. url: https://www.ijsr.net/getabstract.php?paperid=SR24517154713

  39. [49]

    Real-TimeDataAnalysisinHealthMonitoring Systems: A Comprehensive Systematic Literature Review

    AntonioIydaPaganellietal.“Real-TimeDataAnalysisinHealthMonitoring Systems: A Comprehensive Systematic Literature Review”. In:Journal of Biomedical Informatics127 (Mar. 2022), p. 104009.issn: 1532-0464.doi: 10.1016/j.jbi.2022.104009 .url: https://www.sciencedirect. com/science/...

  40. [50]

    Fleet Management SystemsinLogistics4.0Era:ARealTimeDistributedandScalableArchitec- turalProposal

    Ricardo Dintén, Sebastián García, and Marta Zorrilla. “Fleet Management SystemsinLogistics4.0Era:ARealTimeDistributedandScalableArchitec- turalProposal”.In:ProcediaComputerScience.4thInternationalConference onIndustry4.0andSmartManufacturing217(Jan.2023),pp.806–815.issn: 1877-...

  41. [51]

    RealTimeTrafficControlUsingBigDataAnalytics

    RauhilVermaetal.“RealTimeTrafficControlUsingBigDataAnalytics”.In: International Conference On Advances in Communication and Computing Technology (ICACCT). Feb. 2018, pp. 637–641.doi:10.1109/ICACCT. 2018 . 8529355.url: https : / / ieeexplore . ieee . org / document / 8529355. 1...

  42. [52]

    Big Data Ana- lyticsArchitectureforReal-TimeTrafficControl

    Sasan Amini, Ilias Gerostathopoulos, and Christian Prehofer. “Big Data Ana- lyticsArchitectureforReal-TimeTrafficControl”.In:20175thIEEEInterna- tional Conference on Models and Technologies for Intelligent Transportation Systems (MT-ITS). June 2017, pp. 710–715.doi:10.1109/MTI...

  43. [53]

    EdgeComputingforReal-TimeDe- cisionMakinginAutonomousDriving:ReviewofChallenges,Solutions,and FutureTrends

    JihongXie,XiangZhou,andLuCheng.“EdgeComputingforReal-TimeDe- cisionMakinginAutonomousDriving:ReviewofChallenges,Solutions,and FutureTrends”.In:InternationalJournalofAdvancedComputerScienceand Applications (IJACSA)15.7 (June 2024).issn: 2156-5570.doi:10.14569/ IJACSA.2024.01507...

  44. [54]

    Real-Time Safety Analysis Using Autonomous Vehicle Data: A Bayesian Hierarchical Extreme Value Model

    Ahmed Kamel, Sayed Tarek, and Chuanyun Fu. “Real-Time Safety Analysis Using Autonomous Vehicle Data: A Bayesian Hierarchical Extreme Value Model”. In:Transportmetrica B: Transport Dynamics11.1 (Dec. 2023), pp. 826–846.issn: 2168-0566.doi: 10.1080/21680566.2022.2135634. url:htt...

  45. [55]

    ForecastingModelsAnalysisforPredictiveMaintenance

    MarcoBelimetal.“ForecastingModelsAnalysisforPredictiveMaintenance”. In:Frontiers in Manufacturing Technology4 (Sept. 2024).issn: 2813-0359. doi: 10.3389/fmtec.2024.1475078.url: https://www.frontiersin. org / journals / manufacturing - technology / articles / 10 . 3389 / fmtec....

  46. [56]

    Real-Time Predictive Maintenance-Based Pro- cess Parameters: Towards an Industrial Sustainability Improvement

    Hassana Mahfoud et al. “Real-Time Predictive Maintenance-Based Pro- cess Parameters: Towards an Industrial Sustainability Improvement”. In: International Conference on Advanced Intelligent Systems for Sustainable Development(AI2SD’2023).Ed.byMostafaEzziyyani,JanuszKacprzyk,and...

  47. [57]

    A Deep Learning and IoT-Driven Framework for Real-Time Adaptive Resource Allocation and Grid Optimization in Smart Energy Systems

    Arvind R. Singh et al. “A Deep Learning and IoT-Driven Framework for Real-Time Adaptive Resource Allocation and Grid Optimization in Smart Energy Systems”. In:Scientific Reports15.1 (June 2025), p. 19309. issn: 2045-2322.doi: 10 . 1038 / s41598 - 025 - 02649- w.url: https : //...

  48. [58]

    Real-Time Energy Management Simulation for Enhanced Integration of Renewable Energy Resources in DC Microgrids

    Hassan Hadi H. Awaji et al. “Real-Time Energy Management Simulation for Enhanced Integration of Renewable Energy Resources in DC Microgrids”. In:Frontiers in Energy Research12 (Sept. 2024).issn: 2296-598X.doi: 10.3389/fenrg.2024.1458115 .url: https://www.frontiersin. org/journ...

  49. [59]

    Optimization Based Real-Time Home Energy Management in the Presence of Renewable Energy and Battery Energy Storage

    Mahmoud Elkazaz et al. “Optimization Based Real-Time Home Energy Management in the Presence of Renewable Energy and Battery Energy Storage”. In:2019 International Conference on Smart Energy Systems and BIBLIOGRAPHY189 Technologies (SEST). Sept. 2019, pp. 1–6.doi:10 . 1109 / SE...

  50. [60]

    Anomaly Detection in Network Traffic for Proactive Security Threat Identification Using Improved Gated Recurrent Unit

    Srimaan Yarram et al. “Anomaly Detection in Network Traffic for Proactive Security Threat Identification Using Improved Gated Recurrent Unit”. In: 20253rdInternationalConferenceonIntegratedCircuitsandCommunication Systems (ICICACS). Feb. 2025, pp. 1–5.doi:10.1109/ICICACS65178....

  51. [61]

    HEP Community White Paper on Software Trigger and Event Reconstruction: Executive Summary

    Johannes Albrecht et al. “HEP Community White Paper on Software Trigger and Event Reconstruction: Executive Summary”. In: (Feb. 2018)

  52. [62]

    Phiala Shanahan, Kazuhiro Terao, and Daniel Whiteson.Snowmass 2021 ComputationalFrontierCompF03TopicalGroupReport:MachineLearning. Sept. 2022.doi: 10.48550/arXiv.2209.07559 .url: http://arxiv. org/abs/2209.07559

  53. [63]

    Oliver Aberle et al.High-Luminosity Large Hadron Collider (HL-LHC): Technical Design Report. Tech. rep. Geneva: CERN, 2020.doi:10.23731/ CYRM-2020-0010.url:https://cds.cern.ch/record/2749422

  54. [64]

    cern.ch/content/hl-lhc-project

    CERN.High-Luminosity LHC Project.url: https://hilumilhc.web. cern.ch/content/hl-lhc-project

  55. [65]

    2503.24346.url:http://arxiv.org/abs/2503.24346

    ATLAS, Belle II, CMS and LHCb Collaborations.Projections for Key MeasurementsinHeavyFlavourPhysics.Apr.2025.doi: 10.48550/arXiv. 2503.24346.url:http://arxiv.org/abs/2503.24346

  56. [66]

    Giovanni Cavallero and Elena Dall’Occo.Navigating Challenges: LHCb’s Milestone Achievements and Intensive Data Collection in 2024. Sept. 2024. url: https : / / ep - news . web . cern . ch / content / navigating - challenges - lhcb - milestone - achievements - and - intensive -...

  57. [67]

    LHCb Collaboration.Computing and Software for LHCb Upgrade II. Mar. 2025.doi: 10.48550/arXiv.2503.24106 .url: http://arxiv.org/ abs/2503.24106

  58. [68]

    2022.url:https://cds.cern.ch/record/2802918

    ATLAS Collaboration.ATLAS Software and Computing HL-LHC Roadmap. 2022.url:https://cds.cern.ch/record/2802918

  59. [69]

    RudolfFrühwirthandR.K.Bock.DataAnalysisTechniquesforHigh-Energy Physics Experiments. Ed. by H. Grote, D. Notz, and M. Regler. Vol. 11. Cambridge University Press, 2000.isbn: 978-0-521-63548-6

  60. [70]

    Real-Time Data Analysis at the LHC: Present and Future

    Vladimir Vava Gligorov. “Real-Time Data Analysis at the LHC: Present and Future”. In:Proceedings of the NIPS 2014 Workshop on High-energy Physics and Machine Learning. PMLR, Aug. 2015, pp. 1–18.url:https: //proceedings.mlr.press/v42/glig14.html. 190BIBLIOGRAPHY

  61. [71]

    Real-Time Data Processing in the ALICE High LevelTriggerattheLHC

    ALICE Collaboration. “Real-Time Data Processing in the ALICE High LevelTriggerattheLHC”.In:ComputerPhysicsCommunications242(Sept. 2019), pp. 25–48.issn: 0010-4655.doi:10.1016/j.cpc.2019.04.011. url: https : / / www . sciencedirect . com / science / article / pii / S0010465519301250

  62. [72]

    MachineLearninginHighEnergyPhysicsCommunity WhitePaper

    KimAlbertssonetal.“MachineLearninginHighEnergyPhysicsCommunity WhitePaper”.In:Journal ofPhysics:ConferenceSeries1085.2(Sept.2018), p. 022008.issn: 1742-6596.doi: 10.1088/1742-6596/1085/2/022008. url:https://dx.doi.org/10.1088/1742-6596/1085/2/022008

  63. [73]

    JEDI-Net: a Jet Identification Algorithm Based on InteractionNetworks

    Eric A. Moreno et al. “JEDI-Net: a Jet Identification Algorithm Based on InteractionNetworks”.In:TheEuropeanPhysicalJournalC80.1(Jan.2020), p. 58.issn: 1434-6052.doi: 10.1140/epjc/s10052-020-7608-4 .url: https://doi.org/10.1140/epjc/s10052-020-7608-4

  64. [74]

    Deep Learning for Track Recognition in Pixel and Strip- Based Particle Detectors

    Olga Bakina et al. “Deep Learning for Track Recognition in Pixel and Strip- Based Particle Detectors”. In:Journal of Instrumentation17.12 (Dec. 2022), P12023.issn:1748-0221.doi: 10.1088/1748-0221/17/12/P12023.url: http://arxiv.org/abs/2210.00599

  65. [75]

    Emerging Jets Search, Triton Server Deployment, and Track Quality Development: Machine Learning Applications in High Energy Physics

    Claire Savard. “Emerging Jets Search, Triton Server Deployment, and Track Quality Development: Machine Learning Applications in High Energy Physics”. PhD thesis. Colorado U., 2024.url:https : / / repository . cern/records/a3ce1-xc557

  66. [76]

    Deep Learning

    Yann LeCun, Yoshua Bengio, and Geoffrey Hinton. “Deep Learning”. In: Nature521.7553 (May 2015), pp. 436–444.issn: 1476-4687.doi: 10 . 1038 / nature14539.url: https : / / www . nature . com / articles / nature14539

  67. [77]

    The MIT Press, Oct

    Ian Goodfellow, Yoshua Bengio, and Aaron Courville.Deep Learning. The MIT Press, Oct. 2016.isbn: 978-0-262-03561-3

  68. [78]

    A Roadmap for HEP Software and Computing R&D for the 2020s

    Johannes Albrecht et al. “A Roadmap for HEP Software and Computing R&D for the 2020s”. In:Computing and Software for Big Science3.1 (Mar. 2019), p. 7.issn: 2510-2044.doi: 10.1007/s41781-018-0018-8 .url: https://doi.org/10.1007/s41781-018-0018-8

  69. [79]

    2022.url:https: //cds.cern.ch/record/2814728

    CMS Collaboration.Neural Network-Based Algorithm for the Identification of Bottom Quarks in the CMS Phase-2 Level-1 Trigger. 2022.url:https: //cds.cern.ch/record/2814728

  70. [80]

    2023.url:https://cds.cern.ch/record/ 2868782

    CMS Collaboration.Electron Reconstruction and Identification in the CMS Phase-2 Level-1 Trigger. 2023.url:https://cds.cern.ch/record/ 2868782

  71. [81]

    2023.url:https://cds.cern.ch/record/2876546

    CMS Collaboration.Anomaly Detection in the CMS Global Trigger Test Crate for Run 3. 2023.url:https://cds.cern.ch/record/2876546. BIBLIOGRAPHY191

  72. [82]

    2024.url:https://cds.cern.ch/record/ 2904695

    CMSCollaboration.2024DataCollectedwithAXOL1TLAnomalyDetection at the CMS Level-1 Trigger. 2024.url:https://cds.cern.ch/record/ 2904695

  73. [83]

    2023.url: https : / / cds

    CMS Collaboration.Level-1 Trigger Calorimeter Image Convolutional Anomaly Detection Algorithm. 2023.url: https : / / cds . cern . ch / record/2879816

  74. [84]

    A Reconfigurable Neural Network ASIC for Detector Front-End Data Compression at the HL-LHC

    Giuseppe Di Guglielmo et al. “A Reconfigurable Neural Network ASIC for Detector Front-End Data Compression at the HL-LHC”. In:IEEE Transac- tions on Nuclear Science68.8 (Aug. 2021), pp. 2179–2186.issn: 0018-9499, 1558-1578.doi: 10.1109/TNS.2021.3087100 .url: http://arxiv. org/...

  75. [85]

    2023.url:https://cds.cern.ch/record/2859651

    CMSCollaboration.ContinualLearningintheCMSPhase-2Level-1Trigger. 2023.url:https://cds.cern.ch/record/2859651

  76. [86]

    Machine Learning for Real-Time Processing of ATLAS Liquid Argon Calorimeter Signals with FPGAs

    Nemer Chiedde. “Machine Learning for Real-Time Processing of ATLAS Liquid Argon Calorimeter Signals with FPGAs”. In:Journal of Instrumenta- tion17.04 (Apr. 2022), p. C04010.issn: 1748-0221.doi:10.1088/1748- 0221/17/04/C04010.url:http://arxiv.org/abs/2111.08590

  77. [87]

    June 2023.doi: 10

    Nicole Schulte et al.Development of the Topological Trigger for LHCb Run 3. June 2023.doi: 10 . 48550 / arXiv . 2306 . 09873.url: http : //arxiv.org/abs/2306.09873

  78. [88]

    Blaise Delaney et al.Applications of Lipschitz Neural Networks to the Run 3 LHCb Trigger System. Dec. 2023.doi:10.48550/arXiv.2312.14265. url:http://arxiv.org/abs/2312.14265

  79. [89]

    Robust and Provably Monotonic Networks

    Ouail Kitouni, Niklas Nolte, and Mike Williams. “Robust and Provably Monotonic Networks”. In:Machine Learning: Science and Technology4.3 (Sept. 2023), p. 035020.issn: 2632-2153.doi: 10.1088/2632- 2153/ aced80.url:http://arxiv.org/abs/2112.00038

  80. [90]

    LHCb Topological Trigger Reoptimization

    Tatiana Likhomanenko et al. “LHCb Topological Trigger Reoptimization”. In:JournalofPhysics:ConferenceSeries664.8(Dec.2015),p.082025.issn: 1742-6588, 1742-6596.doi: 10.1088/1742-6596/664/8/082025 .url: http://arxiv.org/abs/1510.00572

  81. [91]

    Efficient, Reliable and Fast High-Level Triggering Using a Bonsai Boosted Decision Tree

    Vladimir Vava Gligorov and Michael Williams. “Efficient, Reliable and Fast High-Level Triggering Using a Bonsai Boosted Decision Tree”. In: Journal of Instrumentation8.02 (Feb. 2013), P02013.issn: 1748-0221.doi: 10.1088/1748-0221/8/02/P02013 .url: https://dx.doi.org/10. 1088/1...

  82. [92]

    Edge Intelligence and Internet of Things in Healthcare: A Survey

    Syed Umar Amin and M. Shamim Hossain. “Edge Intelligence and Internet of Things in Healthcare: A Survey”. In:IEEE Access9 (2021), pp. 45–59. issn: 2169-3536.doi: 10.1109/ACCESS.2020.3045115 .url: https: //ieeexplore.ieee.org/document/9294145. 192BIBLIOGRAPHY

  83. [93]

    Edge Intelligence for Autonomous Driving in 6G Wireless System: Design Challenges and Solutions

    Bo Yang et al. “Edge Intelligence for Autonomous Driving in 6G Wireless System: Design Challenges and Solutions”. In:IEEE Wireless Communica- tions28.2(Apr.2021),pp.40–47.issn:1558-0687.doi: 10.1109/MWC.001. 2000292.url:https://ieeexplore.ieee.org/document/9430907

  84. [94]

    Computational Intelligence and Deep Learning for Next- Generation Edge-Enabled Industrial IoT

    Shunpu Tang et al. “Computational Intelligence and Deep Learning for Next- Generation Edge-Enabled Industrial IoT”. In:IEEE Transactions on Network ScienceandEngineering10.5(Sept.2023),pp.2881–2893.issn:2327-4697. doi: 10.1109/TNSE.2022.3180632.url: https://ieeexplore.ieee. or...

  85. [95]

    Edge Computing Services for Smart Cities: A Review and CaseStudy

    Ali Alnoman. “Edge Computing Services for Smart Cities: A Review and CaseStudy”.In:2021InternationalSymposiumonNetworks,Computersand Communications (ISNCC). Oct. 2021, pp. 1–6.doi:10.1109/ISNCC52172. 2021 . 9615785.url: https : / / ieeexplore . ieee . org / document / 9615785

  86. [96]

    July 2022.url:http://arxiv.org/ abs/2207.07958

    Javier Duarte et al.FastML Science Benchmarks: Accelerating Real-Time Scientific Edge Machine Learning. July 2022.url:http://arxiv.org/ abs/2207.07958

  87. [97]

    EnergyandPolicy Considerations for Modern Deep Learning Research

    EmmaStrubell,AnanyaGanesh,andAndrewMcCallum.“EnergyandPolicy Considerations for Modern Deep Learning Research”. In:Proceedings of the AAAI Conference on Artificial Intelligence34.09 (Apr. 2020), pp. 13693– 13696.issn: 2374-3468.doi: 10.1609/aaai.v34i09.7123.url: https: //ojs.a...

  88. [98]

    Thompson et al.The Computational Limits of Deep Learning

    Neil C. Thompson et al.The Computational Limits of Deep Learning. July 2022.doi: 10.48550/arXiv.2007.05558 .url: http://arxiv.org/ abs/2007.05558

  89. [99]

    Riley, Michael P

    Ken F. Riley, Michael P. Hobson, and Stephen J. Bence.Mathematical Methods for Physics and Engineering: A Comprehensive Guide. Cambridge University Press, Mar. 2006.isbn: 978-1-139-45099-7

  90. [100]

    May 2009.url:https:// commons.wikimedia.org/wiki/File:Coord_system_CY_1.svg

    Jorge Stolfi.Cylindrical Coordinate System. May 2009.url:https:// commons.wikimedia.org/wiki/File:Coord_system_CY_1.svg

  91. [101]

    July 2021.url:https://tikz

    Izaak Neutelings.3D Coordinate Systems. July 2021.url:https://tikz. net/axis3d/

  92. [102]

    World Scientific, 1994.isbn: 978-981-02-0263-7

    Cheuk-Yin Wong.Introduction to High-Energy Heavy-Ion Collisions. World Scientific, 1994.isbn: 978-981-02-0263-7

  93. [103]

    Izaak Neutelings.Pseudorapidity. Aug. 2021.url:https://tikz.net/ axis2d_pseudorapidity/

  94. [104]

    Edwards and Michael J

    Donald A. Edwards and Michael J. Syphers.An Introduction to the Physics of High Energy Accelerators. New York, NY, USA: Wiley, Jan. 1993.isbn: 978-0-471-55163-8.url:https://www.osti.gov/biblio/5675075

  95. [105]

    CERN.Large Hadron Collider (LHC) Activity Until 2013. 2013. BIBLIOGRAPHY193

  96. [106]

    Primary Vertex Reconstruction in the ATLAS Experiment at LHC

    Giacinto Piacquadio, Kirill Prokofiev, and Andreas Wildauer. “Primary Vertex Reconstruction in the ATLAS Experiment at LHC”. In:Journal of Physics: Conference Series119.3 (July 2008), p. 032033.issn: 1742-6596. doi: 10.1088/1742-6596/119/3/032033.url: https://dx.doi.org/ 10.10...

  97. [107]

    Vertex Reconstruction at the CMS Experiment

    Wolfram Erdmann. “Vertex Reconstruction at the CMS Experiment”. In: Journal of Physics: Conference Series110.9 (May 2008), p. 092009.issn: 1742-6596.doi: 10 . 1088 / 1742 - 6596 / 110 / 9 / 092009.url: https : //dx.doi.org/10.1088/1742-6596/110/9/092009

  98. [108]

    Izaak Neutelings.B Tagging Jets. Sept. 2021.url:https://tikz.net/ jet_btag/

  99. [109]

    ConceptofLuminosity

    WernerHerrandBrunoMuratori.“ConceptofLuminosity”.In:CAS-CERN AcceleratorSchool:IntermediateAcceleratorPhysics(2006).doi: 10.5170/ CERN-2006-002.361.url:https://cds.cern.ch/record/941318

  100. [110]

    Martin and Graham Shaw.Particle Physics

    Brian R. Martin and Graham Shaw.Particle Physics. 2008.isbn: 978-0-470- 03294-7

  101. [111]

    Springer, 2020.isbn: 978-3-030- 34244-9.doi:10.1007/978-3-030-34245-6

    Stephen Myers and Herwig Schopper.Particle Physics Reference Library Volume 3: Accelerators and Colliders. Springer, 2020.isbn: 978-3-030- 34244-9.doi:10.1007/978-3-030-34245-6

  102. [112]

    org/wiki/File:Impctprmtr.png

    Tonatsu.ImpactParameter.May2007.url: https://commons.wikimedia. org/wiki/File:Impctprmtr.png

  103. [113]

    Penguin Publishing Group, 2006.isbn: 978-0-452-28786-0

    Robert Oerter.The Theory of Almost Everything: The Standard Model, the Unsung Triumph of Modern Physics. Penguin Publishing Group, 2006.isbn: 978-0-452-28786-0

  104. [114]

    Observation of Top Quark Production in¯𝑝𝑝Collisions with the Collider Detector at Fermilab

    CDF Collaboration. “Observation of Top Quark Production in¯𝑝𝑝Collisions with the Collider Detector at Fermilab”. In:Physical Review Letters74.14 (Apr. 1995), p. 2631.doi:10.1103/PhysRevLett.74.2626.url: https: //link.aps.org/doi/10.1103/PhysRevLett.74.2626

  105. [115]

    Observation of Tau Neutrino Interactions

    DONUT Collaboration. “Observation of Tau Neutrino Interactions”. In: Physics Letters B504.3 (Apr. 2001), pp. 218–224.issn: 0370-2693.doi:10. 1016/S0370-2693(01)00307-0 .url: https://www.sciencedirect. com/science/article/pii/S0370269301003070

  106. [116]

    Observation of a New Particle in the Search for the Standard Model Higgs Boson with the ATLAS Detector at the LHC

    ATLAS Collaboration. “Observation of a New Particle in the Search for the Standard Model Higgs Boson with the ATLAS Detector at the LHC”. In: Physics Letters B716.1 (Sept. 2012), pp. 1–29.issn: 0370-2693.doi:10. 1016/j.physletb.2012.08.020.url: https://www.sciencedirect. com/s...

  107. [117]

    ObservationofaNewBosonataMassof125GeVwith the CMS Experiment at the LHC

    CMSCollaboration.“ObservationofaNewBosonataMassof125GeVwith the CMS Experiment at the LHC”. In:Physics Letters B716.1 (Sept. 2012), pp. 30–61.issn: 0370-2693.doi: 10.1016/j.physletb.2012.08.021 . url: https : / / www . sciencedirect . com / science / article / pii / S0370269312008581

  108. [118]

    TheQuantumTheory of the Electron

    PaulAdrienMauriceDiracandRalphHowardFowler.“TheQuantumTheory of the Electron”. In:Proceedings of the Royal Society of London. Series A, Containing Papers of a Mathematical and Physical Character117.778 (Jan. 1997), pp. 610–624.doi:10.1098/rspa.1928.0023.url: https: //royalsoci...

  109. [119]

    Evidence for Oscillation of Atmospheric Neutrinos

    Super-Kamiokande Collaboration. “Evidence for Oscillation of Atmospheric Neutrinos”. In:Physical Review Letters81.8 (Aug. 1998), pp. 1562–1567. doi: 10.1103/PhysRevLett.81.1562.url: https://link.aps.org/ doi/10.1103/PhysRevLett.81.1562

  110. [120]

    Review of Particle Physics

    Particle Data Group. “Review of Particle Physics”. In:Physical Review D 110.3(Aug.2024),p.030001.doi: 10.1103/PhysRevD.110.030001.url: https://link.aps.org/doi/10.1103/PhysRevD.110.030001

  111. [121]

    MissMJ.Standard Model of Elementary Particles. Sept. 2019.url:https: / / commons . wikimedia . org / wiki / File : Standard _ Model _ of _ Elementary_Particles.svg

  112. [122]

    Unitary Symmetry and Leptonic Decays

    Nicola Cabibbo. “Unitary Symmetry and Leptonic Decays”. In:Physical Re- view Letters10.12 (June 1963), pp. 531–533.doi:10.1103/PhysRevLett. 10.531.url: https://link.aps.org/doi/10.1103/PhysRevLett. 10.531

  113. [123]

    CP-Violation in the Renormal- izable Theory of Weak Interaction

    Makoto Kobayashi and Toshihide Maskawa. “CP-Violation in the Renormal- izable Theory of Weak Interaction”. In:Progress of Theoretical Physics49.2 (Feb. 1973), pp. 652–657.issn: 0033-068X.doi:10.1143/PTP.49.652. url:https://doi.org/10.1143/PTP.49.652

  114. [124]

    Measurement of CP Violation in 𝐵0 →𝜓(→ 𝑙+𝑙−)𝐾 0 𝑆(→𝜋 +𝜋−) Decays

    LHCb Collaboration. “Measurement of CP Violation in 𝐵0 →𝜓(→ 𝑙+𝑙−)𝐾 0 𝑆(→𝜋 +𝜋−) Decays”. In:Phys. Rev. Lett.132.2 (2024), p. 021801. doi: 10.1103/PhysRevLett.132.021801 .url: https://cds.cern. ch/record/2871717

  115. [125]

    2024.doi: 10.17181/CERN.8CUC.W3FT.url: https://cds.cern.ch/ record/2905625

    LHCb Collaboration.Simultaneous Determination of the CKM Angle𝛾 and Parameters Related to Mixing and CP Violation in the Charm Sector. 2024.doi: 10.17181/CERN.8CUC.W3FT.url: https://cds.cern.ch/ record/2905625

  116. [126]

    Determination of the Quark Coupling Strength Vub Using Baryonic Decays

    LHCb Collaboration. “Determination of the Quark Coupling Strength Vub Using Baryonic Decays”. In:Nature Physics11.9 (Sept. 2015), pp. 743–747. issn: 1745-2481.doi: 10.1038/nphys3415.url: https://www.nature. com/articles/nphys3415. BIBLIOGRAPHY195

  117. [127]

    Test of Lepton Flavour Universality Using B0 Decays with Hadronic Tau channels

    LHCb Collaboration. “Test of Lepton Flavour Universality Using B0 Decays with Hadronic Tau channels”. In:Phys. Rev. D108.1 (2023), p. 012018. doi: 10.1103/PhysRevD.108.012018 .url: https://cds.cern.ch/ record/2857546

  118. [128]

    Observation of CP Violation in Charm Decays

    LHCb Collaboration. “Observation of CP Violation in Charm Decays”. In: Phys. Rev. Lett.122 (2019), p. 211803.doi:10.1103/PhysRevLett.122. 211803.url:https://cds.cern.ch/record/2668357

  119. [129]

    Search for Lepton-Flavor-Violating𝜏−→𝜇−𝜇+𝜇− Decays at Belle II

    Belle II Collaboration. “Search for Lepton-Flavor-Violating𝜏−→𝜇−𝜇+𝜇− Decays at Belle II”. In:Journal of High Energy Physics2024.9 (Sept. 2024), p. 62.issn: 1029-8479.doi: 10.1007/JHEP09(2024)062 .url: https://doi.org/10.1007/JHEP09(2024)062

  120. [130]

    Andriy Burkov, 2019.isbn: 978-1-9995795-0-0

    Andriy Burkov.The Hundred-Page Machine Learning Book. Andriy Burkov, 2019.isbn: 978-1-9995795-0-0

  121. [131]

    Some Studies in Machine Learning Using the Game of Checkers

    Arthur L. Samuel. “Some Studies in Machine Learning Using the Game of Checkers”. In:IBM Journal of Research and Development3.3 (July 1959), pp. 210–229.issn: 0018-8646.doi: 10.1147/rd.33.0210 .url: https://ieeexplore.ieee.org/document/5392560

  122. [132]

    History of One Defeat: Reform of the Julian Calendar as Envisaged by Isaac Newton

    Ari Belenkiy and Eduardo Vila Echagüe. “History of One Defeat: Reform of the Julian Calendar as Envisaged by Isaac Newton”. In:Notes and Records of the Royal Society59.3 (Sept. 2005), pp. 223–254.doi:10.1098/rsnr. 2005.0096.url: https://royalsocietypublishing.org/doi/10. 1098/...

  123. [133]

    Cambridge, Mass

    StephenM.Stigler.TheHistoryofStatistics:theMeasurementofUncertainty Before 1900. Cambridge, Mass. : Belknap Press of Harvard University Press, 1986.isbn: 978-0-674-40340-6.url: http://archive.org/details/ historyofstatist00stig

  124. [134]

    The Perceptron: a Probabilistic Model for Information Storage and Organization in the Brain

    Frank Rosenblatt. “The Perceptron: a Probabilistic Model for Information Storage and Organization in the Brain”. In:Psychological Review65.6 (Nov. 1958), pp. 386–408.issn: 0033-295X.doi:10.1037/h0042519

  125. [135]

    A Stochastic Approximation Method

    Herbert Robbins and Sutton Monro. “A Stochastic Approximation Method”. In:TheAnnalsofMathematicalStatistics22.3(Sept.1951),pp.400–407.issn: 0003-4851, 2168-8990.doi: 10.1214/aoms/1177729586.url: https:// projecteuclid.org/journals/annals-of-mathematical-statistics/ volume- 22/...

  126. [136]

    A Theory of Adaptive Pattern Classifiers

    Shunichi Amari. “A Theory of Adaptive Pattern Classifiers”. In:IEEE Transactions on Electronic ComputersEC-16.3 (June 1967), pp. 299–307. issn: 0367-7508.doi: 10.1109/PGEC.1967.264666 .url: https:// ieeexplore.ieee.org/document/4039068. 196BIBLIOGRAPHY

  127. [137]

    Visual Feature Extraction by a Multilayered Network of Analog Threshold Elements

    Kunihiko Fukushima. “Visual Feature Extraction by a Multilayered Network of Analog Threshold Elements”. In:IEEE Transactions on Systems Science and Cybernetics5.4 (Oct. 1969), pp. 322–333.issn: 2168-2887.doi:10. 1109 / TSSC . 1969 . 300225.url: https : / / ieeexplore . ieee . ...

  128. [138]

    Le.Searching for Activation Functions

    Prajit Ramachandran, Barret Zoph, and Quoc V. Le.Searching for Activation Functions. Oct. 2017.doi: 10.48550/arXiv.1710.05941 .url: http: //arxiv.org/abs/1710.05941

  129. [139]

    The Representation of the Cumulative Rounding Error of an Algorithm as a Taylor Expansion of the Local Rounding Errors

    Seppo Linnainmaa. “The Representation of the Cumulative Rounding Error of an Algorithm as a Taylor Expansion of the Local Rounding Errors”. PhD thesis. 1970.url:http://hdl.handle.net/10138/316565

  130. [140]

    Taylor Expansion of the Accumulated Rounding Error

    Seppo Linnainmaa. “Taylor Expansion of the Accumulated Rounding Error”. In:BIT Numerical Mathematics16.2 (June 1976), pp. 146–160.issn: 1572- 9125.doi: 10.1007/BF01931367.url: https://doi.org/10.1007/ BF01931367

  131. [141]

    Learning Representations by Back-Propagating Errors

    David E. Rumelhart, Geoffrey E. Hinton, and Ronald J. Williams. “Learning Representations by Back-Propagating Errors”. In:Nature323.6088 (Oct. 1986), pp. 533–536.issn: 1476-4687.doi: 10 . 1038 / 323533a0.url: https://www.nature.com/articles/323533a0

  132. [142]

    Gradient-Based Learning Applied to Document Recogni- tion

    Yann LeCun et al. “Gradient-Based Learning Applied to Document Recogni- tion”. In:Proceedings of the IEEE86.11 (Nov. 1998), pp. 2278–2324.issn: 1558-2256.doi: 10.1109/5.726791.url: https://ieeexplore.ieee. org/document/726791

  133. [143]

    ImageNet Classi- fication with Deep Convolutional Neural Networks

    Alex Krizhevsky, Ilya Sutskever, and Geoffrey E. Hinton. “ImageNet Classi- fication with Deep Convolutional Neural Networks”. In:Advances in Neural Information Processing Systems. Vol. 25. Curran Associates, Inc., 2012. url: https://papers.nips.cc/paper_files/paper/2012/hash/ ...

  134. [144]

    GPUImplementationofNeuralNetworks

    Kyoung-SuOhandKeechulJung.“GPUImplementationofNeuralNetworks”. In:Pattern Recognition37.6 (June 2004), pp. 1311–1314.issn: 0031- 3203.doi: 10 . 1016 / j . patcog . 2004 . 01 . 013.url: https : / / www . sciencedirect.com/science/article/pii/S0031320304000524

  135. [145]

    High Performance Convolutional Neural Networks for Document Processing

    Kumar Chellapilla, Sidd Puri, and Patrice Simard. “High Performance Convolutional Neural Networks for Document Processing”. In: Suvisoft, Oct. 2006.url:https://inria.hal.science/inria-00112631

  136. [146]

    Addison-Wesley Professional, July 2010.isbn: 978-0-13-218013-9.url: https : / / books

    Jason Sanders and Edward Kandrot.CUDA by Example: An Introduction to General-Purpose GPU Programming. Addison-Wesley Professional, July 2010.isbn: 978-0-13-218013-9.url: https : / / books . google . fr / books?id=49OmnOmTEtQC. BIBLIOGRAPHY197

  137. [147]

    Vivienne Sze et al.Efficient Processing of Deep Neural Networks: A Tutorial and Survey. Aug. 2017.doi:10.48550/arXiv.1703.09039.url: http: //arxiv.org/abs/1703.09039

  138. [148]

    Large-Scale Deep Unsupervised Learning Using Graphics Processors

    Rajat Raina, Anand Madhavan, and Andrew Y. Ng. “Large-Scale Deep Unsupervised Learning Using Graphics Processors”. In:Proceedings of the 26th Annual International Conference on Machine Learning. ICML ’09. New York, NY, USA: Association for Computing Machinery, June 2009, pp. 8...

  139. [149]

    Attention Is All You Need

    Ashish Vaswani et al. “Attention Is All You Need”. In:Proceedings of the 31st International Conference on Neural Information Processing Systems. NIPS’17.RedHook,NY,USA:CurranAssociatesInc.,Dec.2017,pp.6000– 6010.isbn: 978-1-5108-6096-4

  140. [150]

    May 2016.doi:10

    Dzmitry Bahdanau, Kyunghyun Cho, and Yoshua Bengio.Neural Machine Translation by Jointly Learning to Align and Translate. May 2016.doi:10. 48550/arXiv.1409.0473.url:http://arxiv.org/abs/1409.0473

  141. [151]

    OpenAI.IntroducingChatGPT.2022.url: https://openai.com/index/ chatgpt/

  142. [152]

    2025.url: https : / / ml - site

    Parshin Shojaee et al.The Illusion of Thinking: Understanding the Strengths and Limitations of Reasoning Models via the Lens of Problem Complex- ity. 2025.url: https : / / ml - site . cdn - apple . com / papers / the - illusion-of-thinking.pdf

  143. [153]

    Andrew Ng and Tengyu Ma.CS229: Machine Learning.url: https : //cs229.stanford.edu/main_notes.pdf

  144. [154]

    A Mathematical Theory of Communication

    Claude E. Shannon. “A Mathematical Theory of Communication”. In:Bell SystemTechnicalJournal27.3(1948),pp.379–423.issn:1538-7305.doi: 10. 1002/j.1538-7305.1948.tb01338.x.url: https://onlinelibrary. wiley.com/doi/abs/10.1002/j.1538-7305.1948.tb01338.x

  145. [155]

    A Logical Calculus of the Ideas Immanent in Nervous Activity

    Warren S. McCulloch and Walter Pitts. “A Logical Calculus of the Ideas Immanent in Nervous Activity”. In:The bulletin of mathematical biophysics 5.4(Dec.1943),pp.115–133.issn:1522-9602.doi: 10.1007/BF02478259. url:https://doi.org/10.1007/BF02478259

  146. [156]

    Izaak Neutelings.Neural Networks. Apr. 2024.url:https://tikz.net/ neural_networks/

  147. [157]

    Multilayer Feed- forward Networks Are Universal Approximators

    Kurt Hornik, Maxwell Stinchcombe, and Halbert White. “Multilayer Feed- forward Networks Are Universal Approximators”. In:Neural Networks2.5 (Jan. 1989), pp. 359–366.issn: 0893-6080.doi:10.1016/0893-6080(89) 90020-8.url: https://www.sciencedirect.com/science/article/ pii/089360...

  148. [158]

    Kingma and Jimmy Ba.Adam: A Method for Stochastic Op- timization

    Diederik P. Kingma and Jimmy Ba.Adam: A Method for Stochastic Op- timization. Jan. 2017.doi: 10.48550/arXiv.1412.6980 .url: http: //arxiv.org/abs/1412.6980

  149. [159]

    Nadav Cohen.Understanding Optimization in Deep Learning by Analyzing Trajectories of Gradient Descent. Nov. 2018.url:http://offconvex. github.io/2018/11/07/optimization-beyond-landscape/

  150. [160]

    Hamilton.Graph Representation Learning

    William L. Hamilton.Graph Representation Learning. Morgan & Claypool Publishers, 2020.isbn: 978-1-68173-964-9.url: https://ieeexplore. ieee.org/book/9205745

  151. [161]

    Jure Leskovec.CS224W: Machine Learning with Graphs.url: https : //web.stanford.edu/class/cs224w/

  152. [162]

    Battaglia et al.Relational Inductive Biases, Deep Learning, and Graph Networks

    Peter W. Battaglia et al.Relational Inductive Biases, Deep Learning, and Graph Networks. Oct. 2018.doi:10.48550/arXiv.1806.01261 .url: http://arxiv.org/abs/1806.01261

  153. [163]

    A Gentle Introduction to Deep Learning for Graphs

    Davide Bacciu et al. “A Gentle Introduction to Deep Learning for Graphs”. In:NeuralNetworks129(Sept.2020),pp.203–221.issn:0893-6080.doi: 10. 1016/j.neunet.2020.06.006 .url: https://www.sciencedirect. com/science/article/pii/S0893608020302197

  154. [164]

    The Graph Neural Network Model

    Franco Scarselli et al. “The Graph Neural Network Model”. In:IEEE Transactions on Neural Networks20.1 (Jan. 2009), pp. 61–80.issn: 1941- 0093.doi: 10.1109/TNN.2008.2005605 .url: https://ieeexplore. ieee.org/document/4700287

  155. [165]

    InductiveRepresentation Learning on Large Graphs

    WilliamL.Hamilton,RexYing,andJureLeskovec.“InductiveRepresentation Learning on Large Graphs”. In:Proceedings of the 31st International Conference on Neural Information Processing Systems. NIPS’17. Red Hook, NY, USA: Curran Associates Inc., Dec. 2017, pp. 1025–1035.isbn: 978-1-...

  156. [166]

    Kipf and Max Welling.Semi-Supervised Classification with Graph Convolutional Networks

    Thomas N. Kipf and Max Welling.Semi-Supervised Classification with Graph Convolutional Networks. Sept. 2016.url:https://arxiv.org/ abs/1609.02907v4

  157. [167]

    Deep Learning with Graph-Structured Representations

    Thomas N. Kipf. “Deep Learning with Graph-Structured Representations”. PhDthesis.U.ofAmsterdam,2020.url: https://dare.uva.nl/search? identifier=1b63b965-24c4-4bcd-aabb-b849056fa76d

  158. [168]

    Interaction Networks for Learning About Objects, RelationsandPhysics

    Peter Battaglia et al. “Interaction Networks for Learning About Objects, RelationsandPhysics”.In:Proceedingsofthe30thInternationalConference on Neural Information Processing Systems. NIPS’16. Red Hook, NY, USA: CurranAssociatesInc.,Dec.2016,pp.4509–4517.isbn:978-1-5108-3881-9

  159. [169]

    BIBLIOGRAPHY199

    Hugging Face.Quantization.url: https://huggingface.co/docs/ optimum/en/concept_guides/quantization. BIBLIOGRAPHY199

  160. [170]

    05877.url:http://arxiv.org/abs/1712.05877

    BenoitJacobetal.QuantizationandTrainingofNeuralNetworksforEfficient Integer-Arithmetic-OnlyInference.Dec.2017.doi: 10.48550/arXiv.1712. 05877.url:http://arxiv.org/abs/1712.05877

  161. [171]

    url:http://arxiv.org/abs/2004.09602

    Hao Wu et al.Integer Quantization for Deep Learning Inference: Principles andEmpiricalEvaluation.Apr.2020.doi: 10.48550/arXiv.2004.09602. url:http://arxiv.org/abs/2004.09602

  162. [172]

    Maarten Grootendorst.A Visual Guide to Quantization. Feb. 2024.url: https : / / newsletter . maartengrootendorst . com / p / a - visual - guide-to-quantization

  163. [173]

    StandaloneTrackReconstructiononGPUsintheFirstStage of the Upgraded LHCb Trigger System & Preparations for Measurements with Strange Hadrons in Run 3

    LukasCalefice.“StandaloneTrackReconstructiononGPUsintheFirstStage of the Upgraded LHCb Trigger System & Preparations for Measurements with Strange Hadrons in Run 3”. PhD thesis. Dortmund U., 2022.url: https://cds.cern.ch/record/2856339

  164. [174]

    Search for Rare Four-Body Charm Decays with Electrons in the Final State and Long Track Reconstruction for the LHCb Trigger

    Alessandro Scarabotto. “Search for Rare Four-Body Charm Decays with Electrons in the Final State and Long Track Reconstruction for the LHCb Trigger”. PhD thesis. Sorbonne U., 2023.url:https://cds.cern.ch/ record/2882932

  165. [175]

    Performance Optimization for the LHCb Experi- ment

    Arthur Marius Hennequin. “Performance Optimization for the LHCb Experi- ment”. PhD thesis. Sorbonne U., 2022.url:https://repository.cern/ records/xkmee-70z26

  166. [176]

    The LHCb GPU High Level Trigger and Measurements ofNeutralPionandPhotonProductionwiththeLHCbDetector

    Thomas Boettcher. “The LHCb GPU High Level Trigger and Measurements ofNeutralPionandPhotonProductionwiththeLHCbDetector”.PhDthesis. Massachusetts Inst. of Technology, 2021.url:https : / / repository . cern/records/am38y-pw965

  167. [177]

    USA: Benjamin-Cummings Publishing Co., Inc., 1994.isbn: 978-0-8053-3170-7

    Vipin Kumar et al.Introduction to Parallel Computing: Design and Analysis of Algorithms. USA: Benjamin-Cummings Publishing Co., Inc., 1994.isbn: 978-0-8053-3170-7

  168. [178]

    Almasi and A

    George S. Almasi and A. Gottlieb.Highly Parallel Computing. USA: Benjamin-Cummings Publishing Co., Inc., 1989.isbn: 978-0-8053-0177-9

  169. [179]

    Czech.Introduction to Parallel Computing

    Zbigniew J. Czech.Introduction to Parallel Computing. Cambridge: Cam- bridge University Press, 2017.isbn: 978-1-316-80424-7.doi:10.1017/ 9781316795835.011

  170. [180]

    isbn: 978-3-642-37802-7

    Thomas Rauber and Gudula Rnger.Parallel Programming: for Multicore andClusterSystems.SpringerPublishingCompany,Incorporated,May2013. isbn: 978-3-642-37802-7

  171. [181]

    Validity of the Single Processor Approach to Achieving Large Scale Computing Capabilities

    Gene M. Amdahl. “Validity of the Single Processor Approach to Achieving Large Scale Computing Capabilities”. In:Proceedings of the April 18-20, 1967, spring joint computer conference. AFIPS ’67 (Spring). New York, NY, USA: Association for Computing Machinery, Apr. 1967, pp. 48...

  172. [182]

    Reevaluating Amdahl’s Law

    John L. Gustafson. “Reevaluating Amdahl’s Law”. In:Commun. ACM31.5 (May 1988), pp. 532–533.issn: 0001-0782.doi:10.1145/42411.42415. url:https://dl.acm.org/doi/10.1145/42411.42415

  173. [183]

    Design of Ion-Implanted MOSFET’s with Very SmallPhysicalDimensions

    Robert H. Dennard et al. “Design of Ion-Implanted MOSFET’s with Very SmallPhysicalDimensions”.In:IEEEJournalofSolid-StateCircuits9.5(Oct. 1974),pp.256–268.issn:1558-173X.doi: 10.1109/JSSC.1974.1050511. url:https://ieeexplore.ieee.org/document/1050511

  174. [184]

    2015.url: https://wgropp.cs.illinois.edu/courses/ cs598-s15/

    William Gropp.Designing and Building Applications for Extreme Scale Systems. 2015.url: https://wgropp.cs.illinois.edu/courses/ cs598-s15/

  175. [185]

    Intel Halts Development Of 2 New Microprocessors

    Laurie J. Flynn. “Intel Halts Development Of 2 New Microprocessors”. In: The New York Times(May 2004).issn: 0362-4331.url: https://www. nytimes.com/2004/05/08/business/intel-halts-development- of-2-new-microprocessors.html

  176. [186]

    Cramming More Components Onto Integrated Circuits

    Gordon E. Moore. “Cramming More Components Onto Integrated Circuits”. In:Proceedings of the IEEE86.1 (Jan. 1998), pp. 82–85.issn: 1558-2256. doi: 10.1109/JPROC.1998.658762.url: https://ieeexplore.ieee. org/document/658762

  177. [187]

    Very High-Speed Computing Systems

    Michael J. Flynn. “Very High-Speed Computing Systems”. In:Proceedings of the IEEE54.12 (Dec. 1966), pp. 1901–1909.issn: 1558-2256.doi: 10.1109/PROC.1966.5273 .url: https://ieeexplore.ieee.org/ document/1447203

  178. [188]

    Some Computer Organizations and Their Effectiveness

    Michael J. Flynn. “Some Computer Organizations and Their Effectiveness”. In:IEEE Transactions on ComputersC-21.9 (Sept. 1972), pp. 948–960. issn: 1557-9956.doi: 10 . 1109 / TC . 1972 . 5009071.url: https : / / ieeexplore.ieee.org/document/5009071

  179. [189]

    June 2007.url: https://commons.wikimedia.org/ wiki/File:SISD.svg

    Cburnett.SISD. June 2007.url: https://commons.wikimedia.org/ wiki/File:SISD.svg

  180. [190]

    June 2007.url: https://commons.wikimedia.org/ wiki/File:MISD.svg

    Cburnett.MISD. June 2007.url: https://commons.wikimedia.org/ wiki/File:MISD.svg

  181. [191]

    June 2007.url: https://commons.wikimedia.org/ wiki/File:SIMD.svg

    Cburnett.SIMD. June 2007.url: https://commons.wikimedia.org/ wiki/File:SIMD.svg

  182. [192]

    June 2007.url: https://commons.wikimedia.org/ wiki/File:MIMD.svg

    Cburnett.MIMD. June 2007.url: https://commons.wikimedia.org/ wiki/File:MIMD.svg

  183. [193]

    Robert A

    F. Robert A. Hopgood, Roger J. Hubbold, and David A. Duce.Advances in Computer Graphics II. Springer Berlin, Heidelberg, 1986.url:https: //link.springer.com/book/9783540169109

  184. [194]

    BIBLIOGRAPHY201

    Marian Anderson.Is It Time to Rename the GPU?July 2018.url:https: //www.computer.org/publications/tech-news/chasing-pixels/ is-it-time-to-rename-the-gpu/. BIBLIOGRAPHY201

  185. [195]

    July 2013.url:https://www.khronos.org/ opencl/

    Khronos Group.OpenCL: The Open Standard for Parallel Programming of Heterogeneous Systems. July 2013.url:https://www.khronos.org/ opencl/

  186. [196]

    OpenCL: A Parallel Pro- gramming Standard for Heterogeneous Computing Systems

    John E. Stone, David Gohara, and Guochun Shi. “OpenCL: A Parallel Pro- gramming Standard for Heterogeneous Computing Systems”. In:Computing in Science & Engineering12.3 (May 2010), pp. 66–73.issn: 1558-366X. doi: 10.1109/MCSE.2010.69.url: https://ieeexplore.ieee.org/ document/5457293

  187. [197]

    Alex Handy.AMD Helps OpenCL Gain Ground in HPC Space. Sept. 2011. url: https://sdtimes.com/amd/amd-helps-opencl-gain-ground- in-hpc-space/

  188. [198]

    PlayStation 4: Which Game Console is Best? Nov

    Jamie Lendino.Xbox One vs. PlayStation 4: Which Game Console is Best? Nov. 2015.url: https://www.extremetech.com/gaming/156273- xbox-720-vs-ps4-vs-pc-how-the-hardware-specs-compare

  189. [199]

    Traian Teglet.NVIDIA Tegra Inside Every Audi 2010 Vehicle. Jan. 2010. url: https://news.softpedia.com/news/NVIDIA-Tegra-Inside- Every-Audi-2010-Vehicle-131529.shtml

  190. [200]

    Samit Sarkar.Nvidia Unveils Powerful New RTX 2070, RTX 2080, RTX 2080 Ti Graphics Cards. Aug. 2018.url:https://www.polygon.com/ 2018/8/20/17760038/nvidia-geforce-rtx-2080-ti-2070-specs- release-date-price-turing

  191. [201]

    Andrew Burnes.NVIDIA DLSS 2.0: A Big Leap In AI Rendering. Mar. 2020.url: https://www.nvidia.com/en-us/geforce/news/nvidia- dlss-2-0-a-big-leap-in-ai-rendering/

  192. [202]

    May 2025.url:https:// docs.nvidia.com/cuda/cuda-c-programming-guide/

    NVIDIA.CUDA C++ Programming Guide. May 2025.url:https:// docs.nvidia.com/cuda/cuda-c-programming-guide/

  193. [203]

    SilvianBensdorp.GPUProgrammingPart2:ArchitectureDetailsandWhen to Make the Switch. Feb. 2024.url:https://jdriven.com/blog/2024/ 02/gpu_part2/

  194. [204]

    Mark Harris.An Easy Introduction to CUDA C and C++. Oct. 2012.url: https://developer.nvidia.com/blog/easy-introduction-cuda- c-and-c/

  195. [205]

    Kaitlyn Franz.History of the FPGA. Feb. 2016.url:https://digilent. com/blog/history-of-the-fpga/

  196. [206]

    15 Years of Innovation

    Wim Roelandts. “15 Years of Innovation”. In:XCell32 (1999)

  197. [207]

    TheHistory,Status,andFutureofFPGAs

    OskarMenceretal.“TheHistory,Status,andFutureofFPGAs”.In:Commun. ACM63.10 (Sept. 2020), pp. 36–39.issn: 0001-0782.doi: 10 . 1145 / 3410669.url:https://dl.acm.org/doi/10.1145/3410669

  198. [208]

    202BIBLIOGRAPHY

    Arm.What is an FPGA?url:https://www.arm.com/glossary/fpga. 202BIBLIOGRAPHY

  199. [209]

    Clive Maxfield.The Design Warrior’s Guide to FPGAs. Apr. 2004.isbn: 978-0-7506-7604-5.url: https://shop.elsevier.com/books/the- design-warriors-guide-to-fpgas/maxfield/978-0-7506-7604- 5

  200. [210]

    Muhammed Kawser Ahmed et al.Multi-Tenant Cloud FPGA: A Survey on Security. Sept. 2022.doi: 10.48550/arXiv.2209.11158 .url: http: //arxiv.org/abs/2209.11158

  201. [211]

    University of Toronto.FPGA Architecture for the Challenge.url:https: //www.eecg.toronto.edu/~vaughn/challenge/fpga_arch.html

  202. [212]

    Frank Vahid.Digital Design with RTL Design, Verilog and VHDL. 2nd. Wiley Publishing, Feb. 2010.isbn: 978-0-470-53108-2

  203. [213]

    PhilippeCoussyandAdamMorawiec.High-LevelSynthesis:fromAlgorithm to Digital Circuit. 1st. Springer Publishing Company, Incorporated, Sept. 2008.isbn: 978-1-4020-8587-1

  204. [214]

    The High- Level Synthesis of Digital Systems

    Michael McFarland, Alice C. Parker, and Raul Camposano. “The High- Level Synthesis of Digital Systems”. In:Proceedings of the IEEE78.2 (Feb. 1990), pp. 301–318.issn: 1558-2256.doi:10.1109/5.52214.url: https://ieeexplore.ieee.org/document/52214

  205. [215]

    CalorimeterReconstructionInnovationsfortheLHCb Experiment

    NuriaVallsCanudas.“CalorimeterReconstructionInnovationsfortheLHCb Experiment”. PhD thesis. Ramon Llull U., Barcelona, 2023.url:https: //cds.cern.ch/record/2881088

  206. [216]

    Track Reconstruction Development and Commissioning for LHCb’s Run 3 Real-time Analysis Trigger

    Andre Gunther. “Track Reconstruction Development and Commissioning for LHCb’s Run 3 Real-time Analysis Trigger”. PhD thesis. Heidelberg U., 2023.url:https://cds.cern.ch/record/2865000

  207. [217]

    LHCb Collaboration.Framework TDR for the LHCb Upgrade: Technical Design Report. Tech. rep. 2012, CERN–LHCC–2012–007.url:https: //cds.cern.ch/record/1443882

  208. [218]

    The LHCb Detector at the LHC

    LHCb Collaboration. “The LHCb Detector at the LHC”. In:Journal of Instrumentation3.08 (Aug. 2008), S08005.doi:10.1088/1748-0221/3/ 08/S08005

  209. [219]

    DesignandPerformanceoftheLHCbTriggerandFullReal- Time Reconstruction in Run 2 of the LHC

    RoelAaijetal.“DesignandPerformanceoftheLHCbTriggerandFullReal- Time Reconstruction in Run 2 of the LHC”. In:Journal of Instrumentation 14.04 (Apr. 2019), P04013–P04013.issn: 1748-0221.doi:10.1088/1748- 0221/14/04/P04013.url:http://arxiv.org/abs/1812.10790

  210. [220]

    org/exhibition/images/cern-aerial-cc/

    Maximilien Brice.Aerial View of CERN.url:https://supernova.eso. org/exhibition/images/cern-aerial-cc/

  211. [221]

    LHC Machine

    Lyndon Evans and Philip Bryant. “LHC Machine”. In:Journal of Instrumen- tation3 (2008), S08001.doi:10.1088/1748-0221/3/08/S08001

  212. [222]

    Christoph Hasse.Simple Sketch of the LHC. Nov. 2023.url:https:// github.com/hassec/LHC_Sketch. BIBLIOGRAPHY203

  213. [223]

    2016.url: https : //cds.cern.ch/record/2119882

    Cinzia De Melis.The CERN Accelerator Complex. 2016.url: https : //cds.cern.ch/record/2119882

  214. [224]

    Determination of the Pion-Nucleon Scattering Ampli- tude from Dispersion Relations and Unitarity. General Theory

    Stanley Mandelstam. “Determination of the Pion-Nucleon Scattering Ampli- tude from Dispersion Relations and Unitarity. General Theory”. In:Physical Review112.4 (Nov. 1958), pp. 1344–1360.doi:10.1103/PhysRev.112. 1344.url: https : / / link . aps . org / doi / 10 . 1103 / PhysRe...

  215. [225]

    Implementation and Experience with Luminosity Levelling with Offset Beam

    Fabio Follin and Delphine Jacquet. “Implementation and Experience with Luminosity Levelling with Offset Beam”. In:ICFA Mini-Workshop on Beam- BeamEffectsinHadronColliders(2014),pp.183–187.doi: 10.5170/CERN- 2014-004.183.url:https://cds.cern.ch/record/1955354

  216. [226]

    LHCb Detector Performance

    LHCb Collaboration. “LHCb Detector Performance”. In:International Jour- nalofModernPhysicsA30.07(Mar.2015),p.1530022.issn:0217-751X.doi: 10.1142/S0217751X15300227.url: https://www.worldscientific. com/doi/abs/10.1142/S0217751X15300227

  217. [227]

    TheLHCbUpgradeI

    LHCbCollaboration.“TheLHCbUpgradeI”.In:JournalofInstrumentation 19.05 (May 2024), P05065.issn: 1748-0221.doi:10.1088/1748-0221/ 19/05/P05065.url: https://dx.doi.org/10.1088/1748-0221/19/ 05/P05065

  218. [228]

    LHCb Collaboration.VELO Upgrade Technical Design Report. Tech. rep. 2013.url:https://cds.cern.ch/record/1624070

  219. [229]

    LHCbCollaboration.LHCbTrackerUpgradeTechnicalDesignReport.Tech. rep. 2014.url:https://cds.cern.ch/record/1647400

  220. [230]

    Performance of the LHCb RICH Detector at the LHC

    LHCb RICH Collaboration. “Performance of the LHCb RICH Detector at the LHC”. In:The European Physical Journal C73.5 (May 2013), p.2431.issn:1434-6052.doi: 10.1140/epjc/s10052-013-2431-9.url: https://doi.org/10.1140/epjc/s10052-013-2431-9

  221. [231]

    LHCb Collaboration.Particle Identification Upgrade Technical Design Report. Tech. rep. 2013.url:https://cds.cern.ch/record/1624074

  222. [232]

    LHCb Collaboration.Track Momentum Resolution at LHCb in 2024. 2024. url:https://cds.cern.ch/record/2920248

  223. [233]

    Performance of the LHCb Muon System

    Antonio Augusto Alves Jr. et al. “Performance of the LHCb Muon System”. In:Journal of Instrumentation8.02 (Feb. 2013), P02022–P02022.issn: 1748-0221.doi: 10.1088/1748- 0221/8/02/P02022 .url: http:// arxiv.org/abs/1211.1346

  224. [234]

    url:https://cds.cern.ch/record/1701361

    LHCbTriggerandOnlineUpgradeTechnicalDesignReport.Tech.rep.2014. url:https://cds.cern.ch/record/1701361

  225. [235]

    LHCb Upgrades

    Fabio Ferrari. “LHCb Upgrades”. In:Proceedings of The Eleventh Annual ConferenceonLargeHadronColliderPhysics—PoS(LHCP2023).Vol.450. SISSA Medialab, July 2024, p. 224.doi:10.22323/1.450.0224 .url: https://pos.sissa.it/450/224/. 204BIBLIOGRAPHY

  226. [237]

    Spatial Resolution and Efficiency of Prototype SensorsfortheLHCbVELOUpgrade

    Emma Buchanan et al. “Spatial Resolution and Efficiency of Prototype SensorsfortheLHCbVELOUpgrade”.In:JournalofInstrumentation17.06 (June 2022), P06038.issn: 1748-0221.doi: 10.1088/1748- 0221/17/ 06/P06038.url: https://dx.doi.org/10.1088/1748-0221/17/06/ P06038

  227. [238]

    OperationalAspectsoftheVELOCoolingSystemofLHCb

    EddyJans.“OperationalAspectsoftheVELOCoolingSystemofLHCb”.In: Proceedings,22ndInternationalWorkshoponVertexDetectors(Vertex2013). Sept. 2013.doi: 10.22323/1.198.0038 .url: https://inspirehep. net/literature/1306132

  228. [239]

    The VELO Upgrade

    Eddy Jans. “The VELO Upgrade”. In:JINST10.04 (2015), p. C04031.doi: 10.1088/1748-0221/10/04/C04031

  229. [240]

    2010.url: https://cds.cern.ch/record/1279627

    Mukund Gupta.Calculation of Radiation Length in Materials. 2010.url: https://cds.cern.ch/record/1279627

  230. [241]

    LHCb Collaboration.LHCb Online System Technical Design Report: Data Acquisition and Experiment Control. Tech. rep. CERN-LHCC-2001-040. Dec. 2001

  231. [242]

    ClockandTimingDistributionintheLHCbUpgraded Detector and Readout System

    FedericoAlessioetal.“ClockandTimingDistributionintheLHCbUpgraded Detector and Readout System”. In:Journal of Instrumentation10.02 (Feb. 2015), p. C02033.issn: 1748-0221.doi: 10.1088/1748-0221/10/02/ C02033.url: https://dx.doi.org/10.1088/1748- 0221/10/02/ C02033

  232. [243]

    2004.url: https://gitlab.cern

    LHCb Collaboration.Allen GitLab. 2004.url: https://gitlab.cern. ch/lhcb/Allen

  233. [244]

    An FPGA-Based Architecture for Real-Time Cluster Finding in the LHCb Silicon Pixel Detector

    Giovanni Bassi et al. “An FPGA-Based Architecture for Real-Time Cluster Finding in the LHCb Silicon Pixel Detector”. In:IEEE Transactions on Nuclear Science70.6 (June 2023), pp. 1189–1201.issn: 0018-9499, 1558- 1578.doi: 10.1109/TNS.2023.3273600 .url: http://arxiv.org/ abs/2302.03972

  234. [245]

    2007.url:https://gitlab.cern

    LHCb Collaboration.Moore GitLab. 2007.url:https://gitlab.cern. ch/lhcb/Moore

  235. [246]

    1984.url:https: //cds.cern.ch/record/169940

    Bjarne Stroustrup.The C++ Programming Language. 1984.url:https: //cds.cern.ch/record/169940

  236. [247]

    Python developers.Python.url:https://www.python.org/

  237. [248]

    GAUDI — A Software Architecture and Framework for Building HEP Data Processing Applications

    Guy Barrand et al. “GAUDI — A Software Architecture and Framework for Building HEP Data Processing Applications”. In:Computer Physics Communications.CHEP2000140.1(Oct.2001),pp.45–55.issn:0010-4655. doi:10.1016/S0010-4655(01)00254-5. BIBLIOGRAPHY205

  238. [249]

    LHCb Build and Deployment Infrastructure for Run 2

    Marco Clemencic and Benjamin Couturier. “LHCb Build and Deployment Infrastructure for Run 2”. In:Journal of Physics: Conference Series664.6 (Dec. 2015), p. 062008.issn: 1742-6596.doi:10.1088/1742-6596/664/ 6/062008.url: https://dx.doi.org/10.1088/1742-6596/664/6/ 062008

  239. [250]

    LHCb Collaboration.LHCb GitLab.url: https://gitlab.cern.ch/ lhcb

  240. [251]

    2007.url:https://gitlab.cern

    LHCb Collaboration.Gauss GitLab. 2007.url:https://gitlab.cern. ch/lhcb/Gauss

  241. [252]

    The LHCb Simulation Application, Gauss: Design, Evolution and Experience

    Marco Clemencic et al. “The LHCb Simulation Application, Gauss: Design, Evolution and Experience”. In:Journal of Physics: Conference Series 331.3 (Dec. 2011), p. 032023.issn: 1742-6596.doi: 10 . 1088 / 1742 - 6596/331/3/032023 .url: https://dx.doi.org/10.1088/1742- 6596/331/3/032023

  242. [253]

    ABriefIntroduction toPYTHIA8.1

    TorbjörnSjöstrand,StephenMrenna,andPeterSkands.“ABriefIntroduction toPYTHIA8.1”.In:ComputerPhysicsCommunications178.11(June2008), pp. 852–867.issn: 0010-4655.doi: 10 . 1016 / j . cpc . 2008 . 01 . 036. url: https : / / www . sciencedirect . com / science / article / pii / S001...

  243. [254]

    GENXICC: A Generator for Hadronic Production of Double Heavy BaryonsΞ𝑐𝑐,Ξ𝑏𝑐 and Ξ𝑏𝑏

    Chao-Hsi Chang, Jian-Xiong Wang, and Xing-Gang Wu. “GENXICC: A Generator for Hadronic Production of Double Heavy BaryonsΞ𝑐𝑐,Ξ𝑏𝑐 and Ξ𝑏𝑏”. In:Computer Physics Communications177.5 (Sept. 2007), pp. 467– 478.issn: 00104655.doi: 10.1016/j.cpc.2007.05.012 .url: http: //arxiv.org/ab...

  244. [255]

    The EvtGen Particle Decay Simulation Package

    David J. Lange. “The EvtGen Particle Decay Simulation Package”. In: Nuclear Instruments and Methods in Physics Research Section A: Accel- erators, Spectrometers, Detectors and Associated Equipment. Proceedings of the 7th Int. Conf. on B-Physics at Hadron Machines 462.1 (Apr. 2...

  245. [256]

    Geant4 Developments and Applications

    John Allison et al. “Geant4 Developments and Applications”. In:IEEE Transactions on Nuclear Science53.1 (Feb. 2006), pp. 270–278.issn: 1558- 1578.doi: 10.1109/TNS.2006.869826 .url: https://ieeexplore. ieee.org/document/1610988

  246. [257]

    2014.url:https://github.com/mermaid-js/mermaid

    Knut Sveidqvist.Mermaid: Generate Diagrams from Markdown-Like Text. 2014.url:https://github.com/mermaid-js/mermaid

  247. [258]

    LHC Availability 2017: Proton Physics – Setting the Scene

    Benjamin Todd et al. “LHC Availability 2017: Proton Physics – Setting the Scene”. In:8th Evian Workshop on LHC Beam Operation(2017), pp. 35–46. url:https://cds.cern.ch/record/2813534. 206BIBLIOGRAPHY

  248. [259]

    CiscoPublic.CiscoVisualNetworkingIndex:ForecastandTrends,2017–2022. Tech. rep

  249. [260]

    Effect of the High-Level Trigger for Detecting Long- Lived Particles at LHCb

    Lukas Calefice et al. “Effect of the High-Level Trigger for Detecting Long- Lived Particles at LHCb”. In:Front. Big Data5 (2022), p. 1008737.doi: 10.3389/fdata.2022.1008737

  250. [261]

    Allen in the First Days of Run 3

    Thomas Boettcher. “Allen in the First Days of Run 3”. In:Connecting The Dots (CTD 2022). Princeton, USA, 2022, PROC–CTD2022–33.url: https://cds.cern.ch/record/2823780

  251. [262]

    June 2018.doi:10.48550/arXiv.1806.10912.url: http: //arxiv.org/abs/1806.10912

    Vladimir Vava Gligorov.Conceptualization, Implementation, and Com- missioning of Real-Time Analysis in the High Level Trigger of the LHCb Experiment. June 2018.doi:10.48550/arXiv.1806.10912.url: http: //arxiv.org/abs/1806.10912

  252. [263]

    A Comprehensive Real-Time Analysis Model at the LHCb Experiment

    Roel Aaij et al. “A Comprehensive Real-Time Analysis Model at the LHCb Experiment”. In:Journal of Instrumentation14.04 (Apr. 2019), P04006– P04006.issn:1748-0221.doi: 10.1088/1748-0221/14/04/P04006.url: http://arxiv.org/abs/1903.01360

  253. [264]

    2020.url:https://cds.cern.ch/ record/2730181

    LHCb Collaboration.RTA and DPA Dataflow Diagrams for Run 1, Run 2, and the Upgraded LHCb Detector. 2020.url:https://cds.cern.ch/ record/2730181

  254. [265]

    Measurement of the Track Reconstruction Efficiency at LHCb

    LHCb Collaboration. “Measurement of the Track Reconstruction Efficiency at LHCb”. In:Journal of Instrumentation10.02 (Feb. 2015), P02007.issn: 1748-0221.doi: 10 . 1088 / 1748 - 0221 / 10 / 02 / P02007.url: https : //dx.doi.org/10.1088/1748-0221/10/02/P02007

  255. [266]

    SelectionandProcessingofCalibrationSamplestoMeasure the Particle Identification Performance of the LHCb Experiment in Run 2

    RoelAaijetal.“SelectionandProcessingofCalibrationSamplestoMeasure the Particle Identification Performance of the LHCb Experiment in Run 2”. In:EPJ Techniques and Instrumentation6.1 (Dec. 2019), pp. 1–16. issn: 2195-7045.doi: 10 . 1140 / epjti / s40485 - 019 - 0050 - z.url: htt...

  256. [267]

    2018.doi: 10.17181/CERN.Q0P4.57ON.url: https://cds.cern.ch/ record/2319756

    LHCb Collaboration.Computing Model of the Upgrade LHCb Experiment. 2018.doi: 10.17181/CERN.Q0P4.57ON.url: https://cds.cern.ch/ record/2319756

  257. [268]

    A Comparison of CPU and GPU Implementations for the LHCb Experiment Run 3 Trigger

    Roel Aaij et al. “A Comparison of CPU and GPU Implementations for the LHCb Experiment Run 3 Trigger”. In:Computing and Software for Big Science6.1(Dec.2021),p.1.issn:2510-2044.doi: 10.1007/s41781-021- 00070-2.url:https://doi.org/10.1007/s41781-021-00070-2

  258. [269]

    A Parallel-Computing Algorithm for High- Energy Physics Particle Tracking and Decoding Using GPU Architectures

    Placido Fernandez Declara et al. “A Parallel-Computing Algorithm for High- Energy Physics Particle Tracking and Decoding Using GPU Architectures”. In:IEEE Access7 (2019), pp. 91612–91626.issn: 2169-3536.doi: 10. 1109/ACCESS.2019.2927261.url: https://ieeexplore.ieee.org/ docume...

  259. [270]

    TrackingonGPUatLHCb’sFullySoftwareTrigger

    AlessandroScarabotto.“TrackingonGPUatLHCb’sFullySoftwareTrigger”. In:Connecting The Dots (CTD 2022). 2022, PROC–CTD2022–28.url: https://cds.cern.ch/record/2823783

  260. [271]

    Claus Grupen and Boris Shwartz.Particle Detectors. 2nd ed. Cambridge MonographsonParticlePhysics,NuclearPhysicsandCosmology.Cambridge: CambridgeUniversityPress,2008.doi: 10.1017/CBO9780511534966.url: https://www.cambridge.org/core/books/particle-detectors/ 3431B735771D61076439...

  261. [272]

    The Positive Electron

    Carl D. Anderson. “The Positive Electron”. In:Physical Review43.6 (Mar. 1933), pp. 491–494.doi: 10 . 1103 / PhysRev . 43 . 491.url: https : //link.aps.org/doi/10.1103/PhysRev.43.491

  262. [273]

    2021.url:https://cds.cern.ch/ record/2752971

    Peilian Li, Eduardo Rodrigues, and Sascha Stahl.Tracking Definitions and Conventions for Run 3 and Beyond. 2021.url:https://cds.cern.ch/ record/2752971

  263. [274]

    LHCb Collaboration.Track Types for the LHCb Upgrade.url:https:// twiki.cern.ch/twiki/pub/LHCb/ConferencePlots/trackTypes_ upgrade.pdf

  264. [275]

    The LHCb VELO detector: Design, operation and first results

    David Friday. “The LHCb VELO detector: Design, operation and first results”.In:NuclearInstrumentsandMethodsinPhysicsResearchSectionA: Accelerators, Spectrometers, Detectors and Associated Equipment1070 (Jan. 2025), p. 170028.issn: 0168-9002.doi:10.1016/j.nima.2024.170028. url:...

  265. [277]

    Charge Sharing in Silicon Pixel Detectors

    Keith Mathieson et al. “Charge Sharing in Silicon Pixel Detectors”. In:Nu- clear Instruments and Methods in Physics Research Section A: Accelerators, Spectrometers, Detectors and Associated Equipment. 3rd International Work- shop on Radiation Imaging Detectors 487.1 (July 2002...

  266. [278]

    Efficient Component Labeling of Images of Arbitrary Dimension Represented by Linear Bintrees

    Hanan Samet and Markku Tamminen. “Efficient Component Labeling of Images of Arbitrary Dimension Represented by Linear Bintrees”. In:IEEE Transactions on Pattern Analysis and Machine Intelligence10.4 (July 1988), pp. 579–586.issn: 1939-3539.doi: 10 . 1109 / 34 . 3918.url: https...

  267. [279]

    A General Approach to Connected-Component Labeling for Arbitrary Image Represen- tations

    Michael B. Dillencourt, Hanan Samet, and Markku Tamminen. “A General Approach to Connected-Component Labeling for Arbitrary Image Represen- tations”. In:J. ACM39.2 (Apr. 1992), pp. 253–280.issn: 0004-5411.doi: 10.1145/128749.128750.url: https://dl.acm.org/doi/10.1145/ 128749.128750

  268. [280]

    A Fast Local Algorithm for Track Reconstruction on Parallel Architectures

    Daniel Hugo Cámpora Pérez, Niko Neufeld, and Agustin Riscos Nuñez. “A Fast Local Algorithm for Track Reconstruction on Parallel Architectures”. In:2019 IEEE International Parallel and Distributed Processing Symposium Workshops (IPDPSW). May 2019, pp. 698–707.doi:10.1109/IPDPSW...

  269. [281]

    2020.url: https://cds.cern.ch/record/2722327

    LHCb Collaboration.Performance of the GPU HLT1 (Allen). 2020.url: https://cds.cern.ch/record/2722327

  270. [282]

    GDL4HEP.ETX4VELO: Track Reconstruction in the Velo, Using the Tools of Exa.TrkX.url:https://gitlab.cern.ch/gdl4hep/etx4velo

  271. [283]

    GDL4HEP.XDIGI2CSV: A Versatile Tool for Running Allen and Moore Algorithms in a Reproducible Manner.url:https://gitlab.cern.ch/ gdl4hep/xdigi2csv

  272. [284]

    GDL4HEP.MonteTracko: A Python Library for Evaluating the Performance of Track Reconstruction Algorithms.url:https://gitlab.cern.ch/ gdl4hep/montetracko

  273. [285]

    GPU Usage in ATLAS Reconstruction and Analysis

    Attila Krasznahorkay et al. “GPU Usage in ATLAS Reconstruction and Analysis”. In:EPJ Web Conf.245 (2020). Ed. by C. Doglioni et al., p. 05006. doi:10.1051/epjconf/202024505006

  274. [286]

    GPU Acceleration of the ATLAS Calorimeter Clustering Algorithm

    Nuno Fernandes. “GPU Acceleration of the ATLAS Calorimeter Clustering Algorithm”. In:Journal of Physics: Conference Series2438.1 (Feb. 2023), p. 012044.issn: 1742-6596.doi: 10.1088/1742-6596/2438/1/012044. url:https://dx.doi.org/10.1088/1742-6596/2438/1/012044

  275. [287]

    Track Finding in ATLAS Using GPUs

    Johannes Mattmann and Christian Schmitt. “Track Finding in ATLAS Using GPUs”. In:Journal of Physics: Conference Series396.2 (Dec. 2012), p. 022035.issn: 1742-6596.doi: 10.1088/1742-6596/396/2/022035 . url:https://dx.doi.org/10.1088/1742-6596/396/2/022035

  276. [288]

    OptimisingtheConfigurationoftheCMSGPURecon- struction

    AbdullaEbrahimetal.“OptimisingtheConfigurationoftheCMSGPURecon- struction”.In:EPJWebConf.295(2024),p.11015.doi: 10.1051/epjconf/ 202429511015.url:https://cds.cern.ch/record/2919415

  277. [289]

    2022.url:https://cds.cern.ch/record/2851656

    CMSCollaboration.CommissioningCMSOnlineReconstructionwithGPUs. 2022.url:https://cds.cern.ch/record/2851656

  278. [290]

    Usage of GPUs in ALICE Online and Offline Processing during LHC Run 3

    David Rohr. “Usage of GPUs in ALICE Online and Offline Processing during LHC Run 3”. In:EPJ Web of Conferences251 (2021), p. 04026. issn: 2100-014X.doi: 10.1051/epjconf/202125104026 .url: http: //arxiv.org/abs/2106.03636. BIBLIOGRAPHY209

  279. [291]

    UsageofGPUsforOnlineandOfflineReconstructioninALICE inRun3

    DavidRohr.“UsageofGPUsforOnlineandOfflineReconstructioninALICE inRun3”.In:Proceedingsof42ndInternationalConferenceonHighEnergy Physics — PoS(ICHEP2024). Dec. 2024, p. 1012.doi:10.22323/1.476. 1012.url:http://arxiv.org/abs/2502.09138

  280. [293]

    Exploring Deep Learning MethodsforParticleTrackReconstruction

    Rravish Kumar Sharma and Goldie Gabrani. “Exploring Deep Learning MethodsforParticleTrackReconstruction”.In:19thInternationalConference onComputationalScienceandItsApplications(ICCSA).July2019,pp.120– 125.doi: 10.1109/ICCSA.2019.00009 .url: https://ieeexplore. ieee.org/documen...

  281. [294]

    Samuel Van Stroud et al.Transformers for Charged Particle Track Recon- struction in High Energy Physics. Nov. 2024.doi:10.48550/arXiv.2411. 07149.url:http://arxiv.org/abs/2411.07149

  282. [295]

    The Particle Track Reconstruction Based on Deep LearningNeuralNetworks

    Dmitriy Baranov et al. “The Particle Track Reconstruction Based on Deep LearningNeuralNetworks”.In:EPJWebofConferences214(2019),p.06018. issn: 2100-014X.doi: 10.1051/epjconf/201921406018 .url: http: //arxiv.org/abs/1812.03859

  283. [296]

    Steven Farrell et al.Novel Deep Learning Methods for Track Reconstruction. Oct. 2018.doi: 10.48550/arXiv.1810.06111 .url: http://arxiv. org/abs/1810.06111

  284. [297]

    TrackFormers: In Search of Transformer-Based Particle Tracking for the High-Luminosity LHC Era

    Sascha Caron et al. “TrackFormers: In Search of Transformer-Based Particle Tracking for the High-Luminosity LHC Era”. In:The European Physical Journal C85.4 (Apr. 2025), p. 460.issn: 1434-6052.doi:10.1140/epjc/ s10052-025-14156-3.url:http://arxiv.org/abs/2407.07179

  285. [298]

    Developing a Hybrid Machine Learning Model for VELO Upgrade Track Reconstruction

    Phillip John Marshall. “Developing a Hybrid Machine Learning Model for VELO Upgrade Track Reconstruction”. PhD thesis. U. of Liverpool, 2022. url:https://repository.cern/records/r43w0-zcy49

  286. [299]

    Geometric Deep Learning: Going Beyond Euclidean Data

    Michael M. Bronstein et al. “Geometric Deep Learning: Going Beyond Euclidean Data”. In:IEEE Signal Processing Magazine34.4 (July 2017), pp. 18–42.issn: 1558-0792.doi: 10 . 1109 / MSP . 2017 . 2693418.url: https://ieeexplore.ieee.org/document/7974879

  287. [300]

    End-to-End Multi-Track Reconstruction using Graph Neural Networks at Belle II

    Lea Reuter et al. “End-to-End Multi-Track Reconstruction using Graph Neural Networks at Belle II”. In:Computing and Software for Big Science 9.1 (Dec. 2025), p. 6.issn: 2510-2036, 2510-2044.doi:10.1007/s41781- 025-00135-6.url:http://arxiv.org/abs/2411.13596. 210BIBLIOGRAPHY

Pith tools

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