# ReviewKD **Repository Path**: ankunw/ReviewKD ## Basic Information - **Project Name**: ReviewKD - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-24 - **Last Updated**: 2021-06-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ReviewKD **Distilling Knowledge via Knowledge Review** Pengguang Chen, Shu Liu, Hengshuang Zhao, Jiaya Jia This project provides an implementation for the CVPR 2021 paper "[Distilling Knowledge via Knowledge Review](https://arxiv.org/pdf/2104.09044.pdf)" ## CIFAR-100 Classification Please refer to [CIFAR-100](https://github.com/Jia-Research-Lab/ReviewKD/tree/master/CIFAR-100) for more details. ## ImageNet Classification Please refer to [ImageNet](https://github.com/Jia-Research-Lab/ReviewKD/tree/master/ImageNet) for more details. ## COCO Detection Coming soon ## COCO Instance Segmentation Coming soon ## Citation Please consider citing ReviewKD in your publications if it helps your research. ```bib @inproceedings{chen2021reviewkd, title={Distilling Knowledge via Knowledge Review}, author={Pengguang Chen, Shu Liu, Hengshuang Zhao, and Jiaya Jia}, booktitle={IEEE Conference on Computer Vision and Pattern Recognition (CVPR)}, year={2021}, } ```