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/Parallel Residual Bi-Fusion Feature Pyramid Network for Ac...

Parallel Residual Bi-Fusion Feature Pyramid Network for Accurate Single-Shot Object Detection

Ping-Yang Chen, Ming-Ching Chang, Jun-Wei Hsieh, Yong-Sheng Chen

2020-12-03Multi-Object TrackingReal-Time Object Detectionobject-detectionObject Detection
PaperPDFCode(official)

Abstract

This paper proposes the Parallel Residual Bi-Fusion Feature Pyramid Network (PRB-FPN) for fast and accurate single-shot object detection. Feature Pyramid (FP) is widely used in recent visual detection, however the top-down pathway of FP cannot preserve accurate localization due to pooling shifting. The advantage of FP is weakened as deeper backbones with more layers are used. In addition, it cannot keep up accurate detection of both small and large objects at the same time. To address these issues, we propose a new parallel FP structure with bi-directional (top-down and bottom-up) fusion and associated improvements to retain high-quality features for accurate localization. We provide the following design improvements: (1) A parallel bifusion FP structure with a bottom-up fusion module (BFM) to detect both small and large objects at once with high accuracy. (2) A concatenation and re-organization (CORE) module provides a bottom-up pathway for feature fusion, which leads to the bi-directional fusion FP that can recover lost information from lower-layer feature maps. (3) The CORE feature is further purified to retain richer contextual information. Such CORE purification in both top-down and bottom-up pathways can be finished in only a few iterations. (4) The adding of a residual design to CORE leads to a new Re-CORE module that enables easy training and integration with a wide range of deeper or lighter backbones. The proposed network achieves state-of-the-art performance on the UAVDT17 and MS COCO datasets. Code is available at https://github.com/pingyang1117/PRBNet_PyTorch.

Results

TaskDatasetMetricValueModel
Object DetectionUAVDTmAP76.55PRB-FPN
Object DetectionCOCO (Common Objects in Context)FPS (V100, b=1)31PRB-FPN6-E-ELAN(1280)
Object DetectionCOCO (Common Objects in Context)box AP56.9PRB-FPN6-E-ELAN(1280)
Object DetectionCOCO (Common Objects in Context)FPS (V100, b=1)94PRB-FPN-MSP
Object DetectionCOCO (Common Objects in Context)box AP53.3PRB-FPN-MSP
Object DetectionCOCO (Common Objects in Context)FPS (V100, b=1)70PRB-FPN-ELAN
Object DetectionCOCO (Common Objects in Context)box AP52.5PRB-FPN-ELAN
Object DetectionCOCO (Common Objects in Context)FPS (V100, b=1)113PRB-FPN-CSP
Object DetectionCOCO (Common Objects in Context)box AP51.8PRB-FPN-CSP
3DUAVDTmAP76.55PRB-FPN
3DCOCO (Common Objects in Context)FPS (V100, b=1)31PRB-FPN6-E-ELAN(1280)
3DCOCO (Common Objects in Context)box AP56.9PRB-FPN6-E-ELAN(1280)
3DCOCO (Common Objects in Context)FPS (V100, b=1)94PRB-FPN-MSP
3DCOCO (Common Objects in Context)box AP53.3PRB-FPN-MSP
3DCOCO (Common Objects in Context)FPS (V100, b=1)70PRB-FPN-ELAN
3DCOCO (Common Objects in Context)box AP52.5PRB-FPN-ELAN
3DCOCO (Common Objects in Context)FPS (V100, b=1)113PRB-FPN-CSP
3DCOCO (Common Objects in Context)box AP51.8PRB-FPN-CSP
2D ClassificationUAVDTmAP76.55PRB-FPN
2D ClassificationCOCO (Common Objects in Context)FPS (V100, b=1)31PRB-FPN6-E-ELAN(1280)
2D ClassificationCOCO (Common Objects in Context)box AP56.9PRB-FPN6-E-ELAN(1280)
2D ClassificationCOCO (Common Objects in Context)FPS (V100, b=1)94PRB-FPN-MSP
2D ClassificationCOCO (Common Objects in Context)box AP53.3PRB-FPN-MSP
2D ClassificationCOCO (Common Objects in Context)FPS (V100, b=1)70PRB-FPN-ELAN
2D ClassificationCOCO (Common Objects in Context)box AP52.5PRB-FPN-ELAN
2D ClassificationCOCO (Common Objects in Context)FPS (V100, b=1)113PRB-FPN-CSP
2D ClassificationCOCO (Common Objects in Context)box AP51.8PRB-FPN-CSP
2D Object DetectionUAVDTmAP76.55PRB-FPN
2D Object DetectionCOCO (Common Objects in Context)FPS (V100, b=1)31PRB-FPN6-E-ELAN(1280)
2D Object DetectionCOCO (Common Objects in Context)box AP56.9PRB-FPN6-E-ELAN(1280)
2D Object DetectionCOCO (Common Objects in Context)FPS (V100, b=1)94PRB-FPN-MSP
2D Object DetectionCOCO (Common Objects in Context)box AP53.3PRB-FPN-MSP
2D Object DetectionCOCO (Common Objects in Context)FPS (V100, b=1)70PRB-FPN-ELAN
2D Object DetectionCOCO (Common Objects in Context)box AP52.5PRB-FPN-ELAN
2D Object DetectionCOCO (Common Objects in Context)FPS (V100, b=1)113PRB-FPN-CSP
2D Object DetectionCOCO (Common Objects in Context)box AP51.8PRB-FPN-CSP
16kUAVDTmAP76.55PRB-FPN
16kCOCO (Common Objects in Context)FPS (V100, b=1)31PRB-FPN6-E-ELAN(1280)
16kCOCO (Common Objects in Context)box AP56.9PRB-FPN6-E-ELAN(1280)
16kCOCO (Common Objects in Context)FPS (V100, b=1)94PRB-FPN-MSP
16kCOCO (Common Objects in Context)box AP53.3PRB-FPN-MSP
16kCOCO (Common Objects in Context)FPS (V100, b=1)70PRB-FPN-ELAN
16kCOCO (Common Objects in Context)box AP52.5PRB-FPN-ELAN
16kCOCO (Common Objects in Context)FPS (V100, b=1)113PRB-FPN-CSP
16kCOCO (Common Objects in Context)box AP51.8PRB-FPN-CSP

Related Papers

MVA 2025 Small Multi-Object Tracking for Spotting Birds Challenge: Dataset, Methods, and Results2025-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-17Dual LiDAR-Based Traffic Movement Count Estimation at a Signalized Intersection: Deployment, Data Collection, and Preliminary Analysis2025-07-17YOLOv8-SMOT: An Efficient and Robust Framework for Real-Time Small Object Tracking via Slice-Assisted Training and Adaptive Association2025-07-16Vision-based Perception for Autonomous Vehicles in Obstacle Avoidance Scenarios2025-07-16Tomato Multi-Angle Multi-Pose Dataset for Fine-Grained Phenotyping2025-07-15