Papers › Cascade R-CNN: High Quality Object Detection and Instance Segmentation

Cascade R-CNN: High Quality Object Detection and Instance Segmentation

24 Jun 2019arXiv:1906.09756archive 2025-07-28

Zhaowei Cai, Nuno Vasconcelos

In object detection, the intersection over union (IoU) threshold is frequently used to define positives/negatives. The threshold used to train a detector defines its \textit{quality}. While the commonly used threshold of 0.5 leads to noisy (low-quality) detections, detection performance frequently degrades for larger thresholds. This paradox of high-quality detection has two causes: 1) overfitting, due to vanishing positive samples for large thresholds, and 2) inference-time quality mismatch between detector and test hypotheses. A multi-stage object detection architecture, the Cascade R-CNN, composed of a sequence of detectors trained with increasing IoU thresholds, is proposed to address these problems. The detectors are trained sequentially, using the output of a detector as training set for the next. This resampling progressively improves hypotheses quality, guaranteeing a positive training set of equivalent size for all detectors and minimizing overfitting. The same cascade is applied at inference, to eliminate quality mismatches between hypotheses and detectors. An implementation of the Cascade R-CNN without bells or whistles achieves state-of-the-art performance on the COCO dataset, and significantly improves high-quality detection on generic and specific object detection datasets, including VOC, KITTI, CityPerson, and WiderFace. Finally, the Cascade R-CNN is generalized to instance segmentation, with nontrivial improvements over the Mask R-CNN. To facilitate future research, two implementations are made available at \url{https://github.com/zhaoweicai/cascade-rcnn} (Caffe) and \url{https://github.com/zhaoweicai/Detectron-Cascade-RCNN} (Detectron).

PaperPDFCode

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

Code

zhaoweicai/Detectron-Cascade-RCNN officialmentioned in papertfApache-2.0 report
zhaoweicai/cascade-rcnn officialmentioned in papertf report
open-mmlab/mmdetection mentioned in paperpytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

Not run by Syntology. Nothing on this page verifies that the listed code works.

Tasks

Instance SegmentationObject DetectionSemantic SegmentationVocal Bursts Intensity Predictionobject-detection

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Instance Segmentation BDD100K val Cascade Mask R-CNN AP 19.8 #4 of 4 Archive leaderboard report
Object Detection COCO test-dev Cascade R-CNN AP50 62.1 #169 of 225 Archive leaderboard report
Object Detection COCO test-dev Cascade R-CNN AP75 46.3 #169 of 225 Archive leaderboard report
Object Detection COCO test-dev Cascade R-CNN APL 55.2 #169 of 225 Archive leaderboard report
Object Detection COCO test-dev Cascade R-CNN APM 45.5 #169 of 225 Archive leaderboard report
Object Detection COCO test-dev Cascade R-CNN APS 23.7 #169 of 225 Archive leaderboard report
Object Detection COCO test-dev Cascade R-CNN Hardware Burden 15G #169 of 225 Archive leaderboard report
Object Detection COCO test-dev Cascade R-CNN box mAP 42.8 #169 of 225 Archive leaderboard report
Object Detection COCO-O Cascade R-CNN (ResNet-50) Average mAP 18.2 #34 of 45 Archive leaderboard report
Object Detection COCO-O Cascade R-CNN (ResNet-50) Effective Robustness 0.02 #34 of 45 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

Cascade R-CNNConvolutionMask R-CNNRPNRoIAlignSoftmax

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