Methods › Computer Vision › Object Detection Models › Dynamic R-CNN
Dynamic R-CNN
Introduced by Hongkai Zhang et al. in Dynamic R-CNN: Towards High Quality Object Detection via Dynamic Training
archive 2025-07-28 Description, source and code snippet are the archive's method entry.
Dynamic R-CNN is an object detection method that adjusts the label assignment criteria (IoU threshold) and the shape of regression loss function (parameters of Smooth L1 Loss) automatically based on the statistics of proposals during training. The motivation is that in previous two-stage object detectors, there is an inconsistency problem between the fixed network settings and the dynamic training procedure. For example, the fixed label assignment strategy and regression loss function cannot fit the distribution change of proposals and thus are harmful to training high quality detectors.
It consists of two components: Dynamic Label Assignment and Dynamic Smooth L1 Loss, which are designed for the classification and regression branches, respectively.
For Dynamic Label Assignment, we want our model to be discriminative for high IoU proposals, so we gradually adjust the IoU threshold for positive/negative samples based on the proposals distribution in the training procedure. Specifically, we set the threshold as the IoU of the proposal at a certain percentage since it can reflect the quality of the overall distribution.
For Dynamic Smooth L1 Loss, we want to change the shape of the regression loss function to adaptively fit the distribution change of error and ensure the contribution of high quality samples to training. This is achieved by adjusting the β in Smooth L1 Loss based on the error distribution of the regression loss function, in which β actually controls the magnitude of the gradient of small errors.
Papers archive 2025-07-28
3 shown of 3, newest first. Repository counts are the archive's code-links table. A Syntology line states what Syntology ran from that paper's harvested code; it is per sample and not a correctness claim.
-
Enhancing Tree Type Detection in Forest Fire Risk Assessment: Multi-Stage Approach and Color Encoding with Forest Fire Risk Evaluation Framework for UAV Imagery 27 Jul 2024 · 0 repositories · arXiv:2407.19184
-
Fracture Detection in Wrist X-ray Images Using Deep Learning-Based Object Detection Models 14 Nov 2021 · 0 repositories · arXiv:2111.07355
-
Dynamic R-CNN: Towards High Quality Object Detection via Dynamic Training 13 Apr 2020 · 3 repositories · arXiv:2004.06002Syntology ran 2 of 18 samples · 16 unverified
Tasks archive 2025-07-28
10 tasks the archive attaches to papers tagged with this method, by distinct papers. A task without a page in the catalog is plain text.
Usage over time archive 2025-07-28
Components: the archive holds no method-to-method composition, so PwC's Components table cannot be rebuilt; the Papers list carries no Results column for the same reason (the archive does not join its leaderboard rows to method tags).
Categories archive 2025-07-28
Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections