Skip to content

Latest commit

 

History

History
54 lines (32 loc) · 1.64 KB

README.md

File metadata and controls

54 lines (32 loc) · 1.64 KB

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