CVARJul 27, 2016

A 58.6mW Real-Time Programmable Object Detector with Multi-Scale Multi-Object Support Using Deformable Parts Model on 1920x1080 Video at 30fps

arXiv:1607.08635v119 citations
Originality Incremental advance
AI Analysis

This provides a programmable, low-power solution for real-time object detection in applications like video surveillance or autonomous systems, though it is incremental as it builds on existing deformable parts models.

The paper tackles the problem of high computational complexity in real-time object detection by presenting an energy-efficient accelerator using deformable parts models, achieving 2x higher accuracy than rigid models and processing HD video at 30fps with only 58.6mW power consumption.

This paper presents a programmable, energy-efficient and real-time object detection accelerator using deformable parts models (DPM), with 2x higher accuracy than traditional rigid body models. With 8 deformable parts detection, three methods are used to address the high computational complexity: classification pruning for 33x fewer parts classification, vector quantization for 15x memory size reduction, and feature basis projection for 2x reduction of the cost of each classification. The chip is implemented in 65nm CMOS technology, and can process HD (1920x1080) images at 30fps without any off-chip storage while consuming only 58.6mW (0.94nJ/pixel, 1168 GOPS/W). The chip has two classification engines to simultaneously detect two different classes of objects. With a tested high throughput of 60fps, the classification engines can be time multiplexed to detect even more than two object classes. It is energy scalable by changing the pruning factor or disabling the parts classification.

Foundations

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

Your Notes