Feature Extractors

Multi-Level Feature Pyramid Network, or MLFPN, is a feature pyramid block used in object detection models, notably M2Det. We first fuse multi-level features (i.e. multiple layers) extracted by a backbone as a base feature, and then feed it into a block of alternating joint Thinned U-shape Modules (TUM) and Feature Fusion Modules (FFM) to extract more representative, multi-level multi-scale features. Finally, we gather up the feature maps with equivalent scales to construct the final feature pyramid for object detection. Decoder layers that form the final feature pyramid are much deeper than the layers in the backbone, namely, they are more representative. Moreover, each feature map in the final feature pyramid consists of the decoder layers from multiple levels. Hence, the feature pyramid block is called Multi-Level Feature Pyramid Network (MLFPN).

Source: M2Det: A Single-Shot Object Detector based on Multi-Level Feature Pyramid Network

Papers


Paper Code Results Date Stars

Tasks


Task Papers Share
3D Feature Matching 1 20.00%
document understanding 1 20.00%
Text Detection 1 20.00%
Text Spotting 1 20.00%
Object Detection 1 20.00%

Categories