This is a PyTorch implementation of the DCD paper:
@misc{giakoumoglou2024discriminative,
title={Discriminative and Consistent Representation Distillation},
author={Nikolaos Giakoumoglou and Tania Stathaki},
year={2024},
eprint={2407.11802},
archivePrefix={arXiv},
primaryClass={cs.CV},
url={https://arxiv.org/abs/2407.11802},
}
It also includes the implementation of and RRD paper:
@misc{giakoumoglou2024relational,
title={Relational Representation Distillation},
author={Nikolaos Giakoumoglou and Tania Stathaki},
year={2024},
eprint={2407.12073},
archivePrefix={arXiv},
primaryClass={cs.CV},
url={https://arxiv.org/abs/2407.12073},
}
Please refer to CIFAR-100 for more details.
Please refer to ImageNet for more details. Also supports CIFAR-100 classification.
Please refer to COCO for more details.
This project is under the CC-BY-NC 4.0 license. See LICENSE for details.