HyperAIHyperAI

Command Palette

Search for a command to run...

a month ago

Learning without Forgetting

Li Zhizhong Hoiem Derek

Learning without Forgetting

Abstract

When building a unified vision system or gradually adding new capabilities toa system, the usual assumption is that training data for all tasks is alwaysavailable. However, as the number of tasks grows, storing and retraining onsuch data becomes infeasible. A new problem arises where we add newcapabilities to a Convolutional Neural Network (CNN), but the training data forits existing capabilities are unavailable. We propose our Learning withoutForgetting method, which uses only new task data to train the network whilepreserving the original capabilities. Our method performs favorably compared tocommonly used feature extraction and fine-tuning adaption techniques andperforms similarly to multitask learning that uses original task data we assumeunavailable. A more surprising observation is that Learning without Forgettingmay be able to replace fine-tuning with similar old and new task datasets forimproved new task performance.

Code Repositories

wannabeOG/ExpertNet-Pytorch
pytorch
Mentioned in GitHub
ivclab/cvs
pytorch
Mentioned in GitHub
kibok90/iccv2019-inc
pytorch
Mentioned in GitHub
yaoyao-liu/mnemonics
pytorch
Mentioned in GitHub
geox-lab/cmn
pytorch
Mentioned in GitHub
g-u-n/pycil
pytorch
Mentioned in GitHub
ngailapdi/LWF
pytorch
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
continual-learning-on-visual-domain-decathlonLwF
Avg. Accuracy: 76.93
decathlon discipline (Score): 2515
disjoint-10-1-on-pascal-voc-2012LWF
mIoU: 4.3
disjoint-15-1-on-pascal-voc-2012LWF
mIoU: 5.3
disjoint-15-5-on-pascal-voc-2012LWF
Mean IoU: 54.9
overlapped-10-1-on-pascal-voc-2012LWF
mIoU: 4.8
overlapped-15-1-on-pascal-voc-2012LWF
mIoU: 5.5
overlapped-15-5-on-pascal-voc-2012LWF
Mean IoU (val): 55.0

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Learning without Forgetting | Papers | HyperAI