Abstract
Nowadays, deep learning-based approaches have achieved significant performances in diverse applications. However, due to having millions of parameters and higher complexity, these high-performing architectures are not suitable to be deployed in edge devices, the Internet of Things (IoT), Vehicular edge computing, and microservices-based real-time applications. Though numerous approaches have proposed lightweight architectures to reduce required computational resources, there are still some concerns about latency, execution, and response time. To the best of our knowledge, no prior works have considered reorganizing the sequential blocks into parallel forward propagation i.e, converting sequential forward propagation into parallel forward propagation. In this paper, instead of reducing the time required by the network for end-to-end sequential execution, we propose a novel technique to obtain a parallel network called ParaNet to minimize the execution time by paralleling the network. Firstly, we dissect a CNN block-wise where all the blocks are deployed parallelly to construct ParaNet. Each block is treated as an individual network and can be deployed into different low computational edge devices for parallel processing. To further improve the performances we deploy the knowledge distillation technique into each ParaNet version. Our proposed method offers state-of-the-art results using low computational resources with very low execution delay compared to the corresponding baseline architectures. Our extensive analysis and results express the superiority of the ParaNet regarding both accuracy and execution time.
Original language | English |
---|---|
Title of host publication | 37th International Conference on Information Networking, ICOIN 2023 |
Publisher | IEEE Computer Society |
Pages | 626-631 |
Number of pages | 6 |
ISBN (Electronic) | 9781665462686 |
DOIs | |
Publication status | Published - 2023 |
Event | 37th International Conference on Information Networking, ICOIN 2023 - Bangkok, Thailand Duration: 11 Jan 2023 → 14 Jan 2023 |
Publication series
Name | International Conference on Information Networking |
---|---|
Volume | 2023-January |
ISSN (Print) | 1976-7684 |
Conference
Conference | 37th International Conference on Information Networking, ICOIN 2023 |
---|---|
Country/Territory | Thailand |
City | Bangkok |
Period | 11/01/23 → 14/01/23 |
Bibliographical note
Publisher Copyright:© 2023 IEEE.
Keywords
- Knowledge Distillation
- Mobile Edge Computing
- ParaNet