facebookresearch / kill-the-bits

Code for: "And the bit goes down: Revisiting the quantization of neural networks"
Other
636 stars 123 forks source link

Compression scheduler #24

Closed rafikg closed 5 years ago

rafikg commented 5 years ago

Thanks so much for the well-written paper. I want to share these ideas with you. (1) I see that you compress all the layers with the same factor. Based on some other compression techniques that I used such as pruning (thresholding), bayesian pruning and matrix factorization, if you compress the last layers much more than the first layers, the accuracy might be much better.

(2) Research question: Actually, we design a very complex architecture and after that, we design more complex compression techniques to reduce the size. Is it possible to interpret deeply these compression techniques and extract some patterns which could help us design good architecture from the beginning? Thanks to comment DeeperDeeper

pierrestock commented 5 years ago

Hey DeeperDeeper,

Thanks so much for your feedback! Regarding your ideas:

Thanks again for your comments,

Pierre