Low-Power Multi-Camera Object Re-Identification using Hierarchical Neural Networks
Abhinav Goel, Caleb Tung, Xiao Hu, Haobo Wang, James C. Davis, George, K. Thiruvathukal, Yung-Hsiang Lu

TL;DR
This paper introduces a hierarchical neural network architecture for low-power object re-identification on embedded devices, significantly reducing resource consumption while maintaining high accuracy.
Contribution
The paper presents a novel hierarchical DNN design that uses attribute labels to enable efficient object reID with reduced computational resources.
Findings
Achieves 74% less memory usage
Reduces 72% of operations and 67% query latency
Maintains comparable accuracy with only 4% loss
Abstract
Low-power computer vision on embedded devices has many applications. This paper describes a low-power technique for the object re-identification (reID) problem: matching a query image against a gallery of previously seen images. State-of-the-art techniques rely on large, computationally-intensive Deep Neural Networks (DNNs). We propose a novel hierarchical DNN architecture that uses attribute labels in the training dataset to perform efficient object reID. At each node in the hierarchy, a small DNN identifies a different attribute of the query image. The small DNN at each leaf node is specialized to re-identify a subset of the gallery: only the images with the attributes identified along the path from the root to a leaf. Thus, a query image is re-identified accurately after processing with a few small DNNs. We compare our method with state-of-the-art object reID techniques. With a 4%…
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 · CCD and CMOS Imaging Sensors · Industrial Vision Systems and Defect Detection
