bhchiang / tiny

Tiny MLPerf™ is a benchmark suite for extremely low-power systems such as microcontrollers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MLPerf™ Tiny Deep Learning Benchmarks for Embedded Devices

The goal of MLPerf Tiny is to provide a representative set of deep neural nets and benchmarking code to compare performance between embedded devices. Embedded devices include microcontrollers, DSPs, and tiny NN accelerators. These devices typically run at between 10MHz and 250MHz, and can perform inference using less then 50mW of power.

MLPerf Tiny submissions will allow device makers and researchers to choose the best hardware for their use case, and allows hardware and software vendors to showcase their offerings.

The reference benchmarks are provided using TensorFlow Lite for Microcontrollers (TFLM). Submitters can directly use the TFLM, although submitters are encouraged to use the software stack that works best on their hardware.

For more information, check out v0.5 of the benchmark.

Please see the MLPerf Tiny Benchmark paper for a detailed description of the motivation and guiding principles behind the benchmark suite. If you use any part of this benchmark (e.g., reference implementations, submissions, etc.) in academic work, please cite the following:

@article{banbury2021mlperf,
  title={MLPerf Tiny Benchmark},
  author={Banbury, Colby and Reddi, Vijay Janapa and Torelli, Peter and Holleman, Jeremy and Jeffries, Nat and Kiraly, Csaba and Montino, Pietro and Kanter, David and Ahmed, Sebastian and Pau, Danilo and others},
  journal={arXiv preprint arXiv:2106.07597},
  year={2021}
}

Join the working group here: https://groups.google.com/a/mlcommons.org/g/tiny

About

Tiny MLPerf™ is a benchmark suite for extremely low-power systems such as microcontrollers

License:Apache License 2.0


Languages

Language:C++ 96.1%Language:Python 3.1%Language:C 0.6%Language:Shell 0.2%Language:Makefile 0.0%