Understand
Recent breakthroughs in computer vision make use of large deep neural networks, utilizing the substantial speedup offered by GPUs.
- For applications running on limited hardware, however, high precision real-time processing can still be a challenge.
- One approach to solving this problem is training networks with binary or ternary weights, thus removing the need to calculate multiplications and significantly reducing memory size.
- In this work, we introduce LR-nets (Local reparameterization networks), a new method for training neural networks with discrete weights using stochastic parameters.
Reading the bibliography…