Skip to content

RaptorMai/ASER

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published