Tiny SSD: A Tiny Single-shot Detection Deep Convolutional Neural Network for Real-time Embedded Object Detection
Alexander Wong, Mohammad Javad Shafiee, Francis Li, Brendan Chwyl

TL;DR
This paper introduces Tiny SSD, a compact deep neural network optimized for real-time embedded object detection, achieving high accuracy with significantly reduced model size.
Contribution
The paper presents Tiny SSD, a novel small-scale single-shot detection network combining Fire architecture and SSD features for efficient embedded deployment.
Findings
Model size of 2.3MB, 26 times smaller than Tiny YOLO
Achieves 61.3% mAP on VOC 2007, outperforming Tiny YOLO
Demonstrates feasibility of small neural networks for real-time embedded detection
Abstract
Object detection is a major challenge in computer vision, involving both object classification and object localization within a scene. While deep neural networks have been shown in recent years to yield very powerful techniques for tackling the challenge of object detection, one of the biggest challenges with enabling such object detection networks for widespread deployment on embedded devices is high computational and memory requirements. Recently, there has been an increasing focus in exploring small deep neural network architectures for object detection that are more suitable for embedded devices, such as Tiny YOLO and SqueezeDet. Inspired by the efficiency of the Fire microarchitecture introduced in SqueezeNet and the object detection performance of the single-shot detection macroarchitecture introduced in SSD, this paper introduces Tiny SSD, a single-shot detection deep…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Industrial Vision Systems and Defect Detection · CCD and CMOS Imaging Sensors
Methods*Communicated@Fast*How Do I Communicate to Expedia? · Residual Connection · Convolution · Average Pooling · Fire Module · Non Maximum Suppression · Global Average Pooling · 1x1 Convolution · Dropout · Xavier Initialization
