Papers
Topics
Authors
Recent
Search
2000 character limit reached

Quantum Adaptive Search (QAGS)

Updated 3 April 2026
  • QAGS is a hybrid quantum-classical algorithm that integrates quantum amplitude encoding with adaptive domain contraction for global optimization in high-dimensional, continuous and discrete spaces.
  • The method employs quantum state preparation, probabilistic evaluations, and adaptive thresholding to focus computational resources on the most promising regions, significantly reducing run time and memory usage.
  • Validated across benchmarks in optimization, QUBO problems, and genomics, QAGS demonstrates notable improvements over classical approaches through precise amplitude amplification and iterative refinement.

Quantum Adaptive Search (QAGS) is a family of hybrid quantum-classical algorithms designed for efficient global optimization and quantum-enhanced search in both continuous and discrete high-dimensional spaces. QAGS integrates quantum state preparation and amplitude amplification—often inspired by Grover’s algorithm or its generalizations—with adaptive contraction or filtering techniques to focus resources on the most promising regions of the solution space. By utilizing quantum probability amplitude distributions to guide domain reduction or solution space pruning, QAGS achieves substantial improvements in accuracy, run time, and resource efficiency compared to both classical and naively quantum approaches (Intoccia et al., 26 Jun 2025, Sano et al., 2023).

1. Theoretical Framework and Algorithmic Structure

QAGS targets high-dimensional global unconstrained optimization, which seeks x=argminxΩ0f(x)\mathbf{x}^* = \operatorname{argmin}_{\mathbf{x} \in \Omega_0} f(\mathbf{x}) for black-box functions f:RdRf: \mathbb{R}^d \to \mathbb{R} over a bounded domain Ω0Rd\Omega_0 \subset \mathbb{R}^d. The algorithm iteratively performs the following steps (Intoccia et al., 26 Jun 2025):

  1. Grid Discretization: At iteration kk, construct a uniform grid GkG_k over the current search box Ωk\Omega_k, using mm qubits per dimension (M=(2m)dM = (2^m)^d points in total).
  2. Quantum Amplitude Encoding: For each xGkx \in G_k, compute f(x)f(x). Define a Boltzmann-type mapping for each point's amplitude, f:RdRf: \mathbb{R}^d \to \mathbb{R}0, where f:RdRf: \mathbb{R}^d \to \mathbb{R}1 and f:RdRf: \mathbb{R}^d \to \mathbb{R}2 are the minimum and standard deviation of f:RdRf: \mathbb{R}^d \to \mathbb{R}3 values over f:RdRf: \mathbb{R}^d \to \mathbb{R}4.
  3. Quantum State Preparation: Prepare the quantum state f:RdRf: \mathbb{R}^d \to \mathbb{R}5 using qubit-efficient qRAM-based amplitude loading.
  4. Probability Measurement and Adaptive Domain Contraction: Measure f:RdRf: \mathbb{R}^d \to \mathbb{R}6 in the computational basis, estimate the probabilities f:RdRf: \mathbb{R}^d \to \mathbb{R}7, and select a high-probability quantile subset f:RdRf: \mathbb{R}^d \to \mathbb{R}8 (e.g., top-f:RdRf: \mathbb{R}^d \to \mathbb{R}9). Project this back to Ω0Rd\Omega_0 \subset \mathbb{R}^d0 to contract the domain.
  5. Classical Local Refinement: Apply a classical optimizer (e.g., L-BFGS-B) to each contracted set Ω0Rd\Omega_0 \subset \mathbb{R}^d1.
  6. Termination: Repeat until the search box diameter falls below threshold Ω0Rd\Omega_0 \subset \mathbb{R}^d2 or a maximum number of iterations Ω0Rd\Omega_0 \subset \mathbb{R}^d3 is reached.

For combinatorial or QUBO-formulated problems, QAGS is realized as a Grover Adaptive Search (GAS), where instead of continuous contraction, quantum amplitude amplification is repeatedly performed with adaptively updated cost thresholds, marking solution subsets of decreasing cost (Sano et al., 2023, Tariq et al., 6 Nov 2025).

2. Quantum Encoding and Probabilistic Evaluation

The core mechanism in QAGS is the quantum encoding of solution quality. For continuous problems, the amplitude of each grid point in Ω0Rd\Omega_0 \subset \mathbb{R}^d4 is exponentially stacked according to its fitness, yielding a highly non-uniform quantum probability distribution biased toward lower Ω0Rd\Omega_0 \subset \mathbb{R}^d5 values (Intoccia et al., 26 Jun 2025). In discrete settings, GAS circuits encode the cost polynomial Ω0Rd\Omega_0 \subset \mathbb{R}^d6 as phase rotations on value qubits, and adaptive threshold oracles perform amplitude amplifications over sublevel sets, enabling iterative focus on improving bit strings (Sano et al., 2023, Tariq et al., 6 May 2025).

Measurement yields probability estimates, Ω0Rd\Omega_0 \subset \mathbb{R}^d7 in the continuous case or binary cost oracle outputs in GAS variants, that are used to select subregions or bit-strings for further iteration or classical verification.

3. Adaptive Contraction and Solution Refinement

Contraction is achieved via a quantile selection rule in the continuous domain: after estimating Ω0Rd\Omega_0 \subset \mathbb{R}^d8, Ω0Rd\Omega_0 \subset \mathbb{R}^d9 is shrunk to the smallest hyperrectangle containing the top-kk0 quantile kk1 of grid points (Intoccia et al., 26 Jun 2025). In QUBO/GAS-type settings, contraction is realized by adaptively updating Grover thresholds based on the best-so-far function values, restricting the quantum search to increasingly smaller marked sets (sublevel sets of the cost function).

This hybrid mechanism guarantees the active region’s volume satisfies kk2 per iteration in the continuous case, leading to geometric shrinkage and, under mild continuity assumptions, to convergence of solution sequences to global minima (Intoccia et al., 26 Jun 2025). In QUBO/GAS variants, the threshold schedule ensures the expected query complexity remains kk3 but is reduced substantially with good initialization (e.g., via MMSE), especially when only a small fraction of solutions remain marked (Tariq et al., 6 May 2025, Tariq et al., 6 Nov 2025).

4. Complexity, Resource Analysis, and Implementation

Resource requirements and runtime scaling are determined by:

  • Quantum Memory: kk4 qubits for grid encoding (continuous); kk5 qubits for QUBO encoding (GAS).
  • Classical Memory: kk6 for grid storage or amplitude/combinatorial mapping.
  • Quantum Gate Depth: kk7 (continuous) or kk8 rotations depending on cost polynomial order and degree (GAS) (Sano et al., 2023).
  • Iterations: Number of contraction steps scales logarithmically with the contraction rate; overall wall-clock complexity is kk9 for GkG_k0 adaptive steps and GkG_k1 measurement shots per step (Intoccia et al., 26 Jun 2025).
  • Grover/Amplitude Amplification Queries: QAGS/GAS achieves GkG_k2 scaling versus GkG_k3 classical exhaustive search for binary optimization, further reduced with threshold initialization and high-order circuit optimizations (Sano et al., 2023, Tariq et al., 6 Nov 2025).

Empirical results demonstrate that QAGS can achieve up to 88.5% reduction in run time and 87.7% in memory vs. classical adaptive grid search for quadratic benchmark functions in dimension 10, and higher-order circuit optimizations (e.g., polynomial factorization, order reduction) further reduce the number of qubits, gates, and T-counts for GAS compiled on surface code platforms (Intoccia et al., 26 Jun 2025, Sano et al., 2023).

5. Applications and Benchmarking

QAGS has been validated on both continuous and discrete problems:

  • Continuous Global Optimization: On Rastrigin, Styblinski–Tang, Rosenbrock, and sphere functions, QAGS achieved either exact or near-exact minima, with errors down to GkG_k4 in high dimensions. It surpassed classical grid search in both speed and RAM usage (Intoccia et al., 26 Jun 2025).
  • Discrete Optimization (QUBO/GSM/MLD): QAGS/GAS outperforms classical exhaustive search in maximum-likelihood detection for RIS-assisted single-carrier and generalized spatial modulation systems. With MMSE-initialized thresholds, GAS achieves near-optimal BER with substantially fewer oracle queries and maintains performance under depolarizing and readout noise in NISQ settings (Tariq et al., 6 Nov 2025, Yukiyoshi et al., 2024, Tariq et al., 6 May 2025).
  • Genomics: In DNA alignment, a QAGS variant (QiBAM) realized GkG_k5 quantum scaling for read matching and was validated via OpenQL/QX simulation for bins up to ~133 qubits (Sarkar et al., 2019).
  • Resource-Efficient Search on NISQ: The ReSaQuS framework implements QAGS in constrained environments, demonstrating up to 86% reduction in cumulative qubit consumption by iterative filtering and domain compression, enabling search with limited quantum resources (Jiang et al., 2024).

6. Hybrid and High-Order Extensions

The QAGS paradigm spans a spectrum of hybridizations:

  • Quantum–Classical Partitioning: Initial quantum search/preprocessing followed by classical local refinement (continuous, (Intoccia et al., 26 Jun 2025)) or classical brute-force subsearch in reduced uncertainty regions (discrete, (Sousa et al., 2015)).
  • High-Order Circuit Design for QUBO/GAS: Polynomial factorization (HUBO-PF) and order-halving strategies (HUBO-OR) compact the search encoding and reduce both ancilla/qubit and gate depth requirements, closing the gap to practical QUBO deployment on current and near-term hardware (Sano et al., 2023).
  • Annealer-Assisted Adaptive Search: QAGA leverages Ising model marginals from quantum annealers to contract the variable set, employing greedy variable fixing based on spin-marginal uncertainty, and empirically yields lower-energy solutions than both pure quantum annealing and multi-qubit correction post-processing (Ayanzadeh et al., 2019).

7. Limitations, Assumptions, and Outlook

QAGS depends fundamentally on the ability to efficiently encode amplitude-discriminating quantum states and to accurately estimate their output probabilities or marginal biases. Challenges include:

  • State-preparation circuit depth and qRAM feasibility for large grids.
  • The need for efficient oracles in discrete QAGS (e.g., Hamming-distance or cost-threshold oracles).
  • Hardware resource constraints, especially for deep circuits and fault-tolerant operation.
  • Tradeoffs in grid resolution (GkG_k6) versus iteration count and convergence guarantee.

Notably, all practical advances reported involve substantial quantum–classical cooperation (quantum for search/pruning, classical for refinement or subproblem solving), and most QAGS variants are shown to outperform classical and quantum-naïve alternatives in both resource use and solution quality for challenging benchmark cases (Intoccia et al., 26 Jun 2025, Sano et al., 2023, Tariq et al., 6 May 2025). Empirical and theoretical analyses support QAGS as a leading candidate for scalable, high-dimensional quantum optimization on both current and future hardware platforms.

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Quantum Adaptive Search (QAGS).