[New paper] Add a whitepaper on Neural Network Quantization#3
Open
p-wysocki wants to merge 2 commits into
Open
[New paper] Add a whitepaper on Neural Network Quantization#3p-wysocki wants to merge 2 commits into
p-wysocki wants to merge 2 commits into
Conversation
Owner
|
This looks like a great paper, though I typically try to link to the paper that originated or largely popularized a concept. In the case of quantization, that might be BinaryConnect? If that seems like an appropriate starting point, I could include both BinaryConnect and the Qualcomm white paper, which also seems to be one of the heavily-cited papers on the topic. |
Author
|
I'm happy with whatever you decide. BinaryConnect seems interesting, I'll read it sometime soon, and also include in this PR if you want. I get that this paper may not fit too well in this repository, I put it because I believe it's a major popularization of a technique - it's basically an ELI5 of quantization :) Please let me know what you decide. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
name: A White Paper on Neural Network Quantization
about: Quantization - from absolute basics to advanced concepts
labels: quantization, miscellaneous
Topic: quantization
Paper title: A White Paper on Neural Network Quantization
Year: 2021
Author(s): Nagel et al.
Canonical link: https://arxiv.org/abs/2106.08295
Notes: It's a fantastic paper for geting into neural network quantization. It covers everything from absolute basics (including quantization justification explained in terms of hardware) up to advanced quantization techniques. I found it exceptionally useful and clear.