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/Scale-Equalizing Pyramid Convolution for Object Detection

Scale-Equalizing Pyramid Convolution for Object Detection

Xinjiang Wang, Shilong Zhang, Zhuoran Yu, Litong Feng, Wayne Zhang

2020-05-06CVPR 2020 6object-detectionObject Detection
PaperPDFCode(official)Code

Abstract

Feature pyramid has been an efficient method to extract features at different scales. Development over this method mainly focuses on aggregating contextual information at different levels while seldom touching the inter-level correlation in the feature pyramid. Early computer vision methods extracted scale-invariant features by locating the feature extrema in both spatial and scale dimension. Inspired by this, a convolution across the pyramid level is proposed in this study, which is termed pyramid convolution and is a modified 3-D convolution. Stacked pyramid convolutions directly extract 3-D (scale and spatial) features and outperforms other meticulously designed feature fusion modules. Based on the viewpoint of 3-D convolution, an integrated batch normalization that collects statistics from the whole feature pyramid is naturally inserted after the pyramid convolution. Furthermore, we also show that the naive pyramid convolution, together with the design of RetinaNet head, actually best applies for extracting features from a Gaussian pyramid, whose properties can hardly be satisfied by a feature pyramid. In order to alleviate this discrepancy, we build a scale-equalizing pyramid convolution (SEPC) that aligns the shared pyramid convolution kernel only at high-level feature maps. Being computationally efficient and compatible with the head design of most single-stage object detectors, the SEPC module brings significant performance improvement ($>4$AP increase on MS-COCO2017 dataset) in state-of-the-art one-stage object detectors, and a light version of SEPC also has $\sim3.5$AP gain with only around 7% inference time increase. The pyramid convolution also functions well as a stand-alone module in two-stage object detectors and is able to improve the performance by $\sim2$AP. The source code can be found at https://github.com/jshilong/SEPC.

Results

TaskDatasetMetricValueModel
Object DetectionCOCO test-devAP5069.8FreeAnchor + SEPC (DCN, ResNext-101-64x4d)
Object DetectionCOCO test-devAP7554.3FreeAnchor + SEPC (DCN, ResNext-101-64x4d)
Object DetectionCOCO test-devAPL63.7FreeAnchor + SEPC (DCN, ResNext-101-64x4d)
Object DetectionCOCO test-devAPM53.3FreeAnchor + SEPC (DCN, ResNext-101-64x4d)
Object DetectionCOCO test-devAPS31.3FreeAnchor + SEPC (DCN, ResNext-101-64x4d)
Object DetectionCOCO test-devbox mAP50.1FreeAnchor + SEPC (DCN, ResNext-101-64x4d)
3DCOCO test-devAP5069.8FreeAnchor + SEPC (DCN, ResNext-101-64x4d)
3DCOCO test-devAP7554.3FreeAnchor + SEPC (DCN, ResNext-101-64x4d)
3DCOCO test-devAPL63.7FreeAnchor + SEPC (DCN, ResNext-101-64x4d)
3DCOCO test-devAPM53.3FreeAnchor + SEPC (DCN, ResNext-101-64x4d)
3DCOCO test-devAPS31.3FreeAnchor + SEPC (DCN, ResNext-101-64x4d)
3DCOCO test-devbox mAP50.1FreeAnchor + SEPC (DCN, ResNext-101-64x4d)
2D ClassificationCOCO test-devAP5069.8FreeAnchor + SEPC (DCN, ResNext-101-64x4d)
2D ClassificationCOCO test-devAP7554.3FreeAnchor + SEPC (DCN, ResNext-101-64x4d)
2D ClassificationCOCO test-devAPL63.7FreeAnchor + SEPC (DCN, ResNext-101-64x4d)
2D ClassificationCOCO test-devAPM53.3FreeAnchor + SEPC (DCN, ResNext-101-64x4d)
2D ClassificationCOCO test-devAPS31.3FreeAnchor + SEPC (DCN, ResNext-101-64x4d)
2D ClassificationCOCO test-devbox mAP50.1FreeAnchor + SEPC (DCN, ResNext-101-64x4d)
2D Object DetectionCOCO test-devAP5069.8FreeAnchor + SEPC (DCN, ResNext-101-64x4d)
2D Object DetectionCOCO test-devAP7554.3FreeAnchor + SEPC (DCN, ResNext-101-64x4d)
2D Object DetectionCOCO test-devAPL63.7FreeAnchor + SEPC (DCN, ResNext-101-64x4d)
2D Object DetectionCOCO test-devAPM53.3FreeAnchor + SEPC (DCN, ResNext-101-64x4d)
2D Object DetectionCOCO test-devAPS31.3FreeAnchor + SEPC (DCN, ResNext-101-64x4d)
2D Object DetectionCOCO test-devbox mAP50.1FreeAnchor + SEPC (DCN, ResNext-101-64x4d)
16kCOCO test-devAP5069.8FreeAnchor + SEPC (DCN, ResNext-101-64x4d)
16kCOCO test-devAP7554.3FreeAnchor + SEPC (DCN, ResNext-101-64x4d)
16kCOCO test-devAPL63.7FreeAnchor + SEPC (DCN, ResNext-101-64x4d)
16kCOCO test-devAPM53.3FreeAnchor + SEPC (DCN, ResNext-101-64x4d)
16kCOCO test-devAPS31.3FreeAnchor + SEPC (DCN, ResNext-101-64x4d)
16kCOCO test-devbox mAP50.1FreeAnchor + SEPC (DCN, ResNext-101-64x4d)

Related Papers

A 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-17Vision-based Perception for Autonomous Vehicles in Obstacle Avoidance Scenarios2025-07-16Tomato Multi-Angle Multi-Pose Dataset for Fine-Grained Phenotyping2025-07-15ECORE: Energy-Conscious Optimized Routing for Deep Learning Models at the Edge2025-07-08Beyond One Shot, Beyond One Perspective: Cross-View and Long-Horizon Distillation for Better LiDAR Representations2025-07-07