Feature Extractors

TridentNet Block

Introduced by Li et al. in Scale-Aware Trident Networks for Object Detection

A TridentNet Block is a feature extractor used in object detection models. Instead of feeding in multi-scale inputs like the image pyramid, in a TridentNet block we adapt the backbone network for different scales. These blocks create multiple scale-specific feature maps. With the help of dilated convolutions, different branches of trident blocks have the same network structure and share the same parameters yet have different receptive fields. Furthermore, to avoid training objects with extreme scales, a scale-aware training scheme is employed to make each branch specific to a given scale range matching its receptive field. Weight sharing is used to prevent overfitting.

Source: Scale-Aware Trident Networks for Object Detection

Papers


Paper Code Results Date Stars

Tasks


Task Papers Share
Object Detection 3 75.00%
Instance Segmentation 1 25.00%

Categories