Mmdetection: Add a new bbox regression loss

Created on 14 Mar 2019  路  12Comments  路  Source: open-mmlab/mmdetection

Recently the Generalized IoU loss has been proposed to replace the regression loss in detectors (https://arxiv.org/abs/1902.09630). Any plans to add it?

Most helpful comment

For R-50 Faster R-CNN, GIoU loss is 1 points higher than the baseline, and IoU loss is 0.9 points higher. These implementations will be released after our refactoring.

All 12 comments

Yes we plan to add it by the beginning of next month, but it is quite simple so you may also try it first.

I've already implemented that, but my code rather looks like a hack, so I'm waiting for the clean implementation.
upd: you can check out my implementation here https://github.com/grib0ed0v/mmdetection/tree/vs/focal

where did you add your regression loss into the project?I can not find the place.

Does it make sense? can you show me some experiments? Thx

For R-50 Faster R-CNN, GIoU loss is 1 points higher than the baseline, and IoU loss is 0.9 points higher. These implementations will be released after our refactoring.

Amazing! I am much expecting!

where should i add your regression loss into the project? Is it in bbox_head.py?

There are always something wrong when I implemented GIoU loss. So I'm waiting for the implementation or can you show me some experiments? Thx

Any updates on when it will be added?

For R-50 Faster R-CNN, GIoU loss is 1 points higher than the baseline, and IoU loss is 0.9 points higher. These implementations will be released after our refactoring.

Hello @hellock @sovrasov I have implemented GIoU loss for libra faster rcnn. For VOC2007 test, I got 0.7points higher, while for COCO 2017val, I got 10points lower. I found that the acc increased slower than the baseline. Could you give me some advice? Waiting for your reply:)

For R-50 Faster R-CNN, GIoU loss is 1 points higher than the baseline, and IoU loss is 0.9 points higher. These implementations will be released after our refactoring.

Have you tried cascade RCNN? I got a bad result.

I've already implemented that, but my code rather looks like a hack, so I'm waiting for the clean implementation.
upd: you can check out my implementation here https://github.com/grib0ed0v/mmdetection/tree/vs/focal

too many values to unpack ? How to solve it? Than you

Was this page helpful?
0 / 5 - 0 ratings

Related issues

BeBeauty picture BeBeauty  路  3Comments

songyuc picture songyuc  路  3Comments

letanloc1998 picture letanloc1998  路  3Comments

FrankXinqi picture FrankXinqi  路  3Comments

fmassa picture fmassa  路  3Comments