Quantization: Error-Free Modeling #10485
teleprint-me
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I think I cracked error-free quantization of single samples in isolation.
This allows for quantization of data in real-time, controlled granularity through flexible step sizes, and near-zero error rates with values that are within the domain.
Error-Free-Modeling
Since the values are scaled using an$\alpha$ factor to "squeeze" the values into the integer domain, there's no need for clipping.
The cost of not introducing the$\alpha$ value in the reconstruction phase is that there is no way to restore the original value which ends up causing massive error spikes in the results.
This is expected as they would normally be completely clipped and instead retain some form a semantic meaning instead of generating noise as a result.
I'm ready to be roasted. Please be gentle. I mean well.
Beta Was this translation helpful? Give feedback.
All reactions