Small Object Detection Based on Modified FSSD and Model Compression
Qingcai Wang, Hao Zhang, Xianggong Hong, and Qinqin Zhou

TL;DR
This paper introduces a small object detection algorithm based on an improved FSSD architecture combined with model pruning, achieving high accuracy and speed while reducing computational costs.
Contribution
It proposes a novel small object detection method utilizing feature fusion and model pruning to enhance accuracy and efficiency.
Findings
Achieved 80.4% mAP on PASCAL VOC
Detection speed of 59.5 FPS on GTX1080ti
Compressed model maintains 79.9% mAP after pruning
Abstract
Small objects have relatively low resolution, the unobvious visual features which are difficult to be extracted, so the existing object detection methods cannot effectively detect small objects, and the detection speed and stability are poor. Thus, this paper proposes a small object detection algorithm based on FSSD, meanwhile, in order to reduce the computational cost and storage space, pruning is carried out to achieve model compression. Firstly, the semantic information contained in the features of different layers can be used to detect different scale objects, and the feature fusion method is improved to obtain more information beneficial to small objects; secondly, batch normalization layer is introduced to accelerate the training of neural network and make the model sparse; finally, the model is pruned by scaling factor to get the corresponding compressed model. The experimental…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Video Surveillance and Tracking Methods · Water Quality Monitoring Technologies
MethodsPruning · Batch Normalization
