Adaptive Edge Offloading for Image Classification Under Rate Limit
Jiaming Qiu, Ruiqi Wang, Ayan Chakrabarti, Roch Guerin, Chenyang Lu

TL;DR
This paper introduces a deep reinforcement learning-based offloading policy for embedded image classification devices, optimizing accuracy under network rate constraints regulated by a token bucket, and demonstrates its effectiveness on a testbed with ImageNet data.
Contribution
It proposes a novel DQN-based online offloading policy that manages image transmission under rate limits, handling complex input patterns and deployment on embedded devices.
Findings
The policy improves classification accuracy under rate constraints.
It effectively manages correlated image arrivals and accuracy variations.
Deployment on embedded devices is feasible and practical.
Abstract
This paper considers a setting where embedded devices are used to acquire and classify images. Because of limited computing capacity, embedded devices rely on a parsimonious classification model with uneven accuracy. When local classification is deemed inaccurate, devices can decide to offload the image to an edge server with a more accurate but resource-intensive model. Resource constraints, e.g., network bandwidth, however, require regulating such transmissions to avoid congestion and high latency. The paper investigates this offloading problem when transmissions regulation is through a token bucket, a mechanism commonly used for such purposes. The goal is to devise a lightweight, online offloading policy that optimizes an application-specific metric (e.g., classification accuracy) under the constraints of the token bucket. The paper develops a policy based on a Deep Q-Network (DQN),…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsIoT and Edge/Fog Computing · Advanced Neural Network Applications · CCD and CMOS Imaging Sensors
