LGAICVROFeb 12, 2024

Context-aware Multi-Model Object Detection for Diversely Heterogeneous Compute Systems

arXiv:2402.07415v14 citationsh-index: 13DATE
Originality Highly original
AI Analysis

This addresses energy and latency inefficiencies in mobile and autonomous systems, representing a novel method for a known bottleneck.

The paper tackles inefficient object detection in energy-constrained systems by proposing SHIFT, a method that dynamically selects DNN models based on context and computational constraints, achieving up to 7.5x energy savings and 2.8x latency improvements compared to state-of-the-art single-model approaches.

In recent years, deep neural networks (DNNs) have gained widespread adoption for continuous mobile object detection (OD) tasks, particularly in autonomous systems. However, a prevalent issue in their deployment is the one-size-fits-all approach, where a single DNN is used, resulting in inefficient utilization of computational resources. This inefficiency is particularly detrimental in energy-constrained systems, as it degrades overall system efficiency. We identify that, the contextual information embedded in the input data stream (e.g. the frames in the camera feed that the OD models are run on) could be exploited to allow a more efficient multi-model-based OD process. In this paper, we propose SHIFT which continuously selects from a variety of DNN-based OD models depending on the dynamically changing contextual information and computational constraints. During this selection, SHIFT uniquely considers multi-accelerator execution to better optimize the energy-efficiency while satisfying the latency constraints. Our proposed methodology results in improvements of up to 7.5x in energy usage and 2.8x in latency compared to state-of-the-art GPU-based single model OD approaches.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes