paper-with-me

Papers

A Class-Incremental Learning Method Based on One Class Support Vector Machine

2018-03-01 · Chengfei Yao, Jie Zou, Yanan Luo, Tao Li, Gang Bai

A method based on one class support vector machine (OCSVM) is proposed for class incremental learning. Several OCSVM models divide the input space into several parts. Then, the 1VS1 classifiers are constructed for the confuse part by using the support vectors. During the class incremental learning process, the OCSVM of the new class is trained at first. Then the support vectors of the old classes and the support vectors of the new class are reused to train 1VS1 classifiers for the confuse part. In order to bring more information to the certain support vectors, the support vectors are at the boundary of the distribution of samples as much as possible when the OCSVM is built. Compared with the traditional methods, the proposed method retains the original model and thus reduces memory consumption and training time cost. Various experiments on different datasets also verify the efficiency of the proposed method.

📄 PDF Abstract BibTeX arXiv:1803.00159

Code (0)

등록된 구현이 없습니다.

Tasks

class-incremental learningClass Incremental LearningIncremental Learning

Similar Papers 제목 키워드 기반

Incremental One-Class Models for Data Classification

2016-10-15 · Takoua Kefi, Riadh Ksantini, M. Becha Kaaniche, Adel Bouhoula

In this paper we outline a PhD research plan. This research contributes to the field of one-class incremental learning and classification in case of non-stationary environments. The goal of this PhD is to define a new cl…

Classificationclass-incremental learningClass Incremental LearningGeneral Classification+1

Incremental Import Vector Machines for Classifying Hyperspectral Data

2017-08-20 · Ribana Roscher, Björn Waske, Wolfgang Förstner

In this paper we propose an incremental learning strategy for import vector machines (IVM), which is a sparse kernel logistic regression approach. We use the procedure for the concept of self-training for sequential clas…

ClassificationGeneral ClassificationIncremental Learning

Incremental and Decremental Fuzzy Bounded Twin Support Vector Machine

2019-07-22 · Alexandre Reeberg de Mello, Marcelo Ricardo Stemmer, Alessandro Lameiras Koerich

In this paper we present an incremental variant of the Twin Support Vector Machine (TWSVM) called Fuzzy Bounded Twin Support Vector Machine (FBTWSVM) to deal with large datasets and learning from data streams. We combine…

General ClassificationRobust classification

Clustering Filipino Disaster-Related Tweets Using Incremental and Density-Based Spatiotemporal Algorithm with Support Vector Machines for Needs Assessment 2

2021-08-16 · Ocean M. Barba, Franz Arvin T. Calbay, Angelica Jane S. Francisco, Angel Luis D. Santos 외

Social media has played a huge part on how people get informed and communicate with one another. It has helped people express their needs due to distress especially during disasters. Because posts made through it are pub…

Clustering

Fast Incremental SVDD Learning Algorithm with the Gaussian Kernel

2017-09-01 · Hansi Jiang, Haoyu Wang, Wenhao Hu, Deovrat Kakde 외

Support vector data description (SVDD) is a machine learning technique that is used for single-class classification and outlier detection. The idea of SVDD is to find a set of support vectors that defines a boundary arou…

Incremental LearningOutlier Detection