2017

Extremely Low Bit Neural Network: Squeeze the Last Bit Out with ADMM

Leng, Cong, Li, Hao, Zhu, Shenghuo et al.

Understand

Although deep learning models are highly effective for various learning tasks, their high computational costs prohibit the deployment to scenarios where either memory or computational resources are limited.

  • In this paper, we focus on compressing and accelerating deep models with network weights represented by very small numbers of bits, referred to as extremely low bit neural network.
  • We model this problem as a discretely constrained optimization problem.
  • Borrowing the idea from Alternating Direction Method of Multipliers (ADMM), we decouple the continuous parameters from the discrete constraints of network, and cast the original hard problem into several subproblems.

Reading the bibliography…