CVIVNov 25, 2025

Video Object Recognition in Mobile Edge Networks: Local Tracking or Edge Detection?

arXiv:2511.20716v11 citations
Originality Incremental advance
AI Analysis

This addresses the problem of efficient video object recognition for devices like traffic cameras in mobile edge networks, offering an incremental improvement over existing hybrid approaches.

The paper tackles the challenge of deciding when to offload object detection to edge servers versus using local tracking in video analytics for resource-constrained devices, proposing a deep reinforcement learning algorithm that adaptively selects between them and demonstrating its superiority in experiments with Raspberry Pi devices.

Fast and accurate video object recognition, which relies on frame-by-frame video analytics, remains a challenge for resource-constrained devices such as traffic cameras. Recent advances in mobile edge computing have made it possible to offload computation-intensive object detection to edge servers equipped with high-accuracy neural networks, while lightweight and fast object tracking algorithms run locally on devices. This hybrid approach offers a promising solution but introduces a new challenge: deciding when to perform edge detection versus local tracking. To address this, we formulate two long-term optimization problems for both single-device and multi-device scenarios, taking into account the temporal correlation of consecutive frames and the dynamic conditions of mobile edge networks. Based on the formulation, we propose the LTED-Ada in single-device setting, a deep reinforcement learning-based algorithm that adaptively selects between local tracking and edge detection, according to the frame rate as well as recognition accuracy and delay requirement. In multi-device setting, we further enhance LTED-Ada using federated learning to enable collaborative policy training across devices, thereby improving its generalization to unseen frame rates and performance requirements. Finally, we conduct extensive hardware-in-the-loop experiments using multiple Raspberry Pi 4B devices and a personal computer as the edge server, demonstrating the superiority of LTED-Ada.

Foundations

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

Your Notes