This repository contains code for ECCV 2024 paper: https://arxiv.org/abs/2308.12112
Introduction video: https://www.youtube.com/watch?v=NfgT1qpOb4U
pip install requirements.txtTo run pretrained ViT download a model from https://github.com/facebookresearch/dino:
mkdir pretrained && cd pretrained
wget https://dl.fbaipublicfiles.com/dino/dino_deitsmall16_pretrain/dino_deitsmall16_pretrain.pthcd data
wget https://data.caltech.edu/records/65de6-vp158/files/CUB_200_2011.tgz?download=1
tar zxvf 'CUB_200_2011.tgz?download=1'wget http://csr.bu.edu/ftp/visda/2019/multi-source/groundtruth/clipart.zip &&
wget http://csr.bu.edu/ftp/visda/2019/multi-source/infograph.zip &&
wget http://csr.bu.edu/ftp/visda/2019/multi-source/groundtruth/painting.zip &&
wget http://csr.bu.edu/ftp/visda/2019/multi-source/quickdraw.zip &&
wget http://csr.bu.edu/ftp/visda/2019/multi-source/real.zip &&
wget http://csr.bu.edu/ftp/visda/2019/multi-source/sketch.zipbash scripts/camp.shbash scripts/gcd.shbash scripts/gcd_fd.shbash scripts/gcd_ewc.shbash scripts/proxy_anchors.shIf you find this code or paper useful we will appreciate if you cite us:
@inproceedings{rypesc2024category,
title = {Category Adaptation Meets Projected Distillation in Generalized Continual Category Discovery},
author={Rype{\'s}{\'c}, Grzegorz and Marczak, Daniel and Cygert, Sebastian and Trzci{\'n}ski, Tomasz and Twardowski, Bart{\l}omiej},
booktitle = {European Conference on Computer Vision (ECCV)},
year = {2024}
}