错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Quantized hashing: enabling resource-efficient deep learning models at the edge

  • Azra Nazir,
  • Roohie Naaz Mir,
  • Shaima Qureshi

摘要

Edge computing is the best savior for latency-critical applications. It brings processing closer to the end-user and provides a secure platform for the enormous data generated by billions of IoT devices, the vast majority of which are user-centric. Neural networks are the finest models for processing this massive data, but their computational budget has always been a concern. The file size and float operation mode have restricted the adoption of neural networks on edge devices. To address these issues, we explore the quantization of models compressed using Hashing Trick like HashedNets and FreshNets. The experimental evaluation suggests that quantifying a trained HashedNet, decreased the model’s accuracy significantly. On the other hand, training-aware quantization is complex, but it leads to significant memory and computational saving. While the memory footprint is approximately half the original HashedNet, the accuracy drops by 10%. Instead of uniform quantization, multiple priority classes with different precisions are employed for FreshNets, resulting in a 33.5% reduction in model size with 6% decrease in model accuracy.