Nadarasa · Related work
Fourier locking & spectral homotopy
Topel, S. (2026). Overcoming Fourier Locking in Quantum Data Re-uploading Classifiers via Spectral Homotopy. moth-quantum, CC-BY-4.0. github.com/moth-quantum/fourier_locking_study.
What it says
Data re-uploading classifiers — variational QML models where a classical input is re-encoded between trainable layers — exhibit Fourier locking: the trainable Fourier spectrum collapses onto a small integer lattice, capping expressivity even as depth grows. The paper's remedy is spectral homotopy, a continuous deformation of the encoding schedule that unlocks the spectrum. Three experiments (a / b / f) demonstrate the collapse and the fix, with results shipped as three JSON files and five figures.
Why it's next-door to us
Two of our results are Fourier-support arguments in disguise:
- AQFT under noise (G1). Our rule (M) noise sweep and the G1 depolarizing sweep show a truncated
AQFT_k1beating fullQFTin 92% of noisy cells. That's a Fourier-support story too: noise removes the high-frequency components; keeping them just wastes gates. Topel's locking is which Fourier components a model can even represent; ours is which survive the channel. - Rule (M) as a discrete homotopy. Topel deforms encoding angles continuously to unlock the spectrum. Our rule (M) rewrites deform ZX diagrams discretely while preserving the matrix identity — a combinatorial cousin of the same idea: reparameterise until the useful structure appears.
What we took from the artifact
- One JSON per experiment.
experiment_a_results.json,experiment_b_results_clean.json,experiment_f_bulletproof.json— externally corroborates the shape we already use undersrc/data/demos/. - Split run/render notebooks. Their
FourierLocking_Experiments.ipynbwrites JSON;FourierLocking_Figures.ipynbreads it. We follow the same split betweenquantum/pqp_frontier/*.pydrivers and thenadarasa.proofs.*.tsxroutes. - Pinned
requirements.txt. Now mirrored atquantum/requirements.txtso external readers can reproduce the Selene sweeps without Lovable.