TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/CBNet: A Novel Composite Backbone Network Architecture for...

CBNet: A Novel Composite Backbone Network Architecture for Object Detection

Yudong Liu, Yongtao Wang, Siwei Wang, Ting-Ting Liang, Qijie Zhao, Zhi Tang, Haibin Ling

2019-09-09Semantic SegmentationInstance Segmentationobject-detectionObject Detection
PaperPDFCodeCode(official)CodeCodeCodeCode

Abstract

In existing CNN based detectors, the backbone network is a very important component for basic feature extraction, and the performance of the detectors highly depends on it. In this paper, we aim to achieve better detection performance by building a more powerful backbone from existing backbones like ResNet and ResNeXt. Specifically, we propose a novel strategy for assembling multiple identical backbones by composite connections between the adjacent backbones, to form a more powerful backbone named Composite Backbone Network (CBNet). In this way, CBNet iteratively feeds the output features of the previous backbone, namely high-level features, as part of input features to the succeeding backbone, in a stage-by-stage fashion, and finally the feature maps of the last backbone (named Lead Backbone) are used for object detection. We show that CBNet can be very easily integrated into most state-of-the-art detectors and significantly improve their performances. For example, it boosts the mAP of FPN, Mask R-CNN and Cascade R-CNN on the COCO dataset by about 1.5 to 3.0 percent. Meanwhile, experimental results show that the instance segmentation results can also be improved. Specially, by simply integrating the proposed CBNet into the baseline detector Cascade Mask R-CNN, we achieve a new state-of-the-art result on COCO dataset (mAP of 53.3) with single model, which demonstrates great effectiveness of the proposed CBNet architecture. Code will be made available on https://github.com/PKUbahuangliuhe/CBNet.

Results

TaskDatasetMetricValueModel
Object DetectionCOCO test-devAP5071.9Cascade Mask R-CNN (Triple-ResNeXt152, multi-scale)
Object DetectionCOCO test-devAP7558.5Cascade Mask R-CNN (Triple-ResNeXt152, multi-scale)
Object DetectionCOCO test-devAPL66.7Cascade Mask R-CNN (Triple-ResNeXt152, multi-scale)
Object DetectionCOCO test-devAPM55.8Cascade Mask R-CNN (Triple-ResNeXt152, multi-scale)
Object DetectionCOCO test-devAPS35.5Cascade Mask R-CNN (Triple-ResNeXt152, multi-scale)
Object DetectionCOCO test-devbox mAP53.3Cascade Mask R-CNN (Triple-ResNeXt152, multi-scale)
3DCOCO test-devAP5071.9Cascade Mask R-CNN (Triple-ResNeXt152, multi-scale)
3DCOCO test-devAP7558.5Cascade Mask R-CNN (Triple-ResNeXt152, multi-scale)
3DCOCO test-devAPL66.7Cascade Mask R-CNN (Triple-ResNeXt152, multi-scale)
3DCOCO test-devAPM55.8Cascade Mask R-CNN (Triple-ResNeXt152, multi-scale)
3DCOCO test-devAPS35.5Cascade Mask R-CNN (Triple-ResNeXt152, multi-scale)
3DCOCO test-devbox mAP53.3Cascade Mask R-CNN (Triple-ResNeXt152, multi-scale)
Instance SegmentationCOCO test-devmask AP43.3Cascade Mask R-CNN (ResNeXt152, CBNet)
2D ClassificationCOCO test-devAP5071.9Cascade Mask R-CNN (Triple-ResNeXt152, multi-scale)
2D ClassificationCOCO test-devAP7558.5Cascade Mask R-CNN (Triple-ResNeXt152, multi-scale)
2D ClassificationCOCO test-devAPL66.7Cascade Mask R-CNN (Triple-ResNeXt152, multi-scale)
2D ClassificationCOCO test-devAPM55.8Cascade Mask R-CNN (Triple-ResNeXt152, multi-scale)
2D ClassificationCOCO test-devAPS35.5Cascade Mask R-CNN (Triple-ResNeXt152, multi-scale)
2D ClassificationCOCO test-devbox mAP53.3Cascade Mask R-CNN (Triple-ResNeXt152, multi-scale)
2D Object DetectionCOCO test-devAP5071.9Cascade Mask R-CNN (Triple-ResNeXt152, multi-scale)
2D Object DetectionCOCO test-devAP7558.5Cascade Mask R-CNN (Triple-ResNeXt152, multi-scale)
2D Object DetectionCOCO test-devAPL66.7Cascade Mask R-CNN (Triple-ResNeXt152, multi-scale)
2D Object DetectionCOCO test-devAPM55.8Cascade Mask R-CNN (Triple-ResNeXt152, multi-scale)
2D Object DetectionCOCO test-devAPS35.5Cascade Mask R-CNN (Triple-ResNeXt152, multi-scale)
2D Object DetectionCOCO test-devbox mAP53.3Cascade Mask R-CNN (Triple-ResNeXt152, multi-scale)
16kCOCO test-devAP5071.9Cascade Mask R-CNN (Triple-ResNeXt152, multi-scale)
16kCOCO test-devAP7558.5Cascade Mask R-CNN (Triple-ResNeXt152, multi-scale)
16kCOCO test-devAPL66.7Cascade Mask R-CNN (Triple-ResNeXt152, multi-scale)
16kCOCO test-devAPM55.8Cascade Mask R-CNN (Triple-ResNeXt152, multi-scale)
16kCOCO test-devAPS35.5Cascade Mask R-CNN (Triple-ResNeXt152, multi-scale)
16kCOCO test-devbox mAP53.3Cascade Mask R-CNN (Triple-ResNeXt152, multi-scale)

Related Papers

SeC: Advancing Complex Video Object Segmentation via Progressive Concept Construction2025-07-21DiffOSeg: Omni Medical Image Segmentation via Multi-Expert Collaboration Diffusion Model2025-07-17SCORE: Scene Context Matters in Open-Vocabulary Remote Sensing Instance Segmentation2025-07-17Unified Medical Image Segmentation with State Space Modeling Snake2025-07-17A Privacy-Preserving Semantic-Segmentation Method Using Domain-Adaptation Technique2025-07-17A Real-Time System for Egocentric Hand-Object Interaction Detection in Industrial Domains2025-07-17RS-TinyNet: Stage-wise Feature Fusion Network for Detecting Tiny Objects in Remote Sensing Images2025-07-17Decoupled PROB: Decoupled Query Initialization Tasks and Objectness-Class Learning for Open World Object Detection2025-07-17