Misconceptions/Quantum ML/Barren plateaus in VQA
AdvancedQuantum ML11 minVisual demo

The myth

Barren plateaus are just a training trick to fix

01

Why people believe this

Gradient vanishing is a known problem in classical deep learning. It was fixed with batch normalization, residual connections, and better initialization. Surely the same class of solutions will fix barren plateaus in quantum circuits.

02

The correction

Barren plateaus are fundamentally different from classical vanishing gradients. The gradient variance vanishes exponentially in the number of qubits — not just as a function of depth. For a global cost function on n qubits, the gradient magnitude scales as O(2^-n). No classical optimization trick fixes this because it is a consequence of the geometry of high-dimensional Hilbert space. Local cost functions partially mitigate this but introduce other trade-offs between trainability and expressiveness.

03

Visual demonstration

Loading chart...
04

Simulator note

This concept requires either mathematical proof or hardware-scale experiments beyond what a browser simulator can demonstrate. See the research notes for the canonical references.

05

Research notes

Tags

#barren plateaus#gradients#VQA#expressibility#optimization

Related cases

← Back to the misconceptions section