Skip to main content

Highly optimized inference engine for binarized neural networks.

Project description

Larq Compute Engine larq logo

Tests PyPI - Python Version PyPI PyPI - License

Larq Compute Engine (LCE) is a highly optimized inference engine for deploying extremely quantized neural networks, such as Binarized Neural Networks (BNNs). It currently supports various mobile platforms and has been benchmarked on a Pixel 1 phone and a Raspberry Pi. LCE provides a collection of hand-optimized TensorFlow Lite custom operators for supported instruction sets, developed in inline assembly or in C++ using compiler intrinsics. LCE leverages optimization techniques such as tiling to maximize the number of cache hits, vectorization to maximize the computational throughput, and multi-threading parallelization to take advantage of multi-core modern desktop and mobile CPUs.

Larq Compute Engine is part of a family of libraries for BNN development; you can also check out Larq for building and training BNNs and Larq Zoo for pre-trained models.

Key Features

  • Effortless end-to-end integration from training to deployment:

    • Tight integration of LCE with Larq and TensorFlow provides a smooth end-to-end training and deployment experience.

    • A collection of Larq pre-trained BNN models for common machine learning tasks is available in Larq Zoo and can be used out-of-the-box with LCE.

    • LCE provides a custom MLIR-based model converter which is fully compatible with TensorFlow Lite and performs additional network level optimizations for Larq models.

  • Lightning fast deployment on a variety of mobile platforms:

    • LCE enables high performance, on-device machine learning inference by providing hand-optimized kernels and network level optimizations for BNN models.

    • LCE currently supports 64-bit ARM-based mobile platforms such as Android phones and Raspberry Pi boards.

    • Thread parallelism support in LCE is essential for modern mobile devices with multi-core CPUs.

Performance

The table below presents single-threaded performance of Larq Compute Engine on different versions of a novel BNN model called QuickNet (trained on ImageNet dataset, released on Larq Zoo) on a Pixel 1 phone (2016) and a Raspberry Pi 4 Model B (BCM2711) board:

Model Top-1 Accuracy RPi 4 B, ms (1 thread) Pixel 1, ms (1 thread)
QuickNet (.h5) 58.6 % 31.4 16.8
QuickNet-Large (.h5) 62.7 % 48.7 25.5
QuickNet-XL (.h5) 67.0 % 82.9 44.2

For reference, dabnn (the other main BNN library) reports an inference time of 61.3 ms for Bi-RealNet (56.4% accuracy) on the Pixel 1 phone, while LCE achieves an inference time of 41.6 ms for Bi-RealNet on the same device. They furthermore present a modified version, BiRealNet-Stem, which achieves the same accuracy of 56.4% in 43.2 ms.

The following table presents multi-threaded performance of Larq Compute Engine on a Pixel 1 phone and a Raspberry Pi 4 Model B (BCM2711) board:

Model Top-1 Accuracy RPi 4 B, ms (4 threads) Pixel 1, ms (4 threads)
QuickNet (.h5) 58.6 % 16.1 8.9
QuickNet-Large (.h5) 62.7 % 24.7 12.6
QuickNet-XL (.h5) 67.0 % 37.9 22.8

Benchmarked on August 21st, 2020 with LCE custom TFLite Model Benchmark Tool (see here) and BNN models with randomized inputs.

Getting started

Follow these steps to deploy a BNN with LCE:

  1. Pick a Larq model

    You can use Larq to build and train your own model or pick a pre-trained model from Larq Zoo.

  2. Convert the Larq model

    LCE is built on top of TensorFlow Lite and uses the TensorFlow Lite FlatBuffer format to convert and serialize Larq models for inference. We provide an LCE Converter with additional optimization passes to increase the speed of execution of Larq models on supported target platforms.

  3. Build LCE

    The LCE documentation provides the build instructions for Android and 64-bit ARM-based boards such as Raspberry Pi. Please follow the provided instructions to create a native LCE build or cross-compile for one of the supported targets.

  4. Run inference

    LCE uses the TensorFlow Lite Interpreter to perform an inference. In addition to the already available built-in TensorFlow Lite operators, optimized LCE operators are registered to the interpreter to execute the Larq specific subgraphs of the model. An example to create and build an LCE compatible TensorFlow Lite interpreter for your own applications is provided here.

Next steps

About

Larq Compute Engine is being developed by a team of deep learning researchers and engineers at Plumerai to help accelerate both our own research and the general adoption of Binarized Neural Networks.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

larq_compute_engine-0.6.1-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (44.2 MB view hashes)

Uploaded CPython 3.9 manylinux: glibc 2.12+ x86-64

larq_compute_engine-0.6.1-cp39-cp39-macosx_10_13_x86_64.whl (45.3 MB view hashes)

Uploaded CPython 3.9 macOS 10.13+ x86-64

larq_compute_engine-0.6.1-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (44.2 MB view hashes)

Uploaded CPython 3.8 manylinux: glibc 2.12+ x86-64

larq_compute_engine-0.6.1-cp38-cp38-macosx_10_13_x86_64.whl (45.3 MB view hashes)

Uploaded CPython 3.8 macOS 10.13+ x86-64

larq_compute_engine-0.6.1-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (44.2 MB view hashes)

Uploaded CPython 3.7m manylinux: glibc 2.12+ x86-64

larq_compute_engine-0.6.1-cp37-cp37m-macosx_10_13_x86_64.whl (45.3 MB view hashes)

Uploaded CPython 3.7m macOS 10.13+ x86-64

larq_compute_engine-0.6.1-cp36-cp36m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (44.2 MB view hashes)

Uploaded CPython 3.6m manylinux: glibc 2.12+ x86-64

larq_compute_engine-0.6.1-cp36-cp36m-macosx_10_13_x86_64.whl (45.3 MB view hashes)

Uploaded CPython 3.6m macOS 10.13+ x86-64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page