Abstract
Object detection, a fundamental task in computer vision, is crucial for various intelligent edge computing applications. However, object detection algorithms are usually heavy in computation, hindering their deployments on resource-constrained edge devices. Traditional edge-cloud collaboration schemes, like deep neural network (DNN) partitioning across edge and cloud, are unfit for object detection due to the significant communication costs incurred by the large size of intermediate results. To this end, we propose a Difficult-Case based Small-Big model (DCSB) framework. It employs a difficult-case discriminator on the edge device to control data transfer between the small model on the edge and the large model in the cloud. We also adopt regional sampling to further reduce the bandwidth consumption and create a discriminator zoo to accommodate the varying networking conditions. Additionally, we extend DCSB to video tasks by developing an adaptive sampling rate update algorithm, aiming to minimize computational demands without sacrificing detection accuracy. Extensive experiments show that DCSB can detect 97.26%-97.96% objects while saving 74.37%-82.23% network bandwidth, compared to cloud-only methods. Furthermore, DCSB significantly outperforms the latest DNN partitioning methods, reducing inference time by 92.60%-95.10% given an 8Mbps transmission bandwidth. In video tasks, DCSB matches the detection accuracy of leading video analysis methods while cutting the computational overhead by 40%. © 2024 IEEE.
| Original language | English |
|---|---|
| Pages (from-to) | 1181-1196 |
| Journal | IEEE Transactions on Mobile Computing |
| Volume | 24 |
| Issue number | 2 |
| Online published | 4 Oct 2024 |
| DOIs | |
| Publication status | Published - Feb 2025 |
Funding
This work was partly supposed in part by the National Key R&D Program of China under Grant 2023YFB4503100. This work was also partly supported in part by NSFC under Grant 62072137. The work of Zimu Zhou’s research was supported in part by CityU APRC under Grant 9610633.
Research Keywords
- difficult-case discriminator
- edge-cloud collaboration
- neural networks
- Object detection
- small-big model