# Towards Closing the Energy Gap Between HOG and CNN Features for Embedded   Vision

**Authors:** Amr Suleiman, Yu-Hsin Chen, Joel Emer, Vivienne Sze

arXiv: 1703.05853 · 2017-03-20

## TL;DR

This paper analyzes the energy, computation, and accuracy trade-offs between CNN and HOG features in embedded vision, aiming to identify how CNNs can become more energy-efficient while maintaining high performance.

## Contribution

It provides a detailed measurement-based comparison of CNN and HOG, offering insights into reducing CNN energy consumption for embedded vision applications.

## Key findings

- Measured energy and accuracy trade-offs on two different chips.
- Identified sources of energy discrepancy between CNN and HOG.
- Suggested potential areas for improving CNN energy efficiency.

## Abstract

Computer vision enables a wide range of applications in robotics/drones, self-driving cars, smart Internet of Things, and portable/wearable electronics. For many of these applications, local embedded processing is preferred due to privacy and/or latency concerns. Accordingly, energy-efficient embedded vision hardware delivering real-time and robust performance is crucial. While deep learning is gaining popularity in several computer vision algorithms, a significant energy consumption difference exists compared to traditional hand-crafted approaches. In this paper, we provide an in-depth analysis of the computation, energy and accuracy trade-offs between learned features such as deep Convolutional Neural Networks (CNN) and hand-crafted features such as Histogram of Oriented Gradients (HOG). This analysis is supported by measurements from two chips that implement these algorithms. Our goal is to understand the source of the energy discrepancy between the two approaches and to provide insight about the potential areas where CNNs can be improved and eventually approach the energy-efficiency of HOG while maintaining its outstanding performance accuracy.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1703.05853/full.md

## Figures

4 figures with captions in the complete paper: https://tomesphere.com/paper/1703.05853/full.md

## References

27 references — full list in the complete paper: https://tomesphere.com/paper/1703.05853/full.md

---
Source: https://tomesphere.com/paper/1703.05853