Image Classification with A-MnasNet and R-MnasNet on NXP Bluebox 2.0

Prasham Shah,Mohamed El-Sharkawy
DOI: https://doi.org/10.1007/978-3-030-80126-7_55
2021-01-01
Abstract:Bluebox 2.0 by NXP Semiconductors, which has goal of enabling autonomy in vehicles for ADAS applications, is used to enhance car capabilities to perform sensor fusion and run AI algorithms. It focuses on sensor data coming from radars, lidars, and cameras. This research focuses on enabling computer vision application, Image Classification, by implementation of Convolutional Neural Networks in Bluebox 2.0. In this paper, two CNN architectures namely A-MnasNet and R-MnasNet have implemented on Bluebox 2.0. These models have been derived by Design Space Exploration of MnasNet, a CNN architecture, proposed by Google Brain team in 2019. These models have been trained and tested on CIFAR-10 dataset. The model size and accuracy of A-MnasNet are 11.6 MB and 96.89% and that of R-MnasNet are 3 MB and 91.13% respectively. They outperform the MnasNet architecture which has an accuracy of 80.8% and a model size of 12.7 MB. These neural networks can also be used to perform other computer vision applications.
What problem does this paper attempt to address?