Overview of PKD (Pearson Correlation Coefficient) Distillation
mainPKD is a general knowledge distillation (KD) framework designed for object detectors. It addresses the challenges of distilling between heterogeneous detectors (where teacher and student have different architectures, heads, or label assignments) by focusing on relational information rather than direct feature map alignment.
Key features include:
- Pearson Correlation Coefficient: Uses correlation to imitate features, which relaxes constraints on feature magnitude and prevents high-magnitude teacher features from dominating the distillation gradient.
- Heterogeneous Support: Works effectively for both homogeneous and heterogeneous student-teacher pairs.
- FPN Feature Distillation: Focuses on distilling better FPN features from the teacher to the student.
For more details, refer to the original paper: PKD: General Distillation Framework for Object Detectors via Pearson Correlation Coefficient.