Papers
Topics
Authors
Recent
Search
2000 character limit reached

SAFE ma-QAOA: Surrogate-Assisted and Fine-Tuning Enhanced Multi-Angle QAOA with Parameter Distillation

Published 22 May 2026 in quant-ph | (2605.23377v1)

Abstract: The multi-angle Quantum Approximate Optimization Algorithm (ma-QAOA) extends the Quantum Approximate Optimization Algorithm (QAOA) by assigning a larger number of independent variational parameters, thereby increasing expressivity and improving performance at low circuit depths. However, this larger parameterization makes training more difficult and requires repeated circuit evaluations for gradient-based optimization. In this work, we propose the Surrogate-Assisted and Fine-tuning Enhanced (SAFE) framework. SAFE first uses Low-Weight Pauli Propagation (LWPP) as a classical surrogate for pre-training ma-QAOA parameters before exact optimization. SAFE then applies parameter distillation, which removes angles that remain near zero after surrogate pre-training. Finally, SAFE performs exact fine-tuning by optimizing the remaining active parameters using the exact energy objective. We evaluate SAFE on instances of the Sherrington-Kirkpatrick model, two-dimensional square-lattice spin glass, and Max-Cut. SAFE with distillation provides the strongest overall results relative to exact-only: (i) a 64.3 percent reduction in active parameter count and (ii) a 94.5 percent reduction in estimated QPU workload. Within the SAFE workflow, adding distillation further reduces the optimizer steps to the near-optimal regime by 44.4 percent relative to without distillation. These results provide evidence that SAFE ma-QAOA can accelerate convergence to high-quality solutions while reducing the required quantum resources for exact fine-tuning, offering a resource-efficient route toward expressive ma-QAOA on NISQ hardware.

Authors (2)

Summary

  • The paper introduces a SAFE pipeline that uses LWPP surrogate pre-training, parameter distillation, and fine-tuning to tackle ma-QAOA’s high-dimensional optimization challenges.
  • It demonstrates a 64.3% reduction in active parameter count and a 94.5% decrease in quantum fine-tuning workload while maintaining robust approximation ratios.
  • The framework smooths the energy landscape and accelerates convergence through surrogate-assisted initialization and structure-preserving parameter pruning.

Surrogate-Assisted and Fine-Tuning Enhanced Multi-Angle QAOA with Parameter Distillation

Multi-Angle QAOA and Optimization Bottlenecks

The Quantum Approximate Optimization Algorithm (QAOA) is a widely adopted variational approach for solving combinatorial optimization problems on NISQ-class quantum devices. Traditional QAOA employs a shared parameterization at every layer, with a single pair of angles (γ,β)(\gamma_\ell, \beta_\ell) controlling the evolution under cost and mixing Hamiltonians per layer. While this shared-angle structure allows for compact circuit representations and some resilience to hardware noise, it constrains ansatz expressivity, often requiring increased circuit depth to solve hard instances.

Multi-angle QAOA (ma-QAOA) relaxes this constraint by assigning independent variational angles to each term in the cost and mixer layers, effectively creating a term-wise parameterization. This increase in expressivity enables improved approximation at low circuit depths—a crucial property for NISQ hardware. However, the dimensionality of the parameter space grows rapidly, particularly for dense combinatorial structures (e.g., SK models), introducing steep optimization bottlenecks related both to the number of trainable parameters and the number of circuit/gradient evaluations during training.

Low-Weight Pauli Propagation (LWPP) as a Surrogate

Pauli propagation constitutes an alternative technique for evaluating expectation values, operating directly in the Heisenberg picture by propagating observable operators backward through the circuit rather than forward-evolving quantum states. For each parameterized Pauli rotation gate, LWPP discards Pauli strings with weight above a threshold wmaxw_{\max}. This truncation maintains polynomial scaling in nn for fixed wmaxw_{\max}, contrasting with exponential scaling for state-vector simulation. LWPP thus enables efficient classical surrogate modeling during the early stages of ma-QAOA optimization. Figure 1

Figure 1: Pauli propagation example for the tracked Pauli word P=Z0Z1P=Z_0Z_1 under successive updates, illustrating LWPP’s weight-based truncation.

SAFE Pipeline: Surrogate Pre-Training, Parameter Distillation, and Exact Fine-Tuning

The paper introduces the SAFE framework: a three-stage pipeline leveraging LWPP for surrogate pre-training, parameter distillation to prune the parameter space, and exact fine-tuning using quantum or classical emulators. The LWPP-based surrogate pre-training (500 steps) drives parameters toward promising regimes at reduced computational cost. Distillation then removes angles with magnitudes below a threshold (typically <0.01<0.01 or $0.3$), drastically reducing the active parameter count. The final stage executes 100 steps of exact fine-tuning on the reduced parameter set, on classical simulation or quantum hardware. Figure 2

Figure 2: Conceptual overview of the SAFE pipeline, integrating LWPP surrogate pre-training, structure-preserving distillation, and exact hardware fine-tuning.

Empirical Evaluation: Instance Families and Training Protocol

SAFE is evaluated on three classes: fully connected SK spin glass, 2D lattice spin glass, and random Max-Cut instances. Sizes range from 12 to 20 qubits, spanning connectivity and sparsity regimes. Each instance is initialized with eleven strategies: five random seeds, five constant angle magnitudes, and one QAOA Relax (quantum annealing schedule) seed, allowing assessment of robustness to initial conditions. Figure 3

Figure 3: Schematic depiction of SK, 2D lattice, and Max-Cut problem families used in the experiments.

Performance Results: Approximation Ratio, Parameter Efficiency, and Hardware Impact

SAFE with parameter distillation yields a 64.3% average reduction in active parameter count and 94.5% reduction in a hardware-oriented fine-tuning workload estimate relative to exact-only ma-QAOA. Crucially, the approximation ratio after exact fine-tuning remains robust to aggressive distillation: even after removing up to 80% of parameters under the $0.3$ threshold, the best-case approximation ratios are comparable to exact-only and SAFE with no distillation (Figure 4). Figure 4

Figure 4: Aggregate final approximation ratio performance versus distillation threshold for SK, 2D grid, and Max-Cut—parameter reduction does not substantially degrade optimality.

Convergence speed is also enhanced: the number of optimizer steps required to achieve near-optimal performance decreases by 44.4% with distillation. Notably, surrogate-initialized fine-tuning trajectories reach low-energy plateaus much faster than exact-only, even when the LWPP surrogate does not attain high absolute solution quality by itself (Figure 5, Figure 6). Figure 5

Figure 5: Mean first-hit step required to reach 99% of final normalized approximation ratio during exact fine-tuning; distilled SAFE markedly reduces optimizer steps.

Figure 6

Figure 6: Exact-energy descent trajectories for n=20, p=4—SAFE initialization achieves faster plateau acquisition than exact-only regardless of initial energies.

SAFE’s distilled parameters often begin fine-tuning from higher approximation ratios, which further accelerates convergence. Parameter distillation enhances this by removing weakly active angles and refining the parameter subspace, illustrated through cost-angle structure preservation (Figure 7). The fine-tuning stage refines aligned parameter patterns rather than moving to unrelated configurations. Figure 7

Figure 7: Cost-angle vector structure before and after fine-tuning and gap-vs-cosine similarity analysis—fine-tuning preserves LWPP-trained angle structure.

Mechanistic Interpretation: Landscape Smoothing and Instance Dependence

LWPP acts as a smoothing surrogate for the exact energy landscape (Figure 8), suppressing high-frequency minima arising from multi-qubit interactions. The wmaxw_{\max} truncation parameter tunes the surrogate’s fidelity, with denser instances sometimes requiring higher values. This smoothing effect enables LWPP to efficiently guide parameters toward globally relevant basins, where fine-tuning can exploit local exact gradients. Figure 8

Figure 8: Conceptual illustration of wmaxw_{\max}-induced energy landscape smoothing—LWPP surrogate eliminates high-frequency structure yet preserves basin topology.

The effectiveness of distillation depends on the parameter sparsity after LWPP pre-training; empirical results justify selective pruning. The instance- and family-dependence of wmaxw_{\max}0 suggests further work on adaptive truncation and robust selection protocols.

Practical and Theoretical Implications

SAFE ma-QAOA provides a resource-efficient protocol for expressive quantum optimization on NISQ hardware, balancing surrogacy and exact evaluation. The framework addresses critical bottlenecks in high-dimensional ma-QAOA optimization by leveraging both classical surrogates and structure-preserving distillation. The significant reduction in quantum resource demands strengthens practical viability for combinatorial optimization at moderate circuit depths and qubit counts. Theoretical implications center on surrogacy as a means of energy landscape smoothing, guided initialization, and parameter pruning, with prospects for extension to other variational quantum algorithms and surrogate-assisted optimization workflows.

Conclusion

SAFE ma-QAOA integrates LWPP surrogate pre-training, parameter distillation, and exact fine-tuning, achieving substantial reductions in trainable parameter count and quantum hardware workload, with minimal performance loss in final approximation ratio. Surrogate initialization enables rapid and structurally aligned convergence, and distillation provides efficient parameter space compression. The observed landscape-smoothing effect and structural preservation in parameter vectors mark promising directions for scalable optimization strategies and resource-aware quantum algorithm design. Future avenues include adaptive tuning of surrogacy and distillation mechanisms, extension to larger qubit counts, and empirical validation on noisy quantum processors.

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

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

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.

Collections

Sign up for free to add this paper to one or more collections.

Tweets

Sign up for free to view the 2 tweets with 2 likes about this paper.