xmengxin's Stars
pytorch/tutorials
PyTorch tutorials.
zhaoxin94/awesome-domain-adaptation
A collection of AWESOME things about domian adaptation
mseitzer/pytorch-fid
Compute FID scores with PyTorch.
FLHonker/Awesome-Knowledge-Distillation
Awesome Knowledge-Distillation. 分类整理的知识蒸馏paper(2014-2021)。
HobbitLong/RepDistiller
[ICLR 2020] Contrastive Representation Distillation (CRD), and benchmark of recent knowledge distillation methods
haitongli/knowledge-distillation-pytorch
A PyTorch implementation for exploring deep and shallow knowledge distillation (KD) experiments with flexibility
GMvandeVen/continual-learning
PyTorch implementation of various methods for continual learning (XdG, EWC, SI, LwF, FROMP, DGR, BI-R, ER, A-GEM, iCaRL, Generative Classifier) in three different scenarios.
bnu-wangxun/Deep_Metric
Deep Metric Learning
optimass/continual_learning_papers
Relevant papers in Continual Learning
oreillymedia/t-SNE-tutorial
A tutorial on the t-SNE learning algorithm
Vision-Intelligence-and-Robots-Group/Best-Incremental-Learning
An Incremental Learning, Continual Learning, and Life-Long Learning Repository
GT-RIPL/Continual-Learning-Benchmark
Evaluate three types of task shifting with popular continual learning algorithms.
yaoyao-liu/mini-imagenet-tools
Tools for generating mini-ImageNet dataset and processing batches
RaptorMai/online-continual-learning
A collection of online continual learning paper implementations and tricks for computer vision in PyTorch, including our ASER(AAAI-21), SCR(CVPR21-W) and an online continual learning survey (Neurocomputing).
facebookresearch/agem
Official implementation of the Averaged Gradient Episodic Memory (A-GEM) in Tensorflow
knjcode/cifar2png
Convert CIFAR-10 and CIFAR-100 datasets into PNG images
sairin1202/BIC
pytorch implementation of Large Scale Incremental Learning
TLESORT/Generative_Continual_Learning
srvCodes/continual-learning-benchmark
Benchmarking continual learning techniques for Human Activity Recognition data. We offer interesting insights on how the performance techniques vary with a domain other than images.
SCUT-AILab/CPGA
khurramjaved96/awesome-continual-learning
A repository to keep track of literature on catastrophic forgetting
xialeiliu/GFR-IL
Generative Feature Replay For Class-Incremental Learning
TLESORT/Continual_Learning_Data_Former
A pytorch compatible data loader to create sequence of tasks for Continual Learning
mpourkeshavarz/Cost-Free-Incremental-Learning
aimagelab/LiDER
Official implementation of "On the Effectiveness of Lipschitz-Driven Rehearsal in Continual Learning"
haseebs/Pseudo-rehearsal-Incremental-Learning
Pytorch implementation of paper "Distillation Techniques for Pseudo-rehearsal Based Incremental Learning"
liuyudut/MUC
A Generic Multi-classifier Paradigm forIncremental Learning
xu-ji/ARM
Automatic Recall Machines: Internal Replay, Continual Learning and the Brain
xmengxin/MFGR
Memory-Free Generative Replay For Class-Incremental Learning
sanketloke/GradientEpisodicMemory
Continuum Learning with GEM: Gradient Episodic Memory