Abstract
Model inference is the final stage in machine/deep learning application deployments in practical applications. Hardware-implemented or accelerated model inferences find significant attractions as they offer faster inference than those implemented as programs. This is especially attractive for real-time applications. In this paper, we address models that serve for parking occupancy prediction based on historical time-series parking records. We use the Keras library to build and train software DNN and LSTM models, then compare their prediction performances in terms of accuracy. While the software-implemented inference models indicate advantages of LSTM, we still opted to select only DNN-based models for additional hardware acceleration as the current advanced tool-chains leveraged for automatic software-to-hardware model converting do not allow the creation of LSTM hardware- implemented models. We create, explore and compare the inference performances of hardware (FPGA)-implemented models on relatively low-cost FPGAs. For this, we create an FPGA-accelerated Fog-layer cluster by adding two additional Xilinx FPGA boards of different performances into our existing cluster of four Raspberry Pi (RPi) computers.
Original language | English |
---|---|
Title of host publication | Proceedings - 2021 IEEE International Conference on Smart Computing, SMARTCOMP 2021 |
Place of Publication | Piscataway, NJ |
Publisher | Institute of Electrical and Electronics Engineers (IEEE) |
Pages | 83-88 |
Number of pages | 6 |
ISBN (Electronic) | 9781665412520 |
DOIs | |
Publication status | Published - 2021 |
Event | 7th IEEE International Conference on Smart Computing, SMARTCOMP 2021 - Virtual, Irvine, United States Duration: 23 Aug 2021 → 27 Aug 2021 |
Conference
Conference | 7th IEEE International Conference on Smart Computing, SMARTCOMP 2021 |
---|---|
Country/Territory | United States |
City | Virtual, Irvine |
Period | 23/08/21 → 27/08/21 |
Keywords
- Fog computing
- Deep Neural Network
- FPGA accelerator
- parking inferences