Closed zhanggang001 closed 1 month ago
@zhanggang001 Great question! I carefully check our code, and find the line of ' tgt["labels"].fill_(0) for tgt in bin_targets' should be removed. As for quality query selection, we adopt a multi-class classifier rather than a binary classifier. We'll fix this issue and rerun the experiment. I anticipate the results will improve once this bug is addressed. Thanks again!
@zhanggang001 Hi, we re-run this experiment (6 epoch with 100% training data for the small model) after solving this bug and find there brings about 0.2-0.3 mAPH/L2 improvement!
@zhanggang001 Hi, we re-run this experiment (6 epoch with 100% training data for the small model) after solving this bug and find there brings about 0.2-0.3 mAPH/L2 improvement!
Thanks for your dedicated effort!!
Dear authors,
I noticed the line
tgt["labels"].fill_(0) for tgt in bin_targets
in seed_head.py. Does this indicate that a binary classification is conducted for quality query selection?Thank you in advance!