dvlab-research / ReviewKD

Distilling Knowledge via Knowledge Review, CVPR 2021
248 stars 34 forks source link

Implementing Knowledge Review for Object Detection using Faster RCNN #22

Open ai21mtech13002 opened 1 year ago

ai21mtech13002 commented 1 year ago

Hi,

I am trying to implement Knowledge Review for Object Detection using Faster RCNN as a Detector. I plan to use Resnet 50 as the backbone for the Teacher and Resnet 18 as the backbone for the student.

Both the Teacher and Student backbones will be having four layers in the backbone and similar architecture.

For Knowledge Review to work the shapes of the feature maps of the Student after the ABF should match the shape of the feature map of the Teacher.

What would be the strategy to achieve this? Do we need to set specific sizes for upsampling/ downsampling?

Thanks and Regards