The code repository for "On the Power of Statistics in Class-Incremental Learning with Pretrained Models" (ICML 2026) in PyTorch.
conda env create -f baseCIL.yaml
The datasets can be downloaded from the sources provided in PILOT.
You need to modify the path of the datasets in ./utils/data.py according to your own path.
python main.py --config exps/[config_name].json
This repo is based on PILOT.