🤖 AI Summary
Deploying LSTM networks on resource-constrained embedded FPGAs faces significant challenges in energy efficiency and inference latency. This work proposes a parameterized LSTM hardware accelerator architecture that achieves substantial improvements in both throughput and energy efficiency while preserving model adaptability through multidimensional configurability—encompassing optimized DSP resource scheduling, customized activation function implementation, and flexible datapath configuration. Experimental results on a real embedded platform demonstrate an energy efficiency of 11.89 GOP/s/W and a real-time inference throughput of 32,873 samples per second, offering an efficient and practical hardware solution for edge-based time-series data analysis.
📝 Abstract
Long Short-term Memory Networks (LSTMs) are a vital Deep Learning technique suitable for performing on-device time series analysis on local sensor data streams of embedded devices. In this paper, we propose a new hardware accelerator design for LSTMs specially optimised for resource-scarce embedded Field Programmable Gate Arrays (FPGAs). Our design improves the execution speed and reduces energy consumption compared to related work. Moreover, it can be adapted to different situations using a number of optimisation parameters, such as the usage of DSPs or the implementation of activation functions. We present our key design decisions and evaluate the performance. Our accelerator achieves an energy efficiency of 11.89 GOP/s/W during a real-time inference with 32873 samples/s.