Edge Computing
Published:
This project grew out of an earlier project on cloud computing and is concerned with scenarios where different “tiers” of compute resources are available over a network and can be used to realize a given computational task. A prime example is that of edge computing with local (IoT) devices not only acquiring data, but also capable of performing some limited computations, with edge and potentially cloud servers available to supplement those local computations. Our first foray in exploring that space involved edge classification where cameras are responsible for both image capture and local classification, but with an accuracy limited by the camera’s processing ability. Because classification results are accompanied by a confidence estimate, the camera can then offload loow confidence results to an edge server equipped with greater compute resources capable of more accurate classification. Such offloading decisions, however, have a (network and compute) cost, and therefore rate-controlled by way of a token bucket. The goal is then to devise a simple algorithm for the camera to decide which images to offload so as to maximize classification accuracy under the constraints imposed by the token bucket.
Current Contributors
- Roch Guerin (WashU)
- Chenyang Lu (WashU)
- Jiaming Qiu (WashU)
- Ruiqi Wang (WashU)
Former Contributors
- Ayan Chakrabarti (formerly at WashU, but now at Google)
Related Publications
- J. Qiu, R. Wang, B. Hu, R. Guerin, and C. Lu. “Optimizing Edge Offloading Decisions for Object Detection.” 2024 ACM/IEEE Symposium on Edge Computing (SEC 2024), Rome, Italy, December 2024.
- R. Wang, H. Liu, J. Qiu, M. Xu, R. Guerin, and C. Lu, “Progressive Neural Compression for Adaptive Image Offloading Under Timing Constraints.” 2023 IEEE Real-Time Systems Symposium (RTSS), Taipei, Taiwan, December 2023. The paper received the Best Student Paper Award at the conference.
- J. Qiu, R. Wang, A. Chakrabarti, R. Guerin, and C. Lu, “Adaptive Edge Offloading for Image Classification Under Rate Limit.” IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems, Vol. 41, No. 11, November 2022. The paper was presented at the ACM International Conference on Embedded Software (EMSOFT), October 2022, Hybrid+Shanghai+Phoenix.’
- A. Chakrabarti, R. Guerin, C. Lu, and J. Liu, “Real-Time Edge Classification: Optimal Offloading under Token Bucket Constraints.” 2021 ACM/IEEE Symposium on Edge Computing (SEC), San Jose, CA, December 2021.