paper-with-me

Papers

PyCIL: A Python Toolbox for Class-Incremental Learning

2021-12-23 · Da-Wei Zhou, Fu-Yun Wang, Han-Jia Ye, De-Chuan Zhan

Traditional machine learning systems are deployed under the closed-world setting, which requires the entire training data before the offline training process. However, real-world applications often face the incoming new classes, and a model should incorporate them continually. The learning paradigm is called Class-Incremental Learning (CIL). We propose a Python toolbox that implements several key algorithms for class-incremental learning to ease the burden of researchers in the machine learning community. The toolbox contains implementations of a number of founding works of CIL such as EWC and iCaRL, but also provides current state-of-the-art algorithms that can be used for conducting novel fundamental research. This toolbox, named PyCIL for Python Class-Incremental Learning, is available at https://github.com/G-U-N/PyCIL

📄 PDF Abstract BibTeX arXiv:2112.12533

Code (1)

g-u-n/pycil 공식 구현 pytorch

Tasks

BIG-bench Machine Learningclass-incremental learningClass Incremental LearningIncremental Learning

Methods 이 논문이 사용한 방법론

EWC The methon to overcome catastrophic forgetting in neural network while continual learning

Similar Papers 제목 키워드 기반

C3Box: A CLIP-based Class-Incremental Learning Toolbox

2026-01-28 · Hao Sun, Da-Wei Zhou arxiv

Traditional machine learning systems are typically designed for static data distributions, which suffer from catastrophic forgetting when learning from evolving data streams. Class-Incremental Learning (CIL) addresses th…

class-incremental learningContinual Learning

PSDVec: a Toolbox for Incremental and Scalable Word Embedding

2016-06-10 · Shaohua Li, Jun Zhu, Chunyan Miao

PSDVec is a Python/Perl toolbox that learns word embeddings, i.e. the mapping of words in a natural language to continuous vectors which encode the semantic/syntactic regularities between the words. PSDVec implements a w…

Word EmbeddingsWord Similarity

PyOD: A Python Toolbox for Scalable Outlier Detection

2019-01-06 · Yue Zhao, Zain Nasrullah, Zheng Li

PyOD is an open-source Python toolbox for performing scalable outlier detection on multivariate data. Uniquely, it provides access to a wide range of outlier detection algorithms, including established outlier ensembles …

Anomaly DetectionOutlier Detectionoutlier ensembles

Pymanopt: A Python Toolbox for Optimization on Manifolds using Automatic Differentiation

2016-03-10 · James Townsend, Niklas Koep, Sebastian Weichwald

Optimization on manifolds is a class of methods for optimization of an objective function, subject to constraints which are smooth, in the sense that the set of points which satisfy the constraints admits the structure o…

Riemannian optimization

idSTLPy: A Python Toolbox for Active Perception and Control

2021-11-04 · Rafael Rodrigues da Silva, Kunal Yadav, Hai Lin

This paper describes a Python toolbox for active perception and control synthesis of probabilistic signal temporal logic (PrSTL) formulas of switched linear systems with additive Gaussian disturbances and measurement noi…

Motion Planning