Methods › Computer Vision › Object Detection Models › Dynamic R-CNN

Dynamic R-CNN

3 papers tagged archive 2025-07-28

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.

PaperSourceSee Code · hkzhang95/DynamicRCNN

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.

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.

TaskPapers
Object Detection3
object-detection3
Ensemble Learning1
Fire Detection1
Fracture detection1
Management1
Medical Object Detection1
Transfer Learning1
Vocal Bursts Intensity Prediction1
regression1

Usage over time archive 2025-07-28

Papers per year tagged with Dynamic R-CNN: 2020 to 2024, peak 1 1 0 2020: 1 paper 2020 2021: 1 paper 2021 2022: 0 papers 2022 2023: 0 papers 2023 2024: 1 paper 2024
Papers per year the archive tags with this method, by the paper's archive date (3 dated). Bars are counts, not a trend claim.

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

Object Detection Models

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