Feature Compression for Rate Constrained Object Detection on the Edge
Zhongzheng Yuan, Samyak Rawlekar, Siddharth Garg, Elza Erkip, Yao Wang

TL;DR
This paper introduces a learnable feature compression method for offloading part of YOLO object detection to edge servers, optimizing detection accuracy and computation time under rate constraints for mobile devices.
Contribution
It proposes a novel, lightweight feature compression approach trained jointly with YOLO to improve detection accuracy at low data rates in edge offloading scenarios.
Findings
Higher detection accuracy at low to medium rates compared to baseline methods.
Significantly reduced computation time on mobile devices with CPU only.
Effective trade-off between data rate, detection performance, and computational efficiency.
Abstract
Recent advances in computer vision has led to a growth of interest in deploying visual analytics model on mobile devices. However, most mobile devices have limited computing power, which prohibits them from running large scale visual analytics neural networks. An emerging approach to solve this problem is to offload the computation of these neural networks to computing resources at an edge server. Efficient computation offloading requires optimizing the trade-off between multiple objectives including compressed data rate, analytics performance, and computation speed. In this work, we consider a "split computation" system to offload a part of the computation of the YOLO object detection model. We propose a learnable feature compression approach to compress the intermediate YOLO features with light-weight computation. We train the feature compression and decompression module together with…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Image and Video Retrieval Techniques · Visual Attention and Saliency Detection · Advanced Neural Network Applications
MethodsYou Only Look Once
