What is: Dynamic SmoothL1 Loss?
Source | Dynamic R-CNN: Towards High Quality Object Detection via Dynamic Training |
Year | 2000 |
Data Source | CC BY-SA - https://paperswithcode.com |
Dynamic SmoothL1 Loss (DSL) is a loss function in object detection where we change the shape of loss function to gradually focus on high quality samples:
DSL will change the value of according to the statistics of regression errors which can reflect the localization accuracy. It was introduced as part of the Dynamic R-CNN model.