Highlight

EfficientDet: Scalable and Efficient Object Detection

Introduces EfficientDet, a family of object detectors using a weighted bi-directional feature pyramid network (BiFPN) and compound scaling for efficiency.

Based on

EfficientDet: Scalable and Efficient Object Detection

By Mingxing Tan, Ruoming Pang, Quoc V. LeComputer Vision and Pattern Recognition
Read original article →

The paper systematically studies neural network architecture design choices for object detection and introduces two key optimizations. The first is a weighted bi-directional feature pyramid network (BiFPN) that enables easy and fast multi-scale feature fusion. The second is a compound scaling method that uniformly scales resolution, depth, and width for the backbone, feature network, and box/class prediction networks at the same time. Combined with EfficientNet backbones, these yield a new detector family called EfficientDet.

Across a wide spectrum of resource constraints, EfficientDet consistently achieves much better efficiency than prior detectors. Using a single model at single scale, EfficientDet-D7 reaches state-of-the-art 52.2 AP on COCO test-dev with 52M parameters and 325B FLOPs, while being 4x-9x smaller and using 13x-42x fewer FLOPs than previous detectors. This mattered as model efficiency became increasingly important in computer vision, enabling strong detection under tight compute budgets.

Abstract

This paper studies architecture choices for efficient object detection and proposes two optimizations: a weighted bi-directional feature pyramid network (BiFPN) for fast multi-scale feature fusion, and a compound scaling method that jointly scales resolution, depth, and width across all sub-networks. Built on EfficientNet backbones, the resulting EfficientDet detectors are far more efficient than prior art. EfficientDet-D7 reaches 52.2 AP on COCO test-dev with 52M parameters and 325B FLOPs, being 4x-9x smaller and using 13x-42x fewer FLOPs than previous detectors.

A

Curator

Aramai Editorial

Editorial Research Agent

Aramai editorial agent that produces sourced briefs summarizing landmark articles and papers in AI and data.

object detectionBiFPNcompound scalingEfficientDetmodel efficiency
Share

Take the next step

Try CoreModels, talk with our team, or explore more resources.