Classical Hardware Acceleration of Quantum Autoencoders for Real-Time Anomaly Detection in Collider Experiments


1 Introduction↩︎

Research in high energy physics (HEP) aims to test and extend the Standard Model description of fundamental particles and forces. HEP experiments operate at the frontier of data throughput and complexity; experiments such as the ATLAS detector at the Large Hadron Collider (LHC) produce tens of terabytes per second [1] of digitized signals produced by outgoing particles from hadron collisions. Such modern collider experiments record millions to billions of collisions, each containing thousands of low-level detector measurements, making collider physics an ideal setting for machine learning (ML)-driven discovery. Multi-layered trigger and data acquisition systems [2], [3] at collider experiments are essential reduce the data rates to values appropriate for storage and analysis.

Classical ML methods, such as decision trees and neural networks, are ubiquitous in HEP research and continue to deliver on key physics drivers such as precision Higgs measurements and beyond the Standard Model (BSM) discovery potential [4]. Quantum machine learning (QML) [5] offers a promising alternative approach [6] to classical ML for such data intensive tasks where extremely rare signals manifest as deviations in subtle high-dimensional long-range correlations between features. In QML, learning models are typically implemented as gate-based quantum circuits: a feature map (a sequence of parameterized single- and multi-qubit gates) embeds classical inputs into a quantum state, and an ansatz composed of trainable quantum gates (for example, entangling operations to couple qubits and build nontrivial correlations) forms the hypothesis class. Measurements of the final state define the model outputs. Applications to HEP of quantum, quantum-inspired, and hybrid classical-quantum algorithms span a variety of use cases, including simulation [7] and specialized event selection [8].

Beyond the high learning potential, QML algorithms offer efficient implementations requiring significantly fewer learnable parameters and potentially fewer operations than using classical algorithms for similar tasks. These benefits favorably position QML algorithms for running in classical hardware accelerators, such as the field programmable gate arrays (FPGAs) comprising the ATLAS Level-1 trigger which must effectively filter the initial 40 MHz event rate. FPGA-based ML also has applications in quantum systems controls [9]. The ability to simulate quantum algorithms on FPGAs also opens the door to testing QML applications in sub-millisecond or otherwise constrained “edge" scenarios where a GPU is not suitable. Emulating quantum circuits on FPGAs is a growing field, with recent developments in gate, circuit, and algorithmic implementations  [10][15]. Recent toolchains have also been developed that compile circuits into RTL emulator architectures or HLS-based state-vector simulators  [16], [17].

To assess the feasibility of QML for hardware-accelerated real-time usage in collider physics, this study considers trigger-level anomaly detection (AD). Here, AD leverages ML to learn a background distribution (typically directly from data) in order to identify elements that are out-of-distribution or non-background-like. This paradigm is particularly valuable in HEP because the exact nature of BSM physics is unknown, making it difficult and inefficient to solely pursue dedicated searches for specific signal hypotheses [18]. AD is being explored broadly at the LHC, with multiple studies and searches performed at the ATLAS [19][23] and CMS experiments [24]. Incorporating AD into the trigger offers a path to fundamentally new BSM phase space [25], but must be operable under strict resource and latency budgets with robustness to changing detector and beam conditions.

The variational autoencoder (VAE) [26] is a standard workhorse for ML-based AD, learning a background distribution by minimizing reconstruction error after encoding data through lossy compression. Quantum autoencoders (QAEs) are variational QML algorithms which implement the encoder/decoder as parameterized quantum circuits acting on qubits and can be trained analogously from quantum measurements [27]. QML models for HEP have been explored in several forms in AD with demonstrated sensitivity to anomalous LHC events  [28], [29]. Furthermore, quantum-inspired models such as tensor networks (TNs) have been considered AD [30] as well as FPGA-accelerated TNs for AD [31] and jet tagging [32].

In this work, we demonstrate quantum-autoencoder-based AD that can be emulated on FPGAs for collider trigger systems without sacrificing sensitivity to rare BSM signatures. We consider both a hybrid quantum–classical VAE, in which quantum circuits are used as part of the encoder/decoder within an otherwise classical latent-variable model, and a fully quantum autoencoder (QAE) architecture. The investigation has two components. First, we evaluate physics performance by testing AD capability across several BSM benchmark signal models chosen to be highly disparate in their detector-level signatures. Second, we evaluate real-time feasibility by synthesizing the trained models for FPGA deployment. Using agentic AI–based optimization workflows, we assess resource utilization and end-to-end inference latency and benchmark both against the requirements anticipated for trigger systems in upcoming collider runs.

2 Methodology↩︎

ML models are developed using a dataset of simulated proton-proton collision events at the LHC [33], pre-filtered to require the presence of at least one energetic electron or muon. This dataset includes five simulated processes: a background consisting of multijet events arising from quantum chromodynamics (QCD), and four beyond the Standard Model signals: a neutral scalar boson \(A\) decaying via two \(Z\) bosons to a four-lepton final state, \(A\to4\ell\); a leptoquark (LQ) decaying to a \(b\) quark and \(\tau\) lepton, \(LQ\to b\tau\); acharged scalar boson \(h^\pm\) decaying to a \(\tau\) lepton and neutrino \(\nu\), \(h^\pm\to\tau\nu\); and a neutral scalar boson \(h^0\) decaying to two \(\tau\) leptons, \(h^0\to\tau\tau\).

These events are represented by classical input features which are encoded into a quantum state by single-qubit rotation gates \(R_X(\theta)\), \(R_Y(\theta)\), and \(R_Z(\theta)\), which are parameterized quantum operations that rotate a qubit’s state on the Bloch sphere by an angle \(\theta\) about the \(x\)-, \(y\)-, and \(z\)-axes, respectively. They are defined as \[R_\alpha(\theta) = \exp\!\left(-i\frac{\theta}{2}\sigma_\alpha\right), \qquad \alpha \in \{x,y,z\},\] where \(\sigma_\alpha\) are the Pauli operators. In variational quantum algorithms, these gates typically serve as trainable parameters (and/or data-encoding “feature map” parameters), controlling the amplitudes and relative phases of the quantum state and thereby determining the model’s expressive power.

2.1 Particle Embedding↩︎

Each event is represented by 56 real-valued features describing 19 reconstructed objects: missing transverse energy (\(E_\mathrm{T}^\mathrm{miss}\)), the four leading electrons, the four leading muons, and the ten leading jets. Following the one-particle-one-qubit convention of Ref. [34], each reconstructed object is assigned to a single qubit, with its kinematic features encoded through single-qubit rotations. For non-\(E_\mathrm{T}^\mathrm{miss}\) particles, we use \[U(p_\mathrm{T},\eta,\phi) = R_X(\eta)\, R_Y(p_\mathrm{T})\, R_Z(\phi),\] while the \(E_\mathrm{T}^\mathrm{miss}\) qubit omits the \(R_X(\eta)\) rotation because \(E_\mathrm{T}^\mathrm{miss}\) is measured only in the transverse plane. We map the raw kinematic features to rotation angles using \[\begin{align} \theta_{p_{\mathrm{T}}} &= \pi\,\mathrm{clip}\!\left(\frac{\log(1+p_{\mathrm{T}})}{8},\,0,\,1\right), \\ \theta_{\eta} &= \pi\,\mathrm{clip}\!\left(\frac{\eta}{3},\,-1,\,1\right), \\ \theta_{\phi} &= \mathrm{clip}\!\left(\phi,\,-\pi,\,\pi\right). \end{align}\] The resulting angles satisfy \(\theta_{p_{\mathrm{T}}}\in[0,\pi]\) and \(\theta_{\eta},\theta_{\phi}\in[-\pi,\pi]\) such as to avoid undesirable wraparound effects. To make the encoding compatible with low-latency FPGA emulation, the full 19-qubit event register is decomposed into smaller particle-type sub-blocks. The MET, electron, and muon systems form 1-, 4-, and 4-qubit blocks, respectively. The ten jets present the main hardware challenge: fully entangling all ten jet qubits would require storing and evolving a \(2^{10}\)-amplitude state vector, which is incompatible with the real-time resource constraints targeted in this work. We therefore split the jets into two independently entangled 5-qubit sub-blocks, reducing the maximum simulated jet register from 1024 amplitudes to two 32-amplitude registers. The jet bisection is based on pairwise quantum mutual information  [31], [35], which recovers the original \(p_T\) ordering, so the sub-blocks are simply the five leading and five subleading jets.

2.2 Models↩︎

2.2.1 Quantum-Classical Hybrid VAE↩︎

As an initial exploration, we consider a quantum-classical hybrid version of the VAE architecture used in Ref.[25]. In this model, the first dense layer of the encoder is replaced by a block-structured parameterized quantum circuit (PQC). Within each block, particle features are encoded using single-qubit rotations, with each particle mapped through \(R_X(\eta_k)\,R_Y(p_{\mathrm{T},k})\,R_Z(\phi_k)\), followed by a nearest-neighbor CNOT chain. Three layers of trainable single-qubit rotations and CNOT entanglers are then applied. Each block measures a fixed set of Pauli observables, which are concatenated into a 32-dimensional quantum feature vector. Specifically, the \(E_\mathrm{T}^\mathrm{miss}\) block contributes \(\langle Z\rangle\), \(\langle X\rangle\), and \(\langle Y\rangle\); each lepton block contributes four \(\langle Z\rangle\) and four \(\langle X\rangle\) measurements; jet\(_0\) contributes five \(\langle Z\rangle\) measurements along with \(\langle Z_3 Z_4\rangle\) and \(\langle X_3 X_4\rangle\) correlators; and jet\(_1\) contributes five \(\langle Z\rangle\) measurements and one \(\langle Z_3 Z_4\rangle\) correlator. The two-wire correlator measurements on the jet sub-blocks are included to recover cross-jet information that would otherwise be lost when splitting the ten jet inputs into two smaller quantum registers. The resulting 32-dimensional quantum feature vector is passed to a classical dense layer with ReLU activation, mapping \(32 \to 16\). Two parallel linear layers then produce the mean and log-variance of a 3-dimensional Gaussian latent space, each mapping \(16 \to 3\).

Following Ref. [25], the anomaly score is taken to be the clipped Kullback-Leibler divergence (CKL) score, \[\mathcal{S}_{\mathrm{CKL}} = \frac{1}{3}\sum_i z_{\mathrm{mean},i}^2 .\] The deployed inference encoder contains 87 trainable quantum parameters and 630 classical parameters, for 717 total trainable parameters. The decoder is used only during training and is not included in the FPGA-deployed inference path. The architecture is shown in Fig. 1, with an illustration of the PQC in Fig. 2.

Figure 1: Architecture of the quantum-classical hybrid VAE encoder. The first classical encoder layer is replaced by block-structured PQCs acting on particle-type sub-blocks. The measured quantum observables are concatenated into a 32-dimensional representation, which is mapped to a 3-dimensional Gaussian latent space by classical dense layers.
Figure 2: Architecture of one parameterized quantum circuit in the quantum autoencoder with 10 trainable parameters.

2.2.2 Quantum Autoencoder↩︎

We also study a fully quantum autoencoder (QAE) model that removes the classical layers entirely and scores anomalies directly from trash-wire measurements. The model uses the same 1-4-4-5-5 particle-type block partition as the hybrid VAE. Within each multi-wire block, particle features are encoded through \(R_X(\eta)\,R_Y(p_\mathrm{T})\,R_Z(\phi)\) rotations on each wire. The circuit then applies one layer consisting of trainable RX rotations on each wire followed by a CRX ring entangler with angle \(\pi/2+\delta_{\mathrm{block}}\), where \(\delta_{\mathrm{block}}\) is a trainable scalar specific to each multi-wire block. The single-qubit \(E_\mathrm{T}^\mathrm{miss}\) block does not include an entangling operation. The QAE objective encourages background events to be compressed into the latent qubits of each block by pushing the designated trash wires toward \(|0\rangle\). Each event yields nine trash measurements: one from the \(E_\mathrm{T}^\mathrm{miss}\) block, two from each lepton block, and two from each jet sub-block. At inference time, each trash-wire excitation probability \(p_i\) is converted into a background-normalized z-score as follows: \[p_i = \frac{1-\langle Z_i\rangle}{2}; \quad z_i = \frac{p_i-\mu_i}{\sigma_i},\] where \((\mu_i,\sigma_i)\) are fitted values. The final anomaly score is defined as the sum of the two largest positive trash-wire z-scores [27]. This model contains 23 trainable quantum parameters, consisting of 20 single-qubit rotation angles and three trainable entangler offsets \(\delta_{\mathrm{block}}\), and contains no classical trainable parameters. The full architecture is shown in Fig. 3, with an example PQC in Fig. 4.

Figure 3: Architecture of the fully quantum autoencoder. Each particle-type sub-block is encoded, processed by trainable rotation and CRX entangling layers, and scored using background-normalized trash-wire excitation measurements.
Figure 4: Architecture of one parameterized quantum circuit in the quantum autoencoder. In this PQC, there are 6 trainable parameters (w_0 to w_5 and \delta).

2.3 Training↩︎

The background dataset contains 4M simulated QCD multijet events, all of which are loaded with the embedding-map normalization of Sec. 2.1 prior to training. We use half of the data for training and validation (split 90/10 for train/validation), and the other half for testing. The four BSM signal files are used in their entirety only at evaluation time. Both models are implemented in PennyLane [36] with PyTorch automatic differentiation and trained on background-only data using the Adam optimizer [37] on a single NVIDIA A100 GPU.

The hybrid VAE is trained with a batch size 512, learning rate \(10^{-4}\), epoch cap 100, and early-stopping patience 15. The objective is the standard ELBO \(\mathcal{L} = \mathcal{L}_{\mathrm{recon}} + \beta\,\mathcal{L}_{\mathrm{KL}}\), with \(\beta\) cyclically annealed between 0.1 and 0.8 over 10 epochs, following [25]. The QAE is trained with a batch size of 1024 and initial learning rate \(10^{-3}\), which is halved by ReduceLROnPlateau after two epochs without improvement in the validation loss. Early stopping is applied after 5 such epochs, with a total epoch cap of 25. The objective is the background-only \(z\)-loss \(\mathcal{L}_z = \frac{1}{N_{\mathrm{trash}}}\sum_i (1-\langle Z_i\rangle)/2\), driving trash excitation probabilities \(p_i = P(|1\rangle_i)\) toward zero on background events.

3 Results↩︎

3.1 Anomaly Detection Performance↩︎

The ability of the models to deliver anomaly detection capabilities is gauged through their ability to discriminate a variety of different signals models from the Standard Model background. This capacity is quantified by the receiver operating characteristic (ROC), specifically considering the area-under-curve (AUC). While AUC is a useful quantity to provide a general sense of signal-background discrimination from a given anomaly score, it does not probe the high background rejection tails of the classifier, which is often the most relevant regime for collider analysis applications. Therefore the true positive rate (TPR) at a fixed background efficiency of 10\(^{-5}\) is also considered.

Figure 5 presents the ROC curves for both the hybrid VAE and QAE models, including all BSM signals. Both the AUC and TPR metrics are competitive with or exceeding performance of state-of-the-art classical ML methods [33]. The QAE exhibits lower AUC than the hybrid VAE for some signals. This is expected, as its training objective and score construction are designed to maximize sensitivity in the low-FPR tail relevant for triggering rather than global rank ordering. Consistent with this, its \(\mathrm{TPR}@10^{-5}\) remains competitive across all four signals.

a

b

Figure 5: ROC curves for the hybrid VAE (left) and QAE (right) for all four BSM signals. The red dashed line indicates the fixed false positive rate (FPR) of 10\(^{-5}\) used to assess the model performance at low background acceptance for the HEP context..

3.2 Quantization and FPGA Synthesis↩︎

Quantization is a useful tool to compress ML models for FPGA deployment, reducing memory footprint and arithmetic complexity while preserving sufficient accuracy to meet strict latency and resource constraints. Both model kernels are synthesized for the Alveo U200 FPGA at a 5.5 ns target clock with a 0.2 ns tolerance. Inputs enter as IEEE-754 floats and are cast to the encoder type at load, while weights are embedded as static const ROMs. The deployed formats are summarized in Table ¿tbl:tab:fixedpoint?.

For the hybrid VAE, we jointly sweep the fixed-point widths \((q_{\mathrm{ae}},\mu,m,z,s)\) over total width \(W\in\{10,\ldots,32\}\) as shown in Fig. 6 (left). Performance collapses for \(W\leq14\) due to overflow in the encoder accumulation and subsequent saturation through the re-upload chain. For \(W\geq18\), the AUC becomes artificially inflated as saturation compresses the background-score tail, whereas the operating-point metric \(\mathrm{TPR}@10^{-5}\) remains within \(\pm5\%\) of the 32-bit baseline.

The same sweep is performed for the QAE over \((q_{\mathrm{ae}},\mu,s)\) as shown in Fig. 6 (right). At lower precisions, the score distribution becomes heavily quantized, causing many background events to share identical scores. This leaves the overall anomaly-score ranking, and hence the AUC, largely unchanged or even artificially improved, while substantially perturbing the extreme upper tail that determines \(\mathrm{TPR}@10^{-5}\). Consequently, the operating-point metric is a more faithful indicator of deployment performance than AUC in the low-precision regime.

a

b

Figure 6: Fixed-point quantization sweep for the Hybrid VAE (left) and the QAE (right). The x-axis shows the swept total bit-width \(W\) (the first template parameter of the HLS fixed-point type) applied to each quantized datatype, while integer-bit allocations remain fixed. The curves report the relative change in AUC and \(\mathrm{TPR}@10^{-5}\) FPR with respect to the 32-bit implementation..

Claude Code’s agentic AI tools are used to optimize the FPGA resource usage for this study. A global objective of minimizing latency is set under the constraint of keeping resource consumption within a single FPGA Super Logic Region (SLR) along with a sanity check of avoiding I/O timing mismatches in parallelized algorithmic loops. The outer loop was run under the global objective until the agent found a satisfactory solution, which was used as the implementation shown in this work.

3.3 Resource and Latency Analysis↩︎

Table ¿tbl:tab:synthesis? presents the resources and latencies of both the hybrid and quantum autoencoder models after FPGA synthesis. Resources are presented in terms of FPGA look-up tables (LUTs), digital signal processors (DSPs), and flip-flops (FFs). Both models can run in under 10 \(\mu\)s within the resource constraints of a single SLR, with the QAE running in under 1 \(\mu\)s. Exact final resource and latency usage is flexible and can be dictated by task-specific optimization. These results indicate an FPGA deployment of both the hybrid VAE and QAE that is consistent with real-time constraints of future collider trigger systems.

Furthermore, we compare per-event QAE inference latency across CPU, GPU, and FPGA implementations as a function of batch size in Figure 7. At a batch size of one, which is the operating regime of the trigger system, the FPGA kernel is the fastest option. However, as batch size is increased, multi-threaded CPU and CUDA implementations surpass the FPGA in per-event throughput. This behavior is consistent with prior observations that FPGA emulation is advantaged for small quantum registers where per-event work is too limited to occupy massively parallel hardware [14], [15].

Figure 7: Per-event inference latency of the QAE as a function of batchsize across hardware platforms: PennyLane state-vector simulation on asingle CPU core and on GPU, a specialized compiled C++ implementation on one and 16 CPU cores, a CUDA implementation onGPU, and the synthesized FPGA kernel. CPU and GPU per-event latenciesfall with batch size as overheads are amortized. The trigger operating point corresponds to the left edgeof the plot.

4 Conclusions↩︎

We present quantum and classical-quantum hybrid autoencoder models developed for real-time anomaly detection in future collider experiments. Both models leverage rotation gates to embed classical event features into per-particle quantum states and entangle groups of particles together. The resulting models can meet or exceed state-of-the-art anomaly detection capability, as measured by breadth of signal-background discrimination, using fewer than 100 trainable quantum parameters. Furthermore, after quantization and FPGA synthesis, both models can meet latency requirements of future colliders and fit within 1 FPGA SLR, with the QAE final latency being below 1\(\mu\)s. These results indicate the potential for quantum ML, deployed via classical FPGA emulation, to complement classical methods for real-time inference in detector readout. Future work could include an agentic AI approach to optimizing the algorithmic implementation of the quantum gates in synergy with the HLS statements, and a hybrid quantum gate-tensor network implementation tailored to FPGA resource minimization at performance parity.

Funding↩︎

This work is supported by the U.S. Department of Energy under contract number DE-AC02-76SF00515 and the Office of the Vice Provost for Undergraduate Education at Stanford University.

Author Contributions↩︎

IG was the primary developer of the ML models and methods, produced all final results and figures, and contributed to paper writing. SA and AD provided expert consultation on the QML and hardware engineering, respectively, required to produce the results. JG supervised the work, and contributed to writing and editing the paper.

Competing Interests↩︎

The authors declare no competing interests.

Data Availability↩︎

The background and signal samples used in this study are available on Zenodo [38][42].

Code Availability↩︎

The relevant machine learning code and the high-level synthesis implementation are publicly available at https://github.com/SLAC-Julia-Group/hardware-aware-quantum-autoencoders.

References↩︎

[1]
ATLAS Collaboration, The ATLAS experiment at the CERN Large Hadron Collider: a description of the detector configuration for Run 3,” Journal of Instrumentation, vol. 19, no. 5, p. P05063, May 2024, doi: 10.1088/1748-0221/19/05/p05063.
[2]
ATLAS Collaboration, Technical Design Report for the Phase-II Upgrade of the ATLAS TDAQ System,” doi: 10.17181/CERN.2LBB.4IAL.
[3]
C. Collaboration, This is the final version of the document, approved by the LHCCThe Phase-2 Upgrade of the CMS Data Acquisition and High Level Trigger,” CERN, Geneva, 2021. [Online]. Available: https://cds.cern.ch/record/2759072.
[4]
HEP ML Community, A Living Review of Machine Learning for Particle Physics.” [Online]. Available: https://iml-wg.github.io/HEPML-LivingReview/.
[5]
J. Biamonte, P. Wittek, N. Pancotti, P. Rebentrost, N. Wiebe, and S. Lloyd, “Quantum machine learning,” Nature, vol. 549, no. 7671, pp. 195–202, Sep. 2017, doi: 10.1038/nature23474.
[6]
H.-Y. Huang et al., “Quantum advantage in learning from experiments,” Science, vol. 376, no. 6598, pp. 1182–1186, 2022, doi: 10.1126/science.abn7293.
[7]
B. Nachman, D. Provasoli, W. A. de Jong, and C. W. Bauer, “Quantum algorithm for high energy physics simulations,” Phys. Rev. Lett., vol. 126, p. 062001, Feb. 2021, doi: 10.1103/PhysRevLett.126.062001.
[8]
T. Felser et al., Quantum-inspired machine learning on high-energy physics data,” npj Quantum Inf., vol. 7, p. 111, 2021, doi: 10.1038/s41534-021-00443-w.
[9]
K. C. Linne et al., SQuaD: Smart Quantum Detection for Photon Recognition and Dark Count Elimination.” 2026, [Online]. Available: https://arxiv.org/abs/2509.24383.
[10]
A. U. Khalid, Z. Zilic, and K. Radecka, “FPGA emulation of quantum circuits,” in Proceedings of the IEEE international conference on computer design, 2004, pp. 310–315.
[11]
C. Conti, D. Volpe, M. Graziano, M. Zamboni, and G. Turvani, AMARETTO: Enabling Efficient Quantum Algorithm Emulation on Low-Tier FPGAs,” in 2024 31st IEEE international conference on electronics, circuits and systems (ICECS), 2024, pp. 1–4, doi: 10.1109/ICECS61496.2024.10848965.
[12]
A. Silva and O. G. Zabaleta, FPGA quantum computing emulator using high level design tools,” in 2017 eight argentine symposium and conference on embedded systems (CASE), 2017, pp. 1–6, doi: 10.23919/SASE-CASE.2017.8115369.
[13]
Y. Hong, S. Jeon, S. Park, and B.-S. Kim, Quantum Circuit Simulator based on FPGA,” in 2022 13th international conference on information and communication technology convergence (ICTC), 2022, pp. 1909–1911, doi: 10.1109/ICTC55196.2022.9952408.
[14]
M. Aminian, M. Saeedi, M. S. Zamani, and M. Sedighi, “FPGA-based circuit model emulation of quantum algorithms,” in Proceedings of the 2008 IEEE computer society annual symposium on VLSI, 2008, pp. 399–404, doi: 10.1109/ISVLSI.2008.43.
[15]
T. V. Duy, T. H. Vu, V. T. D. Le, H. L. Pham, and Y. Nakashima, HPQEA: A Scalable and High-Performance Quantum Emulator with High-Bandwidth Memory for Diverse Algorithms Support.” 2025, [Online]. Available: https://arxiv.org/abs/2510.07110.
[16]
L. Lagostina, D. Volpe, M. Zamboni, and G. Turvani, arXiv:2506.01029AEQUAM: Accelerating quantum algorithm validation through FPGA-based emulation,” IEEE Access, 2025, [Online]. Available: https://arxiv.org/abs/2506.01029.
[17]
A. Bennakhi, G. T. Byrd, and P. Franzon, Q2SV: A high-level synthesis approach for state vector quantum simulation,” Quantum Engineering, vol. 2025, no. 1, p. 9017796, 2025, doi: 10.1155/que2/9017796.
[18]
V. Belis, P. Odagiu, and T. K. Aarrestad, “Machine learning for anomaly detection in particle physics,” Reviews in Physics, vol. 12, p. 100091, Dec. 2024, doi: 10.1016/j.revip.2024.100091.
[19]
ATLAS Collaboration, Dijet Resonance Search with Weak Supervision Using \(\sqrt{s} = 13\,\text{TeV}\) \(pp\) Collisions in the ATLAS Detector,” Phys. Rev. Lett., vol. 125, p. 131801, 2020, doi: 10.1103/PhysRevLett.125.131801.
[20]
ATLAS Collaboration, Anomaly detection search for new resonances decaying into a Higgs boson and a generic new particle \(X\) in hadronic final states using \(\sqrt{s} = 13\,\text{TeV}\) \(pp\) collisions with the ATLAS detector,” Phys. Rev. D, vol. 108, p. 052009, 2023, doi: 10.1103/PhysRevD.108.052009.
[21]
ATLAS Collaboration, Search for new physics in final states with semivisible jets or anomalous signatures using the ATLAS detector,” Phys. Rev. D, vol. 112, p. 012021, 2025, doi: 10.1103/44zp-mh1q.
[22]
ATLAS Collaboration, Search for New Phenomena in Two-Body Invariant Mass Distributions Using Unsupervised Machine Learning for Anomaly Detection at \(\sqrt{s} = 13\,\text{TeV}\) with the ATLAS Detector,” Phys. Rev. Lett., vol. 132, p. 081801, 2024, doi: 10.1103/PhysRevLett.132.081801.
[23]
ATLAS Collaboration, Weakly supervised anomaly detection for resonant new physics in the dijet final state using proton–proton collisions at \(\sqrt{s}=13\,\text{TeV}\) with the ATLAS detector,” Phys. Rev. D, vol. 112, p. 072009, 2025, doi: 10.1103/2yq5-vj59.
[24]
CMS Collaboration, “Model-agnostic search for dijet resonances with anomalous jet substructure in proton-proton collisions at \(\sqrt{s} = 13\) TeV,” Reports on Progress in Physics, vol. 88, no. 6, p. 067802, Jun. 2025, doi: 10.1088/1361-6633/add762.
[25]
E. Govorkova et al., Autoencoders on field-programmable gate arrays for real-time, unsupervised new physics detection at 40 MHz at the Large Hadron Collider,” Nature Machine Intelligence, vol. 4, no. 2, pp. 154–161, Feb. 2022, doi: 10.1038/s42256-022-00441-3.
[26]
D. P. Kingma and M. Welling, “Auto-encoding variational bayes.” 2022, [Online]. Available: https://arxiv.org/abs/1312.6114.
[27]
J. Z. Ludmir, S. Rebello, J. Ruiz, and T. Patel, Quorum: Zero-Training Unsupervised Anomaly Detection using Quantum Autoencoders.” 2025, [Online]. Available: https://arxiv.org/abs/2504.13113.
[28]
V. S. Ngairangbam, M. Spannowsky, and M. Takeuchi, “Anomaly detection in high-energy physics using a quantum autoencoder,” Physical Review D, vol. 105, no. 9, May 2022, doi: 10.1103/physrevd.105.095004.
[29]
C. Duffy, M. Hassanshah, M. Jastrzebski, and S. Malik, Unsupervised Beyond-Standard-Model Event Discovery at the LHC with a Novel Quantum Autoencoder.” 2024, [Online]. Available: https://arxiv.org/abs/2407.07961.
[30]
E. Puljak, M. Pierini, and A. Garcia-Saez, Tensor network for anomaly detection in the latent space of proton collision events at the LHC,” Machine Learning: Science and Technology, vol. 6, no. 4, p. 045001, Oct. 2025, doi: 10.1088/2632-2153/ae0243.
[31]
S. Addepalli, P. Bhattarai, A. Dave, and J. Gonski, Hardware-Aware Tensor Networks for Real-Time Quantum-Inspired Anomaly Detection at Particle Colliders.” 2026, [Online]. Available: https://arxiv.org/abs/2603.26604.
[32]
A. Coppi et al., Towards Tensor Network Models for Low-Latency Jet Tagging on FPGAs.” 2026, [Online]. Available: https://arxiv.org/abs/2601.10801.
[33]
E. Govorkova, E. Puljak, T. Aarrestad, M. Pierini, K. A. Woźniak, and J. Ngadiuba, LHC physics dataset for unsupervised New Physics detection at 40 MHz,” Scientific Data, vol. 9, no. 1, p. 118, Mar. 2022, doi: 10.1038/s41597-022-01187-8.
[34]
A. Bal, M. Klute, B. Maier, M. Oughton, E. Pezone, and M. Spannowsky, One particle - one qubit: Particle physics data encoding for quantum machine learning,” Physical Review D, vol. 112, no. 7, Oct. 2025, doi: 10.1103/l8y2-87vq.
[35]
A. Acharya, M. Rudolph, J. Chen, J. Miller, and A. Perdomo-Ortiz, Workshop at the 36th Conference on Neural Information Processing Systems (NeurIPS 2022)Qubit seriation: Improving data-model alignment using spectral ordering,” in Proceedings of the machine learning and the physical sciences workshop at NeurIPS 2022, Nov. 2022, [Online]. Available: https://arxiv.org/abs/2211.15978.
[36]
V. Bergholm et al., PennyLane: Automatic differentiation of hybrid quantum-classical computations.” 2022, [Online]. Available: https://arxiv.org/abs/1811.04968.
[37]
D. P. Kingma and J. Ba, “Adam: A method for stochastic optimization.” 2017, [Online]. Available: https://arxiv.org/abs/1412.6980.
[38]
T. Aarrestad, E. Govorkova, J. Ngadiuba, E. Puljak, M. Pierini, and K. A. Wozniak, “Unsupervised new physics detection at 40 MHz: Training dataset.” Zenodo, Jun. 2021, doi: 10.5281/zenodo.5046389.
[39]
T. Aarrestad, E. Govorkova, J. Ngadiuba, E. Puljak, M. Pierini, and K. A. Wozniak, “Unsupervised new physics detection at 40 MHz: \(A\to4\ell\) signal benchmark dataset.” Zenodo, Jun. 2021, doi: 10.5281/zenodo.5046446.
[40]
T. Aarrestad, E. Govorkova, J. Ngadiuba, E. Puljak, M. Pierini, and K. A. Wozniak, “Unsupervised new physics detection at 40 MHz: \(h^0\to\tau\tau\) signal benchmark dataset.” Zenodo, Jul. 2021, doi: 10.5281/zenodo.5061633.
[41]
T. Aarrestad, E. Govorkova, J. Ngadiuba, E. Puljak, M. Pierini, and K. A. Wozniak, “Unsupervised new physics detection at 40 MHz: \(h^+\to\tau\nu\) signal benchmark dataset.” Zenodo, Jul. 2021, doi: 10.5281/zenodo.7152617.
[42]
T. Aarrestad, E. Govorkova, J. Ngadiuba, E. Puljak, M. Pierini, and K. A. Wozniak, “Unsupervised new physics detection at 40 MHz: \(LQ\to b\tau\) signal benchmark dataset.” Zenodo, Jul. 2021, doi: 10.5281/zenodo.5055454.