AdaCon: Adaptive Context-Aware Object Detection for Resource-Constrained Embedded Devices
Marina Neseem, Sherief Reda

TL;DR
This paper introduces AdaCon, an adaptive object detection method that leverages spatial co-occurrence knowledge to reduce energy and latency on resource-limited devices with minimal accuracy loss.
Contribution
It proposes a novel adaptive network that dynamically adjusts its computation based on spatial context, improving efficiency for embedded object detection.
Findings
Achieves up to 45% energy reduction
Reduces latency by up to 27%
Maintains comparable detection accuracy
Abstract
Convolutional Neural Networks achieve state-of-the-art accuracy in object detection tasks. However, they have large computational and energy requirements that challenge their deployment on resource-constrained edge devices. Object detection takes an image as an input, and identifies the existing object classes as well as their locations in the image. In this paper, we leverage the prior knowledge about the probabilities that different object categories can occur jointly to increase the efficiency of object detection models. In particular, our technique clusters the object categories based on their spatial co-occurrence probability. We use those clusters to design an adaptive network. During runtime, a branch controller decides which part(s) of the network to execute based on the spatial context of the input frame. Our experiments using COCO dataset show that our adaptive object…
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
TopicsAdvanced Neural Network Applications · Industrial Vision Systems and Defect Detection · IoT and Edge/Fog Computing
