DEV Community

Cover image for The "Secret of Staying Young" in Quantum Neural Networks
Shixin Zhang
Shixin Zhang

Posted on

The "Secret of Staying Young" in Quantum Neural Networks

How quantum geometry helps preserve learning ability in continual learning

In quantum machine learning, new models are often evaluated by how much they improve benchmark accuracy over classical baselines. These quantitative gains, however, are frequently fragile. They can depend heavily on the choice of baseline models, hyperparameters, or other experimental details.

A more fundamental question is whether quantum and classical learning systems exhibit qualitatively different learning dynamics. Such structural differences, if they exist, reveal something deeper than a few percentage points of accuracy—they provide insight into the underlying mechanisms of learning itself.

A recent breakthrough study published in PRX Quantum by Yu-Qin Chen of the Graduate School of the Chinese Academy of Sciences and Shi-Xin Zhang of the Institute of Physics, Chinese Academy of Sciences, explores this question from the perspective of continual learning. Instead of asking whether quantum neural networks achieve higher accuracy, the work asks:

Can quantum neural networks preserve their ability to learn over long periods of continual training? If so, why?

The answer turns out to reveal a surprising geometric advantage rooted in quantum mechanics itself.


AI's Midlife Crisis: Losing the Ability to Learn

Continual learning aims to build models that, much like humans, continuously accumulate knowledge while adapting to new tasks and changing environments.

Historically, research has focused on catastrophic forgetting—the tendency of neural networks to overwrite previously learned knowledge when learning new tasks.

In recent years, however, researchers have recognized another equally important challenge.

As training continues across many tasks, models gradually become less capable of learning new information. Their parameters become increasingly difficult to update, gradients become less informative, and adaptation slows dramatically.

This phenomenon is known as loss of plasticity.

Among the earliest researchers to emphasize its importance was reinforcement learning pioneer Richard Sutton, who argued that for long-running learning systems, catastrophic forgetting and loss of plasticity are two complementary problems:

  • Catastrophic forgetting determines how well a model retains old knowledge.
  • Loss of plasticity determines how well it can acquire new knowledge.

An intuitive analogy is that the model gradually "ages." Although it accumulates more experience, it becomes increasingly resistant to learning anything new.


QNN keeps learning ability across different tasks

Do Quantum Models Age More Slowly?

The natural question is whether quantum neural networks suffer from the same phenomenon.

The study first addressed a simple question:

Do quantum neural networks preserve plasticity better than classical neural networks?

The answer appears to be yes.

Across continual learning experiments involving more than 3,000 sequential tasks, a remarkably consistent pattern emerged.

Classical neural networks steadily lost their learning ability as training progressed.

Quantum neural networks, in contrast, maintained a much higher level of plasticity throughout long training sequences.

But observing the phenomenon is only the beginning.

The more interesting question is:

Why does this happen?


Geometry Matters

To understand the difference, consider where the parameters of a neural network live.

Classical neural network weights inhabit ordinary Euclidean space. In principle, parameter norms can grow without bound.

During prolonged continual training, optimization often drives these parameters toward increasingly large magnitudes.

Initially, this helps fit the data.

Eventually, however, several undesirable effects emerge:

  • neurons become increasingly saturated,
  • effective gradients shrink,
  • parameter updates become harder,
  • the trace of the Fisher Information Matrix steadily decreases.

Together, these effects gradually reduce the model's ability to adapt to new tasks.

This suggests that loss of plasticity is fundamentally connected to the geometry of the parameter space.


Why Quantum Neural Networks Behave Differently

Quantum neural networks follow an entirely different geometric trajectory.

The reason is not a specially designed continual-learning algorithm.

Instead, it originates from one of the most fundamental principles of quantum mechanics.

Quantum evolution is described by unitary transformations.

Mathematically, the trainable parameters correspond to rotations on compact Lie groups.

Unlike Euclidean space, these parameter manifolds are compact.

Parameters can continue evolving indefinitely, but they cannot drift arbitrarily far away.

This geometric constraint naturally prevents the unbounded parameter growth observed in classical networks.

As a result,

  • gradients remain in a healthy range,
  • parameter norms stay bounded,
  • the Fisher Information Matrix remains active,
  • and the network continues to retain the ability to learn new tasks.

In other words, the advantage of quantum models may not come solely from having richer computational representations.

It may also arise from the geometry imposed by the laws of quantum physics.

Rather than expanding without limit, quantum parameters evolve on a compact manifold whose structure naturally protects learning plasticity over time.

This geometric explanation is arguably more interesting than reporting another benchmark improvement.

Instead of asking whether one model wins by a few percentage points on a particular dataset, it asks whether quantum and classical learning systems obey fundamentally different learning dynamics during long-term adaptation.


From Theory to Large-Scale Validation

A theoretical explanation is only convincing if it survives large-scale empirical testing.

To validate the proposed mechanism, the authors constructed multiple continual learning benchmarks involving

  • more than 3,000 sequential learning tasks,
  • quantum circuits with depths up to 30 layers,
  • and over 4,000 trainable quantum parameters.

These experiments are considerably more demanding than conventional machine learning benchmarks.

Each configuration effectively requires training thousands of quantum neural networks while continuously monitoring internal quantities such as gradient statistics and the Fisher Information Matrix throughout optimization.

Such experiments would be prohibitively slow—or simply infeasible—using many conventional quantum software frameworks.

The computational foundation of this work therefore relied heavily on TensorCircuit-NG, an open-source quantum computing framework that combines tensor-network simulation, automatic differentiation, and high-performance GPU acceleration. These capabilities make long-horizon, large-scale continual learning experiments computationally practical.

QNN is also superior in RL settings


A Different Perspective on Quantum Advantage

This work does not claim that quantum neural networks have solved continual learning.

Catastrophic forgetting still exists, and many questions about memory retention, stability, and continual adaptation remain open.

Instead, the paper offers a different perspective on quantum advantage.

Discussions of quantum machine learning often emphasize computational speedups or asymptotic complexity advantages.

But real intelligent systems require more than fast learning.

They must also continue learning over time.

Continual learning requires both remembering what has already been learned and remaining capable of acquiring new knowledge.

Catastrophic forgetting addresses the first challenge.

Loss of plasticity addresses the second.

Both are essential.

If quantum neural networks can naturally preserve their capacity to learn throughout long-term adaptation—not because of additional engineering tricks, but because of the geometry dictated by quantum mechanics—then this "ageless" plasticity may represent a compelling and fundamentally different form of quantum advantage.


Reference

Chen, Y.-Q., & Zhang, S.-X. (2026). Intrinsic Preservation of Plasticity in Continual Quantum Learning. PRX Quantum, 7, 033003.

Top comments (0)