Continual learning, also known as lifelong or incremental learning, is the ability of a machine learning model to learn sequentially from a stream of data, acquiring new knowledge from new tasks while retaining performance on previously learned tasks. The core challenge is overcoming catastrophic forgetting, where learning new information interferes with and erases previously acquired knowledge. This is essential for embodied intelligence systems and agents that must operate in dynamic, real-world environments without requiring complete retraining from scratch.
