Incremental Binarization On Recurrent Neural Networks For Single-Channel Source Separation
Sunwoo Kim, Mrinmoy Maity, Minje Kim

TL;DR
This paper introduces an incremental binarization method for GRU-based RNNs to improve computational efficiency in single-channel source separation, achieving better SDR than real-valued networks.
Contribution
It proposes a two-stage training process for BGRU that incrementally binarizes weights, reducing loss and maintaining high separation performance.
Findings
BGRU outperforms real-valued networks in SDR.
Incremental binarization preserves accuracy during quantization.
Binarized BGRU surpasses Bitwise Neural Networks in SDR.
Abstract
This paper proposes a Bitwise Gated Recurrent Unit (BGRU) network for the single-channel source separation task. Recurrent Neural Networks (RNN) require several sets of weights within its cells, which significantly increases the computational cost compared to the fully-connected networks. To mitigate this increased computation, we focus on the GRU cells and quantize the feedforward procedure with binarized values and bitwise operations. The BGRU network is trained in two stages. The real-valued weights are pretrained and transferred to the bitwise network, which are then incrementally binarized to minimize the potential loss that can occur from a sudden introduction of quantization. As the proposed binarization technique turns only a few randomly chosen parameters into their binary versions, it gives the network training procedure a chance to gently adapt to the partly quantized version…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsGated Recurrent Unit
