paper-with-me

홈 › Papers

Cognitively-Inspired Model for Incremental Learning Using a Few Examples

2020-02-27 · Ali Ayub, Alan Wagner

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.

📄 PDF Abstract BibTeX arXiv:2002.12411

Code (1)

aliayub7/CBCL 공식 구현

Tasks

class-incremental learningClass Incremental LearningGeneral ClassificationHippocampusIncremental Learning

Similar Papers 제목 키워드 기반

CBCL-PR: A Cognitively Inspired Model for Class-Incremental Learning in Robotics

2023-07-31 · Ali Ayub, Alan R. Wagner

For most real-world applications, robots need to adapt and learn continually with limited data in their environments. In this paper, we consider the problem of Few-Shot class Incremental Learning (FSIL), in which an AI a…

AI Agentclass-incremental learningClass Incremental LearningFew-Shot Class-Incremental Learning+2

FearNet: Brain-Inspired Model for Incremental Learning

2017-11-28 · ICLR 2018 1 · Ronald Kemker, Christopher Kanan

Incremental class learning involves sequentially learning classes in bursts of examples from the same class. This violates the assumptions that underlie methods for training standard deep neural networks, and will cause …

Audio ClassificationIncremental Learningmodel

Cognitively Inspired Learning of Incremental Drifting Concepts

2021-10-09 · Mohammad Rostami, Aram Galstyan

Humans continually expand their learned knowledge to new domains and learn new concepts without any interference with past learned experiences. In contrast, machine learning models perform poorly in a continual learning …

Continual Learning

MERALI at SemEval-2017 Task 2 Subtask 1: a Cognitively Inspired approach

2017-08-01 · SEMEVAL 2017 8 · Enrico Mensa, Daniele P. Radicioni, Antonio Lieto

In this paper we report on the participation of the MERALI system to the SemEval Task 2 Subtask 1. The MERALI system approaches conceptual similarity through a simple, cognitively inspired, heuristics; it builds on a lin…

Common Sense ReasoningTask 2

CogNLP-Sheffield at CMCL 2021 Shared Task: Blending Cognitively Inspired Features with Transformer-based Language Models for Predicting Eye Tracking Patterns

2021-06-01 · NAACL (CMCL) 2021 6 · Peter Vickers, Rosa Wainwright, Harish Tayyar Madabushi, Aline Villavicencio

The CogNLP-Sheffield submissions to the CMCL 2021 Shared Task examine the value of a variety of cognitively and linguistically inspired features for predicting eye tracking patterns, as both standalone model inputs and a…

Word Embeddings