The field of gravitational wave (GW) detection is progressing rapidly, with several next-generation observatories on the horizon, including LISA. GW data is challenging to analyze due to highly variable signals shaped by source properties and the presence of complex noise. These factors emphasize the need for robust, advanced analysis tools. In this context, we have initiated the development of a low-latency GW detection pipeline based on quantum neural networks (QNNs). Previously, we demonstrated that QNNs can recognize GWs simulated using post-Newtonian approximations in the Newtonian limit. We then extended this work using data from the LISA Consortium, training QNNs to distinguish between noisy GW signals and pure noise. Currently, we are evaluating performance on the Sangria LISA Data Challenge dataset and comparing it against classical methods. Our results show that QNNs can reliably distinguish GW signals embedded in noise, achieving classification accuracies above 98\%. Notably, our QNN identified 5 out of 6 mergers in the Sangria blind dataset. The remaining merger, characterized by the lowest amplitude, highlights an area for future improvement in model sensitivity. This can potentially be addressed using additional mock training datasets, which we are preparing, and by testing different QNN architectures and ansatzes.
- Paper ID: 2509.12929
- Title: Quantum Computing Tools for Fast Detection of Gravitational Waves in the Context of LISA Space Mission
- Authors: Maria-Catalina Isfan, Laurentiu-Ioan Caramete, Ana Caramete, Daniel Tonoiu, Alexandru Nicolin-Żaczek
- Classification: gr-qc astro-ph.CO astro-ph.IM physics.data-an
- Publication Date: October 17, 2025
- Paper Link: https://arxiv.org/abs/2509.12929v3
The field of gravitational wave (GW) detection is rapidly advancing, with multiple next-generation observatories, including LISA, coming online. Gravitational wave data analysis presents significant challenges due to the high variability of signals and the presence of complex noise. In this context, the authors developed a low-latency gravitational wave detection pipeline based on quantum neural networks (QNN). The results demonstrate that QNN can reliably identify gravitational wave signals embedded in noise, achieving classification accuracy exceeding 98%. In the Sangria blind test dataset, QNN successfully identified 5 out of 6 merger events, failing only to detect the merger event with the smallest amplitude.
- Gravitational Wave Detection Challenges: The LISA space mission will generate large volumes of complex gravitational wave data requiring processing within one hour of receiving L0-level data
- Signal Complexity: Gravitational wave signals exhibit highly variable phase and amplitude characteristics dependent on source parameters including mass, spin, and eccentricity
- Noise Interference: Overlapping gravitational waves from galactic white dwarf binary systems create a complex noise background
- Data Volume Challenges: LIGO generates approximately 1 PB of raw data per detector annually, with 20 TB of strain data remaining after processing
- Computational Efficiency Requirements: Traditional methods struggle to meet the real-time analysis demands of the LISA mission
- Quantum Advantage: Quantum machine learning promises exponential acceleration and enhanced data processing efficiency
- Technical Preparation: Establishing robust data analysis tools prior to LISA's formal operation
- Novel Application: First application of quantum neural networks to gravitational wave detection for the LISA space mission
- Two-Stage Training Strategy: Pioneering warm-start methodology for training QNN to recognize gravitational wave signals
- Efficient Architecture: Designed QNN requiring only 64 trainable parameters, reducing parameter count by 99.998% compared to classical neural networks
- Practical Validation: Verified method effectiveness in the Sangria LISA Data Challenge, achieving classification accuracy exceeding 98%
- Performance Comparison: Systematic comparison of quantum and classical method advantages and disadvantages
Input: Time series gravitational wave data (including noise)
Output: Binary classification result (0=noise, 1=gravitational wave signal/merger event)
Constraint: L0 data processing must be completed within one hour
The QNN is based on the Variational Quantum Classifier (VQC) algorithm, comprising three core modules:
- Feature Map
- Employs first-order Pauli-Z expansion circuit
- Encodes classical input as quantum state
- Each qubit encodes one feature dimension
- Parameterized Circuit (Ansatz)
- Uses Pauli Two Design circuit
- 4-layer repetitive structure with 16 trainable parameters per layer
- Total of 64 trainable parameters
- Measurement and Post-processing
- Measures all qubits in computational basis {|0⟩, |1⟩}
- Uses Algorithm 1 for probability calculation and label prediction
Phase One: Adjacent Window Sampling
- Window length: 3,500 data points
- Generates approximately 1,800 training samples
- Labels: Sangria dataset=1, noise=0
Phase Two: Overlapping Sliding Window Sampling
- Window length: 1,000 data points, stride: 100
- Generates approximately 63,000 training samples
- Merger labels: 4 days before merger + 27 minutes after merger=1, otherwise=0
- Warm-start Training Strategy: First trains QNN to identify blind test dataset as gravitational wave signal, then performs merger event detection
- Compact Feature Representation: Utilizes 9 signal features (power spectral density mean, signal extrema, standard deviation, peak frequency, spectral entropy, quantiles, etc.), ultimately selecting 4 optimal features
- Quantum Advantage Utilization: Leverages quantum superposition and entanglement properties to process high-dimensional feature spaces
Sangria LISA Data Challenge:
- Training dataset: One-year time series containing 15 known gravitational wave signals
- Blind test dataset: One-year time series containing 6 unknown merger events
- Sampling frequency: One data point per 5 seconds
- Noise composition: Gaussian instrumental noise, galactic white dwarf binary noise, white dwarf binary noise, stochastic background noise
- Classification accuracy
- Merger event detection success rate
- Probability threshold optimization (0.44 selected as detection threshold)
- Classical Recurrent Neural Network (RNN)
- Traditional matched filtering method
- Optimizer: COBYLA
- Loss function: Binary cross-entropy
- Quantum circuit: 4 qubits
- Feature normalization: Min-max normalization to 0,1 interval
Phase One Results:
- Blind test dataset identified as gravitational wave signal with probability exceeding 98%
- Successfully established decision boundary between noise and signal
Phase Two Results:
- Successfully identified 5 out of 6 merger events
- Failed to detect the merger event with smallest amplitude
- Detected merger events align well with true times
- Detection probability positively correlates with merger amplitude
| Method | Parameters | Data Samples | Detection Success Rate | Detection Threshold |
|---|
| QNN | 64 | 63,062 | 5/6 | 0.44 |
| RNN | 4,240,385 | 6,307,180 | 6/6 | <0.5 |
QNN Advantages:
- Parameter reduction of 99.998%
- Data requirement reduction of 99.98%
- Concise architecture with strong generalization capability
RNN Advantages:
- Detects all merger events
- Lower detection threshold
- QNN exhibits smooth decision gradients in feature space
- Detection performance closely correlates with signal amplitude
- Quantum methods demonstrate significant advantages in resource-constrained environments
- Traditional matched filtering methods
- Machine learning applications in LIGO data
- LISA data analysis pipeline development
- Theoretical foundations of quantum neural networks
- Variational quantum algorithms
- Experimental verification of quantum advantage
This paper represents the first quantum computing approach for the LISA space mission, filling a gap in the field.
- QNN effectively identifies gravitational wave signals embedded in noise
- Quantum methods demonstrate significant advantages in parameter efficiency and data requirements
- Two-stage training strategy proves effective
- Small-amplitude signal detection requires further improvement
- Failed to detect the smallest-amplitude merger event
- Currently verified only on simulators, not tested on real quantum hardware
- Focuses only on binary black hole mergers, does not cover other gravitational wave sources
- Training dataset relatively limited
- Test different quantum circuit ansatz designs
- Prepare additional simulated training datasets
- Benchmark on real quantum hardware
- Extend to gravitational wave parameter estimation
- Develop hybrid quantum-classical methods
- Strong Innovation: First application of QNN to LISA mission with pioneering significance
- Rigorous Methodology: Employs systematic two-stage training strategy with solid theoretical foundation
- Comprehensive Experiments: Validated on standard data challenge with detailed comparison to classical methods
- High Practical Value: Provides feasible technical pathway for future LISA missions
- Resource Efficiency: Significantly reduces parameter count and data requirements
- Detection Completeness: Fails to detect all merger events, performance slightly inferior to classical methods
- Missing Hardware Verification: Validated only on simulators, lacks testing on real quantum devices
- Generalization Capability: Relatively limited training data, generalization capability requires further verification
- Theoretical Analysis: Lacks in-depth theoretical analysis of quantum advantage sources
- Academic Value: Opens new directions for quantum machine learning applications in astrophysics
- Practical Significance: Provides new data analysis tools for space missions like LISA
- Technology Advancement: Promotes practical applications of quantum computing in scientific computation
- Data processing in resource-constrained space environments
- Real-time detection systems requiring low-latency response
- Classification tasks on large-scale time series data
- Weak signal detection in noisy environments
The paper cites 81 relevant references spanning multiple fields including gravitational wave physics, quantum computing, and machine learning, providing solid theoretical foundation for the research. Key references include LISA mission documentation, quantum machine learning theoretical foundations, and related data analysis methods.