EfficientDet is an object detection model developed by Google Research, released in November 2019. It introduces a compound scaling method that uniformly scales the resolution, depth, and width of the detection network, building on the EfficientNet backbone and a bidirectional feature pyramid network (BiFPN) for multi-scale feature fusion. This design achieves strong accuracy-efficiency tradeoffs across a family of models ranging from EfficientDet-D0 to D7.
EfficientDet-D7 achieves 55.1% AP on COCO while remaining significantly smaller in parameter count than comparable models at the time of release. The model family is well suited for deployment scenarios where compute budget varies, as smaller variants can run on edge hardware while larger variants are competitive with heavier architectures on server-side inference.
Other models worth comparing for similar use cases.
License terms and commercial-use guidance for EfficientDet.
License information is provided as a guide and is not legal advice.