Skip to content

aliayub7/CBCL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cognitively-Inspired Model for Incremental Learning Using a Few Examples

Keras code for the paper: Cognitively-Inspired Model for Incremental Learning Using a Few Examples

Abstract

Incremental learning attempts to develop a classifier which learns continuously from a stream of data segregated into different classes. Deep learning approaches suffer from catastrophic forgetting when learning classes incrementally, while most incremental learning approaches require a large amount of training data per class. We examine the problem of incremental learning using only a few training examples, referred to as Few-Shot Incremental Learning (FSIL). To solve this problem, we propose a novel approach inspired by the concept learning model of the hippocampus and the neocortex that represents each image class as centroids and does not suffer from catastrophic forgetting. We evaluate our approach on three class-incremental learning benchmarks: Caltech-101, CUBS-200-2011 and CIFAR-100 for incremental and few-shot incremental learning and show that our approach achieves state-of-the-art results in terms of classification accuracy over all learned classes.

Applied on CIFAR-100, Caltech-101 and CUBS-200-2011

Requirements

Usage

  • First run get_features.py to get the ResNet features for all the images in the dataset. For Caltheh-101 and CUBS-200-2011 use ResNet-18 instead of ResNet-34.
  • After feature extraction, simply run main_file.py to get the results for all increments.

If you consider citing us

@InProceedings{Ayub_2020_CVPR_Workshops,  
author = {Ayub, Ali and Wagner, Alan R.},  
title = {Cognitively-Inspired Model for Incremental Learning Using a Few Examples},  
booktitle = {The IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) Workshops},  
month = {June},  
year = {2020}  
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages