Slow and Steady Wins the Race: Maintaining Plasticity with Hare and Tortoise Networks
Hojoon Lee, Hyeonseo Cho, Hyunseung Kim, Donghu Kim, Dugki Min, Jaegul, Choo, Clare Lyle

TL;DR
This paper introduces Hare & Tortoise, a dual-network approach inspired by brain systems, to maintain neural network plasticity and generalization, significantly improving reinforcement learning performance on Atari-100k.
Contribution
We propose a novel Hare & Tortoise architecture that periodically reinitializes the rapid-learning Hare network from the Tortoise, balancing plasticity and knowledge retention.
Findings
Hare & Tortoise maintains better generalization than standard methods.
The approach improves reinforcement learning results on Atari-100k.
Periodic reinitialization preserves plasticity without losing prior knowledge.
Abstract
This study investigates the loss of generalization ability in neural networks, revisiting warm-starting experiments from Ash & Adams. Our empirical analysis reveals that common methods designed to enhance plasticity by maintaining trainability provide limited benefits to generalization. While reinitializing the network can be effective, it also risks losing valuable prior knowledge. To this end, we introduce the Hare & Tortoise, inspired by the brain's complementary learning system. Hare & Tortoise consists of two components: the Hare network, which rapidly adapts to new information analogously to the hippocampus, and the Tortoise network, which gradually integrates knowledge akin to the neocortex. By periodically reinitializing the Hare network to the Tortoise's weights, our method preserves plasticity while retaining general knowledge. Hare & Tortoise can effectively maintain the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsChaos, Complexity, and Education
