RaptorMai / ASER

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Online Class-Incremental Continual Learning with Adversarial Shapley Value

Notes !!

  • This repository contains the TensorFlow implementation of ASER and other baselines. The results in the paper can be reproduced by following the instructions below.
  • PyTorch implementation of ASER and more baselines can be found in this repository. Note that the PyTorch version is more efficient than the original TensorFlow implementation and has better performance.

Requirements

conda env create -f environment.yml

Data

Running Experiments

  • ASER = Adversarial Shapley Value Experience Replay
  • AGEM = Averaged Gradient Episodic Memory
  • ER = Experience Replay
  • EWC = Elastic Weight Consolidation
  • MIR = Maximally Interfered Retrieval
  • GSS = Gradient-Based Sample Selection

To reproduce the result in the paper:

source reproduce.sh

About


Languages

Language:Python 85.0%Language:Shell 15.0%