# Energy Efficient Hardware for On-Device CNN Inference via Transfer   Learning

**Authors:** Paul Whatmough, Chuteng Zhou, Patrick Hansen, Matthew Mattina

arXiv: 1812.01672 · 2019-02-28

## TL;DR

This paper introduces FixyNN, a hardware platform that combines fixed-weight feature extractors with programmable classifiers, significantly improving energy efficiency for on-device CNN inference through transfer learning.

## Contribution

The paper presents a novel co-designed hardware and transfer learning approach that splits CNNs into fixed front-end and adaptable back-end layers for energy-efficient inference.

## Key findings

- Nearly 2x energy efficiency improvement over conventional accelerators
- Maintains <1% accuracy loss across six datasets
- Effective transfer learning with fixed front-end layers

## Abstract

On-device CNN inference for real-time computer vision applications can result in computational demands that far exceed the energy budgets of mobile devices. This paper proposes FixyNN, a co-designed hardware accelerator platform which splits a CNN model into two parts: a set of layers that are fixed in the hardware platform as a front-end fixed-weight feature extractor, and the remaining layers which become a back-end classifier running on a conventional programmable CNN accelerator. The common front-end provides ubiquitous CNN features for all FixyNN models, while the back-end is programmable and specific to a given dataset. Image classification models for FixyNN are trained end-to-end via transfer learning, with front-end layers fixed for the shared feature extractor, and back-end layers fine-tuned for a specific task. Over a suite of six datasets, we trained models via transfer learning with an accuracy loss of <1%, resulting in a FixyNN hardware platform with nearly 2 times better energy efficiency than a conventional programmable CNN accelerator of the same silicon area (i.e. hardware cost).

## Full text

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

## Figures

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

## References

6 references — full list in the complete paper: https://tomesphere.com/paper/1812.01672/full.md

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