Related Experiment Video
Updated: Oct 23, 2025

Defining the Role Of Language in Infants' Object Categorization with Eye-tracking Paradigms
Published on: February 8, 2019
Lifelong Classification in Open World With Limited Storage Requirements
Wang Bi1, Chen Yang2, Li XueLian3
1School of Computer Science and Engineering, Southeast University, Nanjing 210000, China wangbi@seu.edu.cn.
Abstract:
This letter focuses on the problem of lifelong classification in the open world, the goal of which is to achieve an endless process of learning. However, incremental data sets (like the streaming data) in the open world, where the new classes may be emerging, are unsuited for classical classification methods. For addressing this problem, existing methods usually retrain the whole observed data sets with the complex computation and the expensive storage cost. This letter attempts to improve the performance of classification in the open world and decomposes the problem into three subproblems: (1) to reject unknown instances, (2) to classify accepted instances, and (3) to cut the cost of learning. Rejecting unknown instances refers to recognize those instances whose classes are unknown according to the learner, which could reduce the computation of the retraining process and eliminate the storage of historical data sets. We employ outlier detection for rejecting instances and a variant artificial neural network for classifying with fewer weights. Results on several experiments show that the work is effective. Source code can be found at https://github.com/wangbi1988/Lifelong-learning-in-Open-World-Classification.
Related Concept Videos
Microbial Classification System
Classification of Systems-I
Homogeneity dictates that if an input x(t) is multiplied by a constant c, the output y(t) is multiplied by the same constant. Mathematically, this is expressed as:
Classification of Systems-II
Methods of Classification and Identification
How Data are Classified: Categorical Data
Data are classified based on whether they are measurable or not. Categorical data cannot be measured; instead, it can be divided into categories. For example, if Y denotes a person's party affiliation, some examples of Y include...
Storage

