Why quantum neural networks need Fourier analysis
Quantum machine learning (QML) promises to one day solve problems that classical computers cannot handle — from simulating chemical reactions to optimizing financial portfolios. But there's a catch: training quantum models is extremely difficult. They often run into so-called barren plateaus — a phenomenon where gradients vanish toward zero and the model stops learning entirely.
In recent years, Fourier analysis has become a key tool for understanding why quantum models work (or don't work). Just as sound can be broken down into individual sine waves, the behavior of a quantum circuit can be decomposed into frequency components. The richer the frequency spectrum, the greater the model's ability to capture complex patterns in data. Conversely — a poor spectrum means the model will be "dumb."
However, previous research on Fourier analysis of quantum circuits has focused exclusively on so-called angle embedding — a method where classical data is encoded as rotation angles of individual qubits. The problem is that this method requires one qubit for every input feature. For modern datasets with thousands or millions of features (images, text, video), this is completely unsustainable.
Amplitude encoding: more efficient, but more mysterious
The alternative is amplitude encoding (amplitude embedding), which stores data directly in the amplitudes of quantum states. Its main advantage? Encoding N features requires only log₂(N) qubits. A thousand features thus take 10 qubits instead of a thousand — an exponential saving.
"Amplitude encoding is practically indispensable for VQC algorithms," the authors state in the paper published on June 12, 2026 on arXiv. "However, its systematic Fourier analysis has been lacking until now."
Researchers Haiyue Kang, Martin Sevior, and Muhammad Usman from the University of Melbourne (and CSIRO Data61) therefore decided to fill this gap. Over 26 pages and 12 figures, they built a mathematical framework for Fourier analysis of VQCs with amplitude encoding — and additionally accounted for the effect of noise, which is unavoidable on real quantum computers.
What did the researchers discover?
The first surprising finding concerns the zero frequency. When input values are encoded symmetrically (around zero), the zero-frequency coefficient disappears entirely — meaning the model cannot learn any non-zero constant value. In practice, this means a fatal loss of expressive power.
"The difference in expressivity of a single — yet the most important — Fourier coefficient can lead to qualitatively different model performance," the authors explain. Their simulations on a 2-qubit circuit confirmed that the model with symmetric encoding barely improved at all, while non-negative encoding trained normally.
The second key result: assuming that the parameterized unitary operations form at least a 2-design (a mathematical property ensuring sufficient "randomness" of the circuit), the authors used Weingarten calculus to derive that:
- The mean value of the Fourier coefficients concentrates around zero
- The variance of the coefficients decays exponentially with increasing frequency — similar to angle embedding, but with different detailed behavior
The third crucial insight concerns noise. When a noise channel is introduced into the model (which corresponds to real operation on today's quantum processors), the variance of the coefficients is further suppressed by a factor of (∑ pₖ²)^Q, where Q is the number of noise channel applications. In other words — noise systematically kills the model's expressive power, in a measurable, predictable way.
What does this mean for developers and researchers?
For practitioners in quantum machine learning, this work provides concrete guidance on how to design more effective VQC models:
- Always use non-negative encoding (non-negative domain) for amplitude models — symmetric encoding causes blindness to the lowest frequencies
- Expect exponential decay of expressivity with increasing frequency dimension — complex target functions will require more sophisticated architectures
- The quantifiable effect of noise makes it possible to predict how many errors a model can still tolerate before it becomes untrainable
The work also opens the door to further research: what happens when the 2-design assumption does not hold? How will hybrid amplitude-angle encodings perform? And perhaps most intriguingly — can the theoretical bounds from the frequency domain be translated into predictions of training dynamics on specific benchmark tasks?
European and Czech context
Quantum machine learning research is not just a matter for laboratories in Melbourne. Several significant quantum initiatives are underway in Europe, including the EuroQCS project, which is building a network of quantum computers across the continent. The Czech Republic has been involved through IT4Innovations in Ostrava, home to the national supercomputing center and the recently launched Czech AI Factory.
For Czech companies and researchers considering investments in quantum technologies, it is crucial to understand that quantum ML is still in the basic research phase. Work like this from Melbourne is not about "quantum AI coming tomorrow" — it is about building the mathematical foundations that will one day enable effective deployment on real hardware.
For those interested in deeper study, the full preprint is freely available at arXiv:2606.14206 under the CC BY 4.0 license. The paper includes complete mathematical proofs, simulation code, and supplementary materials.
What is amplitude encoding and how does it differ from angle encoding?
Amplitude encoding stores data in the amplitudes of quantum states — similar to encoding information into a sound wave through its volume. It requires only log₂(N) qubits for N features. Angle encoding, on the other hand, uses qubit rotation angles and needs one qubit per feature. Amplitude encoding is therefore exponentially more efficient, but its Fourier analysis is mathematically more complex.
What are barren plateaus and why are they a problem for quantum learning?
Barren plateaus are a phenomenon where, during quantum model training, gradients decay exponentially toward zero as the number of qubits increases. The model then practically stops learning — much like trying to find a path out of a valley in complete fog where you cannot tell whether the terrain is rising or falling. Fourier analysis helps mathematically model and predict this problem.
When will quantum neural networks be practically usable?
Quantum machine learning is still in the basic research phase. Current quantum processors have on the order of tens to hundreds of qubits and suffer from high error rates. Work like this from Melbourne helps understand the theoretical limits, but a long road remains before practical industrial deployment — estimates range in the 10–20 year horizon. The nearest practical applications are expected in specialized areas such as quantum chemistry or optimization.