Low-Power Object Counting with Hierarchical Neural Networks
Abhinav Goel, Caleb Tung, Sara Aghajanzadeh, Isha Ghodgaonkar, Shreya, Ghosh, George K. Thiruvathukal, Yung-Hsiang Lu

TL;DR
This paper introduces a hierarchical neural network architecture for object counting that significantly reduces computational resources and energy consumption while maintaining accuracy, making it suitable for low-power devices.
Contribution
The paper presents a novel hierarchical DNN architecture utilizing a region proposal network and small classifiers to efficiently count objects with minimal resource use.
Findings
Reduces inference time and energy consumption
Maintains accuracy comparable to existing methods
Lowers memory requirements for object counting
Abstract
Deep Neural Networks (DNNs) can achieve state-of-the-art accuracy in many computer vision tasks, such as object counting. Object counting takes two inputs: an image and an object query and reports the number of occurrences of the queried object. To achieve high accuracy on such tasks, DNNs require billions of operations, making them difficult to deploy on resource-constrained, low-power devices. Prior work shows that a significant number of DNN operations are redundant and can be eliminated without affecting the accuracy. To reduce these redundancies, we propose a hierarchical DNN architecture for object counting. This architecture uses a Region Proposal Network (RPN) to propose regions-of-interest (RoIs) that may contain the queried objects. A hierarchical classifier then efficiently finds the RoIs that actually contain the queried objects. The hierarchy contains groups of visually…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
