shicaiwei123 / SDD-CVPR2024

Official code for Scale Decoupled Distillation
MIT License
32 stars 1 forks source link

SDD-CVPR204

Official code for cvpr2024 paper Scale Decoupled Distillation

Introduction

Framework

Main result

On CIFAR100

On ImageNet

On CUB200

Installation

Environments:

Training on CIFAR-100

Training on ImageNet

Training on CUB200

Core code

Applied SDD into a new teacher-student pair and logit distillation

Acknowledgement

Thanks for CRD and DKD. We build this library based on the CRD's codebase and the DKD's codebase