Skip to main content

High Granularity Quantizarion

Project description

HGQ-logo

High Granularity Quantization

License Apache 2.0 Documentation PyPI version ArXiv

HGQ is an gradient-based automatic bitwidth optimization and quantization-aware training algorithm for neural networks to be deployed on FPGAs, By laveraging gradients, it allows for bitwidth optimization at arbitrary granularity, up to per-weight and per-activation level.

HGQ-overview

Compare to the other heterogeneous quantization approach, like the QKeras counterpart, HGQ provides the following advantages:

  • High Granularity: HGQ supports per-weight and per-activation bitwidth optimization, or any other lower granularity.
  • Automatic Quantization: By setting a resource regularization term, HGQ could automatically optimize the bitwidth of all parameters during training. Pruning is performed naturally when a bitwidth is reduced to 0.
  • Bit-accurate conversion to hls4ml: You get exactly what you get from Keras models from hls4ml models. HGQ provides a bit-accurate conversion interface, proxy models, for bit-accurate conversion to hls4ml models.
    • still subject to machine float precision limitation.
  • Accurate Resource Estimation: BOPs estimated by HGQ is roughly #LUTs + 55#DSPs for actual (post place & route) FPGA resource consumption. This metric is available during training, and one can estimate the resource consumption of the final model in a very early stage.

Depending on the specific application, HGQ could achieve up to 20x resource reduction compared to the AutoQkeras approach, while maintaining the same accuracy. For some more challenging tasks, where the model is already under-fitted, HGQ could still improve the performance under the same on-board resource consumption. For more details, please refer to our paper here.

Installation

You will need python>=3.10 and tensorflow>=2.13 to run this framework. You can install it via pip:

pip install hgq

Usage

Please refer to the documentation for more details.

Project details


Download files

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

Source Distribution

hgq-0.2.3.tar.gz (97.2 kB view details)

Uploaded Source

Built Distribution

HGQ-0.2.3-py3-none-any.whl (49.0 kB view details)

Uploaded Python 3

File details

Details for the file hgq-0.2.3.tar.gz.

File metadata

  • Download URL: hgq-0.2.3.tar.gz
  • Upload date:
  • Size: 97.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.19

File hashes

Hashes for hgq-0.2.3.tar.gz
Algorithm Hash digest
SHA256 6d3bde255addda2ea7ed3e3732f720f40c021d9c43e42bac2ed17bce65d82355
MD5 70d19fe76179a11fa314c26caa086df6
BLAKE2b-256 ca69d9159326f17cefc5abe219900ca30a7f05e57151f22c967ca1930283b45d

See more details on using hashes here.

File details

Details for the file HGQ-0.2.3-py3-none-any.whl.

File metadata

  • Download URL: HGQ-0.2.3-py3-none-any.whl
  • Upload date:
  • Size: 49.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.19

File hashes

Hashes for HGQ-0.2.3-py3-none-any.whl
Algorithm Hash digest
SHA256 8f6d06fc7e46220894b735e8c3a2fa0bc47d296561e38916e877533fc4833e58
MD5 a28d7bc210502ecc7f7ea8d5016e5690
BLAKE2b-256 b4cf1e5641a54df7a5cdcf7919dfd69dca1eb33677d3df2115ac5ec333ee8627

See more details on using hashes here.

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