TL;DR
This paper explores deploying lightweight MobileNet-v2 for real-time person re-identification at the edge, comparing mixed precision training and inference to traditional models, achieving significant speed and power efficiency with minimal accuracy loss.
Contribution
It demonstrates that mixed precision MobileNet-v2 can significantly improve inference speed and reduce power consumption for real-time person re-ID on edge devices, with only slight accuracy decline.
Findings
Inference throughput increased by 3.25x to 27.77 fps.
Power consumption decreased by 1.45x on edge nodes.
Accuracy decreased by only 5.6% compared to ResNet-50.
Abstract
A critical part of multi-person multi-camera tracking is person re-identification (re-ID) algorithm, which recognizes and retains identities of all detected unknown people throughout the video stream. Many re-ID algorithms today exemplify state of the art results, but not much work has been done to explore the deployment of such algorithms for computation and power constrained real-time scenarios. In this paper, we study the effect of using a light-weight model, MobileNet-v2 for re-ID and investigate the impact of single (FP32) precision versus half (FP16) precision for training on the server and inference on the edge nodes. We further compare the results with the baseline model which uses ResNet-50 on state of the art benchmarks including CUHK03, Market-1501, and Duke-MTMC. The MobileNet-V2 mixed precision training method can improve both inference throughput on the edge node, and…
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.
