Non-uniform quantization with linear average-case computation time
Data Structures and Algorithms
2021-08-19 v1 Computational Complexity
Abstract
A new method for binning a set of data values into a set of m bins for the case where the bins are of different sizes is proposed. The method skips binning using a binary search across the bins all the time. It is proven the method exhibits a linear average-case computation time. The experiments' results show a speedup factor of over four compared to binning by binary search alone for data values with unknown distributions. This result is consistent with the analysis of the method.
Cite
@article{arxiv.2108.08228,
title = {Non-uniform quantization with linear average-case computation time},
author = {Oswaldo Cadenas and Graham M. Megson},
journal= {arXiv preprint arXiv:2108.08228},
year = {2021}
}
Comments
11 pages, 3 figures