← Back to digest

Evaluating Parameter Transfer in FALQON Across Graph Families

Alisson dos Passos Fumaco, Marcos V. Reballo, Fernando A. C. de Barros, Gabriel F. Thomaz, Eduardo I. Duzzioni (Eldorado / UFSC) · arXiv:2605.29917 · new submission, 2026-05-29 · score 8/10 (HIGH)

Abstract

We evaluate FALQON parameter transfer for Max-Cut, transferring sequences from small donors (n ∈ {8,10,12}) to 14-node recipients. Using 3-regular and Erdős–Rényi families, we show that transfer success is dictated by the recipient graph, not the donor. Transfer excels for dense recipients — achieving high approximation ratios regardless of the donor — but remains challenging in sparse cross-family cases. Crucially, performance is highly resilient to donor size, with 8-node donors matching larger instances. Thus, cheap small graphs can provide robust parameters for larger targets, significantly reducing the measurement overhead of the feedback loop.

Executive summary

FALQON (Feedback-based Algorithm for Quantum Optimisation) is a measurement-driven cousin of QAOA: instead of classical outer-loop optimisation, the per-layer control gain β_k is set from the measured commutator ⟨i[H_M, H_C]⟩, guaranteeing monotone descent of the cost. The bottleneck is the measurement cost of every feedback step. This paper empirically tests whether the learned schedule β = (β_1, …, β_L) from a small donor graph can be reused on a larger recipient. Across 3-regular and Erdős–Rényi families with donors n∈{8,10,12} and recipients n′=14, the answer is: transfer quality is governed almost entirely by the recipient graph (dense ER works very well; sparse cross-family is hard) and is essentially insensitive to donor size — 8-node donors are as good as 12-node donors. For Yuan, this is a direct cousin of Y1's iterative warm-start: both are strategies for cheap parameter acquisition in shallow QAOA-family circuits on the same canonical 3-regular MaxCut benchmark.

Main contribution

A systematic empirical study of one-to-one positional parameter transfer in FALQON for unweighted Max-Cut, with three findings: (i) recipient density dominates — for ER recipients with p∈{0.8,0.9,1.0} the transferred schedule reaches approximation ratios of ≈0.95–0.98 with low variance, often matching or exceeding the donor-side training trajectory; (ii) sparse cross-family transfer (3-regular donor → sparse ER recipient at p=0.2) underperforms the donor reference, with the gap closing as recipient density grows; (iii) 8-node donors match 10/12-node donors in transfer quality, so the cheapest donor is also the most cost-effective.

Key algorithms / protocol steps

Detailed walkthrough

Sections §1–§2 motivate parameter transfer as a way to dodge the per-layer measurement bottleneck of FALQON. FALQON's distinguishing feature, relative to vanilla QAOA, is that the schedule β is not freely optimised over a smooth landscape but is generated step-by-step by feedback from a commutator measurement. Two consequences follow: there is no classical outer optimiser to seed with warm-start parameters, and the schedule encodes dynamical information about the cost landscape rather than being a fully tunable variational object. This makes parameter transfer a particularly elegant tool: if the dynamical response of two instances is similar, the learned schedule should carry over.

Section §3 sets up the formal machinery. The continuous Lyapunov control is dV/dt = A(t)β(t) with A(t) = ⟨ψ| i[H_M, H_C] |ψ⟩; choosing β(t) = −A(t) ensures monotonic descent of V = ⟨H_C⟩. After Trotter discretisation with step Δt, the circuit becomes U(β) = Π_{k=1}^L U_M(β_k) U_C with U_C = exp(−iH_C Δt), U_M(β_k) = exp(−iβ_k H_M Δt).

Section §4 (Methodology) defines the donor-recipient protocol. Crucially, transfer is strictly positional: the k-th layer parameter from the donor becomes the k-th layer parameter of the recipient, with no rescaling or interpolation. This is deliberately conservative — it isolates the bare scale-invariance of the learned schedule.

Section §5 presents three empirical patterns. (a) Dense ER recipients are easy: for recipients with p∈{0.8,0.9,1.0}, transferred schedules reach approximation ratios of 0.95 / 0.96 / 0.98 and frequently exceed the donor-side training trajectory. The authors argue this is because dense ER graphs are nearly regular at the macroscopic scale — local edge-pattern variability gets washed out, so the commutator feedback signal depends mainly on average degree, which is shared across donor and recipient. (b) Sparse cross-family is hard: 3-regular donor → sparse ER recipient at p=0.2 underperforms the donor reference, the gap shrinking as p increases to 0.3 and 0.4. (c) Donor size is largely irrelevant: in both 3-regular and ER (p=0.5) families, the final approximation ratio for n′=14 is statistically indistinguishable across donor sizes n∈{8,10,12}. The std bars overlap substantially, so the cheapest donor wins. The authors take this as evidence that FALQON learns control sequences whose structure depends on local Hamiltonian features rather than the absolute scale of the donor instance.

The conclusion (§6) frames the three findings as a coherent story: target hardness dominates donor properties; transferability is recipient-bound; small donors suffice. They flag future work on rescaling for extreme size gaps, evaluation on real noisy hardware, and explicit spectral / landscape diagnostics for when transfer should and should not work.

Figures

Dense ER transfer trajectories
Figure 1. Representative transfer trajectories for dense 14-node ER recipients (p∈{0.8,0.9,1.0}) from 8-node donor graphs. The transferred mean approximation-ratio curves (blue) exhibit narrow variance and monotonic growth, consistently matching or exceeding the donor training trajectories (red).
Sparse cross-family transfer trajectories
Figure 2. Representative transfer trajectories for sparse 14-node ER recipients (p∈{0.2,0.3,0.4}) from 3-regular donor graphs of sizes 8, 10, and 12. Transferred curves (blue) remain below the donor references (red) for p=0.2, with the gap narrowing as recipient density increases.
Effect of donor size
Figure 3. Comparison of transfer performance across donor sizes for (a) 3-regular and (b) ER donors (trained at p=0.5). Substantial overlap in error bars indicates that transfer quality is resilient to donor size; even 8-node donors achieve statistically comparable performance to 10/12-node donors.

Citations to Yuan's papers

No direct citation to any of Y1–Y6 found in bibliography.

Overlap with Y1–Y6

Recommended action for Yuan