TridentNet Block
2000년 도입 · 논문 4편에서 사용
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.
출처: Scale-Aware Trident Networks for Object Detection
소개 논문: Scale-Aware Trident Networks for Object Detection
Feature Extractors · Computer Vision