EdenBelouadah / class-incremental-learning
☆176Updated 3 years ago
Alternatives and similar repositories for class-incremental-learning:
Users that are interested in class-incremental-learning are comparing it to the libraries listed below
- Learning a Unified Classifier Incrementally via Rebalancing☆187Updated 3 years ago
- Official repository for Few-Shot Class-Incremental Learning (FSCIL)☆231Updated 4 years ago
- pytorch implementation of Large Scale Incremental Learning☆65Updated 4 years ago
- Continual Hyperparameter Selection Framework. Compares 11 state-of-the-art Lifelong Learning methods and 4 baselines. Official Codebase …☆201Updated 3 years ago
- PyTorch Implementation of iCaRL☆111Updated 5 years ago
- Semantic Drift Compensation for Class-Incremental Learning (CVPR2020)☆119Updated 4 years ago
- A collection of incremental learning paper implementations including PODNet (ECCV20) and Ghost (CVPR-W21).☆395Updated last year
- The official PyTorch code for 'DER: Dynamically Expandable Representation for Class Incremental Learning' accepted by CVPR2021☆158Updated 3 years ago
- Official implementation of "iTAML : An Incremental Task-Agnostic Meta-learning Approach". CVPR 2020☆96Updated last year
- ☆98Updated 2 years ago
- Implementation of Learning without Forgetting paper☆128Updated 3 years ago
- Continual / incremental / lifelong learning methods implemented by PyTorch. Especially the methods based on memory replay.☆51Updated last year
- Pytorch code for CVPR2021 paper "Few-Shot Incremental Learning with Continually Evolved Classifiers"☆162Updated 3 years ago
- Codebase for "Online Continual Learning with Maximally Interfered Retrieval"☆99Updated 2 years ago
- PyTorch implementation of AANets (CVPR 2021) and Mnemonics Training (CVPR 2020 Oral)☆465Updated 2 years ago
- Generative Feature Replay For Class-Incremental Learning☆37Updated 4 years ago
- PyTorch implementation of our CVPR2021 (oral) paper "Prototype Augmentation and Self-Supervision for Incremental Learning"☆107Updated last year
- PyTorch implementation of a VAE-based generative classifier, as well as other class-incremental learning methods that do not store data (…☆75Updated 2 years ago
- ☆255Updated 3 years ago
- Co^2L: Contrastive Continual Learning (ICCV2021)☆92Updated 2 years ago
- ☆70Updated 5 years ago
- Forward Compatible Few-Shot Class-Incremental Learning (CVPR'22)☆124Updated last year
- ICCV 2019 Overcoming Catastrophic Forgetting with Unlabeled Data in the Wild☆79Updated 2 years ago
- Overcoming catastrophic forgetting with hard attention to the task☆213Updated 6 years ago
- ☆55Updated 2 years ago
- Simplified code for our paper "GDumb: A Simple Approach that Questions Our Progress in Continual Learning". Easily extensible to various …☆91Updated last year
- Awesome Few-Shot Class-Incremental Learning☆231Updated last year
- Pytorch implementation of End-to-End Incremental Learning [2018 ECCV Castro]☆61Updated 6 years ago
- A collection of online continual learning paper implementations and tricks for computer vision in PyTorch, including our ASER(AAAI-21), S…