Open Access. Powered by Scholars. Published by Universities.®

Physical Sciences and Mathematics Commons

Open Access. Powered by Scholars. Published by Universities.®

Artificial Intelligence and Robotics

PDF

Electronic Thesis and Dissertation Repository

2018

Efficient Architecture

Articles 1 - 1 of 1

Full-Text Articles in Physical Sciences and Mathematics

Pelee: A Real-Time Object Detection System On Mobile Devices, Jun Wang Apr 2018

Pelee: A Real-Time Object Detection System On Mobile Devices, Jun Wang

Electronic Thesis and Dissertation Repository

There has been a rising interest in running high-quality Convolutional Neural Network (CNN) models under strict constraints on memory and computational budget. A number of efficient architectures have been proposed in recent years, for example, MobileNet, ShuffleNet, and NASNet-A. However, all these architectures are heavily dependent on depthwise separable convolution which lacks efficient implementation in most deep learning frameworks. Meanwhile, there are few studies that combine efficient models with fast object detection algorithms. This research tries to explore the design of an efficient CNN architecture for both image classification tasks and object detection tasks. We propose an efficient architecture named …