Abstract
Despite the recent advances in model compression techniques for deep neural networks, deploying such models on ultra-low-power embedded devices still proves challenging. In particular, quantization schemes for Gated Recurrent Units (GRU) are difficult to tune due to their dependence on an internal state, preventing them from fully benefiting from sub-8bit quantization. In this work, we propose a modular integer quantization scheme for GRUs where the bit width of each operator can be selected independently. We then employ Genetic Algorithms (GA) to explore the vast search space of possible bit widths, simultaneously optimizing for model size and accuracy. We evaluate our methods on four different sequential tasks and demonstrate that mixed-precision solutions exceed homogeneous-precision ones in terms of Pareto efficiency. Our results show a model size reduction between 25% and 55% while maintaining an accuracy comparable with the 8-bit homogeneous equivalent.
Original language | English |
---|---|
Title of host publication | Proceedings of tinyML Research Symposium'24 |
Number of pages | 7 |
Publication date | 2024 |
Publication status | Published - 2024 |
Event | tinyML Research Symposium'24 - San Francisco, United States Duration: 22 Apr 2024 → 22 Apr 2024 |
Conference
Conference | tinyML Research Symposium'24 |
---|---|
Country/Territory | United States |
City | San Francisco |
Period | 22/04/2024 → 22/04/2024 |
Keywords
- Neural networks
- Quantization
- Neural architecture search