English

Binary Input Layer: Training of CNN models with binary input data

Machine Learning 2018-12-11 v1 Computational Complexity Machine Learning

Abstract

For the efficient execution of deep convolutional neural networks (CNN) on edge devices, various approaches have been presented which reduce the bit width of the network parameters down to 1 bit. Binarization of the first layer was always excluded, as it leads to a significant error increase. Here, we present the novel concept of binary input layer (BIL), which allows the usage of binary input data by learning bit specific binary weights. The concept is evaluated on three datasets (PAMAP2, SVHN, CIFAR-10). Our results show that this approach is in particular beneficial for multimodal datasets (PAMAP2) where it outperforms networks using full precision weights in the first layer by 1:92 percentage points (pp) while consuming only 2 % of the chip area.

Keywords

Cite

@article{arxiv.1812.03410,
  title  = {Binary Input Layer: Training of CNN models with binary input data},
  author = {Robert Dürichen and Thomas Rocznik and Oliver Renz and Christian Peters},
  journal= {arXiv preprint arXiv:1812.03410},
  year   = {2018}
}

Comments

NeurIPS, 2nd Workshop on Machine Learning on the Phone and other Consumer Devices (MLPCD 2), 2018

R2 v1 2026-06-23T06:36:26.790Z