TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/Learning without Forgetting

Learning without Forgetting

Zhizhong Li, Derek Hoiem

2016-06-29Continual LearningDomain 1-1Domain 11-1Class Incremental LearningOverlapped 10-1Domain 11-5Incremental Learning
PaperPDFCodeCodeCodeCodeCodeCodeCodeCodeCodeCodeCodeCode

Abstract

When building a unified vision system or gradually adding new capabilities to a system, the usual assumption is that training data for all tasks is always available. However, as the number of tasks grows, storing and retraining on such data becomes infeasible. A new problem arises where we add new capabilities to a Convolutional Neural Network (CNN), but the training data for its existing capabilities are unavailable. We propose our Learning without Forgetting method, which uses only new task data to train the network while preserving the original capabilities. Our method performs favorably compared to commonly used feature extraction and fine-tuning adaption techniques and performs similarly to multitask learning that uses original task data we assume unavailable. A more surprising observation is that Learning without Forgetting may be able to replace fine-tuning with similar old and new task datasets for improved new task performance.

Results

TaskDatasetMetricValueModel
Semantic SegmentationPASCAL VOC 2012mIoU4.8LWF
Semantic SegmentationPASCAL VOC 2012Mean IoU (val)55LWF
Semantic SegmentationPASCAL VOC 2012mIoU5.5LWF
Semantic SegmentationPASCAL VOC 2012mIoU5.3LWF
Semantic SegmentationPASCAL VOC 2012Mean IoU54.9LWF
Semantic SegmentationPASCAL VOC 2012mIoU4.3LWF
Continual Learningvisual domain decathlon (10 tasks)Avg. Accuracy76.93LwF
Continual Learningvisual domain decathlon (10 tasks)decathlon discipline (Score)2515LwF
Continual LearningPASCAL VOC 2012mIoU4.8LWF
Continual LearningPASCAL VOC 2012Mean IoU (val)55LWF
Continual LearningPASCAL VOC 2012mIoU5.5LWF
Continual LearningPASCAL VOC 2012mIoU5.3LWF
Continual LearningPASCAL VOC 2012Mean IoU54.9LWF
Continual LearningPASCAL VOC 2012mIoU4.3LWF
2D Semantic SegmentationPASCAL VOC 2012mIoU5.5LWF
2D Semantic SegmentationPASCAL VOC 2012mIoU5.3LWF
2D Semantic SegmentationPASCAL VOC 2012Mean IoU54.9LWF
2D Semantic SegmentationPASCAL VOC 2012mIoU4.3LWF
Class Incremental LearningPASCAL VOC 2012mIoU4.8LWF
Class Incremental LearningPASCAL VOC 2012Mean IoU (val)55LWF
Class Incremental LearningPASCAL VOC 2012mIoU5.5LWF
Class Incremental LearningPASCAL VOC 2012mIoU5.3LWF
Class Incremental LearningPASCAL VOC 2012Mean IoU54.9LWF
Class Incremental LearningPASCAL VOC 2012mIoU4.3LWF
Class-Incremental Semantic SegmentationPASCAL VOC 2012mIoU4.8LWF
Class-Incremental Semantic SegmentationPASCAL VOC 2012Mean IoU (val)55LWF
Class-Incremental Semantic SegmentationPASCAL VOC 2012mIoU5.5LWF
Class-Incremental Semantic SegmentationPASCAL VOC 2012mIoU5.3LWF
Class-Incremental Semantic SegmentationPASCAL VOC 2012Mean IoU54.9LWF
Class-Incremental Semantic SegmentationPASCAL VOC 2012mIoU4.3LWF
10-shot image generationPASCAL VOC 2012mIoU4.8LWF
10-shot image generationPASCAL VOC 2012Mean IoU (val)55LWF
10-shot image generationPASCAL VOC 2012mIoU5.5LWF
10-shot image generationPASCAL VOC 2012mIoU5.3LWF
10-shot image generationPASCAL VOC 2012Mean IoU54.9LWF
10-shot image generationPASCAL VOC 2012mIoU4.3LWF

Related Papers

RegCL: Continual Adaptation of Segment Anything Model via Model Merging2025-07-16Information-Theoretic Generalization Bounds of Replay-based Continual Learning2025-07-16PROL : Rehearsal Free Continual Learning in Streaming Data via Prompt Online Learning2025-07-16Fast Last-Iterate Convergence of SGD in the Smooth Interpolation Regime2025-07-15A Neural Network Model of Complementary Learning Systems: Pattern Separation and Completion for Continual Learning2025-07-15LifelongPR: Lifelong knowledge fusion for point cloud place recognition based on replay and prompt learning2025-07-14Overcoming catastrophic forgetting in neural networks2025-07-14Continual Reinforcement Learning by Planning with Online World Models2025-07-12