CVSep 22, 2022

Google Coral-based edge computing person reidentification using human parsing combined with analytical method

arXiv:2209.11024v16 citationsh-index: 14
Originality Synthesis-oriented
AI Analysis

This work addresses the need for efficient person reidentification on edge devices for applications in security and surveillance, though it is incremental as it adapts existing methods to new hardware.

The paper adapted a person reidentification method combining deep learning human parsing with analytical feature extraction to run on edge devices like Google Coral, showing that compact backbones like MobileNetV2 can achieve sufficient accuracy while enabling portable edge computing stations.

Person reidentification (re-ID) is becoming one of the most significant application areas of computer vision due to its importance for science and social security. Due to enormous size and scale of camera systems it is beneficial to develop edge computing re-ID applications where at least part of the analysis could be performed by the cameras. However, conventional re-ID relies heavily on deep learning (DL) computationally demanding models which are not readily applicable for edge computing. In this paper we adapt a recently proposed re-ID method that combines DL human parsing with analytical feature extraction and ranking schemes to be more suitable for edge computing re-ID. First, we compare parsers that use ResNet101, ResNet18, MobileNetV2, and OSNet backbones and show that parsing can be performed using compact backbones with sufficient accuracy. Second, we transfer parsers to tensor processing unit (TPU) of Google Coral Dev Board and show that it can act as a portable edge computing re-ID station. We also implement the analytical part of re-ID method on Coral CPU to ensure that it can perform a complete re-ID cycle. For quantitative analysis we compare inference speed, parsing masks, and re-ID accuracy on GPU and Coral TPU depending on parser backbone. We also discuss possible application scenarios of edge computing in re-ID taking into account known limitations mainly related to memory and storage space of portable devices.

Foundations

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

Your Notes