Abstract
DL architectures rely on extensive usage on powerful computer systems to operate in real-time. Therefore, cooperative and constructive optimizations should be made in both architecture and software parts of the related DL system. In this work, input system of the YOLO architecture is modified to accept several sources at the same time with two effective methods to increase the efficiency of the hardware system. First method is to design a scheduler which will allow YOLO architecture to process several input sources sequentially, allowing the architecture to use its full potential. Second method is to design a preprocessing algorithm to combine 4 or 9 input sources in a single input source as a 2x2 or 3x3 image matrix. In this way, YOLO architecture processes four or nine times more images in the same time, increasing its practical frame per second (FPS) value by four or nine folds. Experiment results on our machine show that the used YOLO architecture can process 3 input sources at the same time with only minimal loss of accuracy of 0.002 in terms of Mean Average Precision (mAP) while using the proposed scheduler. Additionally, using 4 inputs combined increases the practical FPS value from 31 to 120 and using 9 inputs increases the practical FPS value from 13 to 108, all while decreasing the mAP value by only 0.008 for 4 inputs and by only 0.034 for 9 inputs. Considering the obtained FPS values and achieved hardware efficiency, these minimal losses of mAP are easily acceptable.
Original language | English |
---|---|
Title of host publication | Proceedings - 6th International Conference on Computer Science and Engineering, UBMK 2021 |
Publisher | Institute of Electrical and Electronics Engineers Inc. |
Pages | 623-628 |
Number of pages | 6 |
ISBN (Electronic) | 9781665429085 |
DOIs | |
Publication status | Published - 2021 |
Event | 6th International Conference on Computer Science and Engineering, UBMK 2021 - Ankara, Turkey Duration: 15 Sept 2021 → 17 Sept 2021 |
Publication series
Name | Proceedings - 6th International Conference on Computer Science and Engineering, UBMK 2021 |
---|
Conference
Conference | 6th International Conference on Computer Science and Engineering, UBMK 2021 |
---|---|
Country/Territory | Turkey |
City | Ankara |
Period | 15/09/21 → 17/09/21 |
Bibliographical note
Publisher Copyright:© 2021 IEEE
Keywords
- CCTV systems
- Deep learning
- Hardware efficiency
- Object detection