Transcription of EfficientDet: Scalable and Efficient Object Detection
{{id}} {{{paragraph}}}
EfficientDet: Scalable and Efficient Object DetectionMingxing Tan Ruoming Pang Quoc V. LeGoogle Research, Brain Team{tanmingxing, rpang, efficiency has become increasingly important incomputer vision. In this paper, we systematically study neu-ral network architecture design choices for Object detec-tion and propose several key optimizations to improve ef-ficiency. First, we propose a weighted bi-directional fea-ture pyramid network (BiFPN), which allows easy and fastmulti-scale feature fusion; Second, we propose a compoundscaling method that uniformly scales the resolution, depth,and width for all backbone, feature network , and box/classprediction networks at the same time. Based on these op-timizations and EfficientNet backbones, we have developeda new family of Object detectors, called EfficientDet, whichconsistently achieve much better efficiency than prior artacross a wide spectrum of resource constraints.}
difficulties in object detection is to effectively represent and processmulti-scalefeatures. Earlierdetectorsoftendirectly perform predictions based on the pyramidal feature hierar-chy extracted from backbone networks [2, 24, 33]. As one of the pioneering works, feature pyramid network (FPN) [20] proposes a top-down pathway to combine multi-scale
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}