Frame Offloading Scheduling Algorithm for Real-time Object Detection in Edge Environment

LUO Huafeng,SHEN Yifei,RUAN Lixiang,DU Qiwei,ZHENG Xiang,CHEN Zhiqi,ZHANG Sheng
DOI: https://doi.org/10.19678/j.issn.1000-3428.0064614
2023-01-01
Abstract:The application of object detection in edge environment mostly depends on the edge device. At present,lightweight detection models,such as MobileNet,have difficulty simultaneously meeting real-time and accuracy requirements. Heavyweight models,such as Faster RCNN,have high detection accuracy but data transmission is timeconsuming,making it difficult to ensure real-time detection. An edge assisted object detection framework and adaptive frame offloading algorithm called OEOD is proposed,which,given an accuracy requirement,adaptively chooses to offload a video frame to an edge server for high-accuracy high-delay object detection or locally run low-accuracy lowdelay object detection,which optimizes the average per-frame detection delay. To implement OEOD algorithm,we also propose a feature vector measurement method based on content similarity to predict the detection delay and accuracy of the current frame and determine the detection strategy of the current frame in a greedy manner. Experimental results show that OEOD algorithm can reduce the per-frame delay by 29% compared with MobileNet given a fixed accuracy requirement,and performs well on different datasets.
What problem does this paper attempt to address?