tztztztztz / eqlv2

The official implementation of Equalization Loss v1 & v2 (CVPR 2020, 2021) based on MMDetection. https://arxiv.org/abs/2012.08548 https://arxiv.org/abs/2003.05176
Apache License 2.0
155 stars 22 forks source link

eqlv2 for focal loss #9

Open jiangzhengkai opened 3 years ago

jiangzhengkai commented 3 years ago

I want to know how to use eqlv2 for dense object detection which uses focal loss for classification? Any ideas?

tztztztztz commented 3 years ago

Since eqlv2 is based on the sigmoid loss function, I think you can simply multiply the weights from eqlv2 into the focal loss.

tztztztztz commented 2 years ago

please check this paper: https://arxiv.org/abs/2201.02593