Quantum Computing for Partition Function Estimation of a Markov Random Field in a Radar Anomaly Detection Problem
Presles, Enderli, Burel et al.
In probability theory, the partition function is a factor used to reduce any probability function to a density function with total probability of one. Among other statistical models used to represent joint distribution, Markov random fields (MRF) can be used to efficiently represent statistical dependencies between variables. As the number of terms in the partition function scales exponentially with the number of variables, the potential of each configuration cannot be computed exactly in a reasonable time for large instances. In this paper, we aim to take advantage of the exponential scalability of quantum computing to speed up the estimation of the partition function of a MRF representing the dependencies between operating variables of an airborne radar. For that purpose, we implement a quantum algorithm for partition function estimation in the one clean qubit model. After proposing suitable formulations, we discuss the performances and scalability of our approach in comparison to the theoretical performances of the algorithm.
academic
Quantum Computing for Partition Function Estimation of a Markov Random Field in a Radar Anomaly Detection Problem
This paper proposes a quantum computing-based solution for the partition function estimation problem in probability theory. The partition function is a critical factor for normalizing probability functions into density functions with total probability equal to 1. As a Markov Random Field (MRF) effectively represents statistical dependencies between variables, the number of terms in its partition function grows exponentially with the number of variables, making exact computation infeasible for large-scale instances within reasonable time. This paper leverages the exponential scalability advantage of quantum computing to accelerate the estimation of partition functions for MRFs representing operational variable dependencies in airborne radar systems, implementing a quantum algorithm for partition function estimation within the single-qubit model.
Radar Anomaly Detection Requirements: Modern airborne radar systems (such as RBE2, RDY) comprise numerous components requiring extremely high flight reliability. Built-in test equipment collects substantial operational data; however, due to limited onboard computational capacity, only major faults can be processed, overlooking anomalies that do not cause system collapse.
Partition Function Computation Challenges: In probabilistic graphical models, the partition function ZΩ is defined as:
pΩ(x) = (1/ZΩ) · ϕ1(D1) · ϕ2(D2) · ... · ϕk(Dk)
Its computational complexity grows exponentially with the number of variables n, making enumeration infeasible for large-scale instances.
Limitations of Existing Methods:
Sampling methods require 10^5 intermediate steps and hours of computation
Variational methods' performance is tightly coupled with distribution properties, with complexity increasing as potential function values grow
Belief propagation methods' performance depends on graph structure
All methods face trade-offs between accuracy and computational time
To leverage the exponential scalability advantage of quantum computing to overcome the bottleneck of classical computation in partition function estimation, providing more efficient solutions for radar anomaly detection.
Quantum Algorithm Adaptation: Adapting the partition function estimation algorithm in the single-qubit model to the Markov Random Field problem in radar anomaly detection
Quadratic Hamiltonian Construction: Proposing a method to transform binary quadratic form problems into quantum Hamiltonians whose eigenvalues correspond to probability configurations
Experimental Verification and Analysis: Verifying algorithm performance through IBM Qiskit simulation and comparing with theoretical results
Parameter Optimization Strategy: Discovering parameter settings superior to theoretical values, reducing computational overhead while maintaining accuracy
Input: Parameter matrix Θ of binary Markov Random Field, where FC(xC) = xC^T Θ xC
Output: Estimated value of partition function ZC = Σ_{xC∈{0,1}^n} exp(FC(xC))
Constraint: Achieving exponential acceleration within polynomial time using quantum computing
Sample Efficiency Improvement: For n=4, achieving approximately 10% error with only 10^4 samples, whereas theory predicts approximately 10^9 samples required
Chebyshev Order Optimization: Algorithm performance stabilizes at K=3; further increasing K does not significantly improve accuracy but increases quantum gate count
Scalability Analysis:
IBM Condor (1121 physical qubits) can support binary MRFs with up to 186 nodes (corresponding to ~10^56 partition function terms)
On quantum computers capable of preparing maximum mixed states, support extends to 373 nodes (corresponding to ~10^112 partition function terms)
The paper cites 21 important references covering fundamental quantum computing theory, Hamiltonian simulation, partition function estimation, and other key domains, providing solid theoretical foundations for the research.