본문 바로가기
Paper/Object Detection

MDSSD : Multi-scale Deconvolutional Single Shot Detector for Small Object

by 띰쥬 2021. 4. 15.
728x90
반응형
SMALL

 

  • To make the feature maps of the shallow layers contain more semantic information, we build several fusion layers between high-level and low-level feature maps through Fusion Blocks.
  • conv11 and conv12 have totally lost the fine details of small objects, and therefore we apply the Fusion Block before conv11.
  • In order to share the structure of Fusion Block, we delicately design symmetric topology between shallow layers and deep layers.
  • In order to further improve the performance of small object detection, it is necessary to take full advantage of the shallow feature maps. Therefore, we add Fusion Module 1 which connects the lower layer conv3 3 and layer conv8 2 to make predictions.

 

728x90
반응형
LIST

'Paper > Object Detection' 카테고리의 다른 글

Swin Transformer : Hierarchical Vision Transformer using Shifted Windows  (1) 2022.03.10
Augmentation for small object detection  (1) 2021.11.02
CBAM  (0) 2021.10.28
YOLO_v4  (1) 2021.10.27
Scaled-YOLOv4  (1) 2021.07.13

댓글