Barren plateaus (BP) are regions of the parameter landscape of parameterised quantum circuits (PQCs) where the gradient of the cost function vanishes exponentially with system size $n$. Concretely, the gradient norm is exponentially small almost everywhere, making gradient-based optimisation of PQCs intractable for large $n$.
Originally discovered by McClean et al. (2018) for random circuits, barren plateaus have been shown to afflict: global cost functions, deep circuits, hardware-efficient ansätze, quantum kernel methods, and even some problem-inspired ansätze. The DLA framework provides a unified theory of why they occur.
Consider a PQC $U(\boldsymbol{\theta}) = \prod_k e^{-i\theta_k H_k}$ and cost function:
The gradient with respect to parameter $\theta_\mu$ is:
Barren plateau definition: A PQC exhibits a barren plateau if:
By Chebyshev's inequality, this means $|\partial_\mu \mathcal{L}|$ is exponentially small with high probability:
The Dynamical Lie Algebra (DLA) $\mathfrak{g}$ of a PQC is the Lie algebra generated by the circuit's generators $\{iH_k\}$ under the commutator:
The DLA determines the reachable set of the circuit:
The dimension $|\mathfrak{g}| = \dim(\mathfrak{g})$ is the central quantity:
| Circuit type | $\dim(\mathfrak{g})$ | Barren plateau? |
|---|---|---|
| Generic (hardware-efficient) random PQC | $\Theta(4^n)$ — full $\mathfrak{su}(2^n)$ | ✓ Yes — exponential BP |
| Quantum Alternating Operator Ansatz (QAOA) | Polynomial in $n$ (problem-dependent) | Partial — shallow QAOA OK |
| ADAPT-VQE (chemistry-inspired) | $O(n^2)$ to $O(n^4)$ | Mitigated — polynomial DLA |
| Matchgate / free-fermion circuits | $O(n^2)$ (quadratic) | ✓ No BP — classically simulable |
Since generic $n$-qubit circuits have $|\mathfrak{g}| = \dim(\mathfrak{su}(2^n)) = 4^n - 1$:
The bound is tight for 2-designs (unitaries drawn from circuits that form approximate unitary 2-designs), where equality holds up to constants. For structured circuits (QAOA, ADAPT-VQE), the bound is not always tight.
PARAMETER SPACE θ ∈ ℝᵏ
──────────────────────────────────────────────────────────
Large DLA (generic PQC): Small DLA (structured PQC):
ℒ(θ) ℒ(θ)
│ │
│ "flat desert" │ has structure!
│ ~~~~~~~~~~~~~~~~ │ /\
│ ~~~~~~~~~~~~~~~~ │ / \ /\
│ ~~~~~~~~~~~~~~~~ │/ \ / \
│ ~~~~~~~~~~~~~~~~ │ \/ \___
└──────────────── θ └────────────────── θ
|𝔤| = O(4ⁿ) |𝔤| = O(poly(n))
Var[∂ₘℒ] ~ 1/4ⁿ ≈ 0 Var[∂ₘℒ] ~ 1/poly(n)
Training: IMPOSSIBLE Training: FEASIBLE
(exponential shots to see (polynomial shots to
nonzero gradient) resolve gradient)
MECHANISM:
PQC generators {iHₖ} ─→ generate ─→ 𝔤 = Lie({iHₖ})
│
large 𝔤: circuit forms 2-design
→ cost landscape is nearly flat
→ quantum concentration of measure
From large DLA — generic hardware-efficient circuits. Gradient $\sim 2^{-n}$. Primary focus of DLA theory.
Observable $O$ acts on all qubits globally. Even structured circuits exhibit BP with global cost. Fix: use local cost functions.
Deep circuits on noisy hardware: depolarising noise exponentially suppresses the signal part of the cost. Gradient noise ratio $\sim e^{-\gamma L}$ for depth $L$.
Highly entangled reference states $|\psi_0\rangle$ suppress gradients. Even shallow circuits exhibit BP if the initial state is highly entangled.
Train circuit blocks sequentially (depth $L=1$ first, then extend). Each block has small DLA $\implies$ gradient is non-vanishing. Concatenate trained blocks.
Local cost functions have at most polynomial barren plateaus (gradient $\sim n^{-1}$) compared to exponential for global cost.
Uses the quantum Fisher information matrix $F$ (Fubini-Study metric) as preconditioner. Does not eliminate BP but accelerates convergence when gradients are non-zero.
Select the next generator $H_k$ with the largest gradient magnitude. Ensures the active DLA dimension grows slowly, keeping gradients tractable throughout training.
LoRA-style reparameterisation: restrict to a low-rank subspace of parameter space. Equivalent to constraining the DLA to a polynomial-dimension subalgebra.
Trainability
↑
│ ADAPT-VQE ★
│ QAOA (shallow) ★
│ Matchgates ★
│
│ ★ Chemistry-inspired
│
│ ★ Hardware-efficient (shallow)
│
│ ★ Hardware-efficient (deep)
└────────────────────────────────────────────────→ Expressibility
(full SU(2ⁿ))
Goal: design circuits in the "Goldilocks zone" — enough expressibility
to approximate the target state, small enough DLA to be trainable.