HyperAIHyperAI

Command Palette

Search for a command to run...

3 months ago

EfficientDet: Scalable and Efficient Object Detection

Mingxing Tan Ruoming Pang Quoc V. Le

EfficientDet: Scalable and Efficient Object Detection

Abstract

Model efficiency has become increasingly important in computer vision. In this paper, we systematically study neural network architecture design choices for object detection and propose several key optimizations to improve efficiency. First, we propose a weighted bi-directional feature pyramid network (BiFPN), which allows easy and fast multiscale feature fusion; Second, we propose a compound scaling method that uniformly scales the resolution, depth, and width for all backbone, feature network, and box/class prediction networks at the same time. Based on these optimizations and better backbones, we have developed a new family of object detectors, called EfficientDet, which consistently achieve much better efficiency than prior art across a wide spectrum of resource constraints. In particular, with single model and single-scale, our EfficientDet-D7 achieves state-of-the-art 55.1 AP on COCO test-dev with 77M parameters and 410B FLOPs, being 4x - 9x smaller and using 13x - 42x fewer FLOPs than previous detectors. Code is available at https://github.com/google/automl/tree/master/efficientdet.

Code Repositories

rwightman/efficientdet-pytorch
pytorch
Mentioned in GitHub
Guillem96/efficientdet-tf
tf
Mentioned in GitHub
SharifElfouly/easy-model-zoo
pytorch
Mentioned in GitHub
Luckygyana/Invo-AI
pytorch
Mentioned in GitHub
lvweiwolf/efficientdet
tf
Mentioned in GitHub
Mind23-2/MindCode-37
mindspore
Mentioned in GitHub
google/automl
Official
tf
yangkunpeng-coder/EfficientDet_libtorch
pytorch
Mentioned in GitHub
shivam-raj/detector
tf
Mentioned in GitHub
fgabel/EfficientDet-DeepSORT-Tracker
pytorch
Mentioned in GitHub
Jintao-Huang/EfficientDet_PyTorch
pytorch
Mentioned in GitHub
sevakon/efficientdet
pytorch
Mentioned in GitHub
DataXujing/EfficientDet_pytorch
pytorch
Mentioned in GitHub
wavce/efficientdet-tf2
tf
Mentioned in GitHub
sdkchris/Exercise-Sheet-1
tf
Mentioned in GitHub
Mind23-2/MindCode-36
mindspore
Mentioned in GitHub
signatrix/efficientdet
pytorch
Mentioned in GitHub
xaviercanche/EfficientDet_V2
pytorch
Mentioned in GitHub
HardLaugh/EfficientDet-bifpn
pytorch
Mentioned in GitHub
jahongir7174/EfficientDet-tf
tf
Mentioned in GitHub
ravi02512/efficientdet-keras
tf
Mentioned in GitHub
kushaswani/LitterNet-webapp
pytorch
Mentioned in GitHub
kochlisGit/LogoLens
tf
Mentioned in GitHub
toandaominh1997/EfficientDet.Pytorch
pytorch
Mentioned in GitHub
djkim3/Yet-Another-EfficientDet-Pytorch
pytorch
Mentioned in GitHub
sara-nl/SURF-deeplab
tf
Mentioned in GitHub
xuannianz/EfficientDet
tf
Mentioned in GitHub
sara-nl/SURF-segmentation
tf
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
object-detection-on-cocoEfficientDet-D7 (1536)
AP50: 71.6
AP75: 56.9
box mAP: 52.6
object-detection-on-coco-minivalEfficientDet-D7x (single-scale)
AP50: 73.4
AP75: 59.0
APL: 67.9
APM: 58.0
APS: 40.0
object-detection-on-coco-minivalEfficientDet-D7 (1536)
box AP: 52.1
object-detection-on-coco-oEfficientDet-D5 (EfficientNet-B5)
Average mAP: 28.5
Effective Robustness: 5.44

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
EfficientDet: Scalable and Efficient Object Detection | Papers | HyperAI