TL;DR
YOLO Nano is a highly compact and efficient object detection neural network designed for edge devices, achieving high accuracy with significantly reduced size and computational requirements compared to Tiny YOLO variants.
Contribution
The paper introduces YOLO Nano, a novel compact neural network architecture for object detection, developed through a human-machine collaborative design process for embedded applications.
Findings
Model size of ~4.0MB, much smaller than Tiny YOLO variants.
Achieves ~69.1% mAP on VOC 2007, outperforming Tiny YOLOv2 and Tiny YOLOv3.
Requires fewer operations, suitable for embedded devices.
Abstract
Object detection remains an active area of research in the field of computer vision, and considerable advances and successes has been achieved in this area through the design of deep convolutional neural networks for tackling object detection. Despite these successes, one of the biggest challenges to widespread deployment of such object detection networks on edge and mobile scenarios is the high computational and memory requirements. As such, there has been growing research interest in the design of efficient deep neural network architectures catered for edge and mobile usage. In this study, we introduce YOLO Nano, a highly compact deep convolutional neural network for the task of object detection. A human-machine collaborative design strategy is leveraged to create YOLO Nano, where principled network design prototyping, based on design principles from the YOLO family of single-shot…
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
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings · Average Pooling · Logistic Regression · Global Average Pooling · 1x1 Convolution · Batch Normalization · k-Means Clustering · Max Pooling · Softmax · Residual Connection
