CL Landscape
  • Home
  • Landscape
  • Resources
  • About
  • Home
  • Landscape
  • Resources
  • About

About the CL Landscape

Purpose

The Continual Learning Landscape is an interactive visual map of strategies and methods designed to help neural networks learn continuously without catastrophic forgetting. Inspired by the CNCF Landscape, this project aims to provide researchers, students, and practitioners with a clear overview of the continual learning ecosystem.

What is Continual Learning?

Continual Learning (also known as Lifelong Learning or Incremental Learning) addresses one of the fundamental challenges in machine learning: catastrophic forgetting.

When neural networks are trained on a sequence of tasks, they tend to abruptly forget previously learned knowledge as they adapt to new data. This stands in stark contrast to human learning, where we continuously accumulate knowledge throughout our lives.

Continual learning strategies aim to bridge this gap by developing methods that allow models to learn from a stream of data while retaining knowledge from the past — balancing the fundamental tension between stability (retaining old knowledge) and plasticity (learning new information).

How to Use This Site

  • 1Browse the Landscape page to see all strategies organized by category.
  • 2Use the search bar to filter by keyword, year, category, or tags.
  • 3Click on any strategy card to see its full description and link to the original paper.
  • 4Visit the Resources page for curated surveys, frameworks, and tutorials.
  • 5Toggle dark mode using the moon/sun icon in the navbar.

Contributing

We welcome contributions from the research community! To add a new strategy to the landscape:

  1. Fork the repository on GitHub.
  2. Add your strategy entry to /data/strategies.json following the existing format.
  3. Include the strategy name, category, year, description, arXiv link, and relevant tags.
  4. Open a Pull Request with a brief description of the strategy.

Acknowledgments

This project would not be possible without the incredible work of the continual learning research community. Special thanks to:

  • •ContinualAI — For building and nurturing the largest CL research community.
  • •CNCF Landscape — For providing the inspiration for this visual mapping approach.
  • •All researchers — Whose papers and implementations make this landscape possible.
CL Landscape

An interactive guide to continual learning strategies for neural networks.

Navigation

  • Landscape
  • Resources
  • About

Community

  • GitHub
  • ContinualAI

Inspired by the CNCF Landscape • Built with Next.js & Tailwind • © 2026 CL Landscape