ucbdrive / few-shot-object-detection

Implementations of few-shot object detection benchmarks
Apache License 2.0
1.1k stars 223 forks source link

4.3 Ablation study and visualization / Weight initialization #68

Closed msw6468 closed 3 years ago

msw6468 commented 4 years ago

Hello. First, thank you for providing code~!

And my question is, what is the meaning of "fine-tuning a predictor on the novel set and using the classifier's weights as initialization"?

Is that process same as "few-shot fine-tuning"? Is that "novel set" different from "novel class"?

Best regards,

xinw1012 commented 3 years ago

Hi, thanks for your interest in our work!

Hope it helps.

xinw1012 commented 3 years ago

Feel free to reopen it if there is still an issue.

tom-bu commented 3 years ago

Just to clarify, fine-tuning a predictor on the novel set means training only on the novel set, without any images of the base classes. And then you are resuming training of this model on a balanced set of both base classes and novel classes.