End-to-end fully-binarized network design: from Generic Learned Thermometer to Block Pruning
Existing works on Binary Neural Network (BNN) mainly focus on model's weights and activations while discarding considerations on the input raw data. This article introduces Generic Learned Thermometer (GLT), an encoding technique to improve input data representation for BNN, relying on learning non linear quantization thresholds. This technique consists in multiple data binarizations which can advantageously replace a conventional Analog to Digital Conversion (ADC) that uses natural binary coding. Additionally, we jointly propose a compact topology with light-weight grouped convolutions being trained thanks to block pruning and Knowledge Distillation (KD), aiming at reducing furthermore the model size so as its computational complexity. We show that GLT brings versatility to the BNN by intrinsically performing global tone mapping, enabling significant accuracy gains in practice (demonstrated by simulations on the STL-10 and VWW datasets). Moreover, when combining GLT with our proposed block-pruning technique, we successfully achieve lightweight (under 1Mb), fully-binarized models with limited accuracy degradation while being suitable for in-sensor always-on inference use cases.
Code (0)
등록된 구현이 없습니다.
Tasks
Knowledge DistillationQuantizationTone MappingMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
A Temperature Monitoring System Incorporating an Array of Precision Wireless Thermometers
This paper addresses the design and implementation of a real time temperature monitoring system with applications in telemedicine. The system consists of a number of precision wireless thermometers which are conceived an…
Learning Compressed Sentence Representations for On-Device Text Processing
Vector representations of sentences, trained on massive text corpora, are widely used as generic sentence embeddings across a variety of NLP problems. The learned representations are generally assumed to be continuous an…
RetrievalSentenceSentence EmbeddingsRestricted Boltzmann Machine Flows and The Critical Temperature of Ising models
We explore alternative experimental setups for the iterative sampling (flow) from Restricted Boltzmann Machines (RBM) mapped on the temperature space of square lattice Ising models by a neural network thermometer. This f…
BING: Binarized Normed Gradients for Objectness Estimation at 300fps
Training a generic objectness measure to produce a small set of candidate object windows, has been shown to speed up the classical sliding window object detection paradigm. We observe that generic objects with well-defin…
CPUObjectobject-detectionObject DetectionThermometer Encoding: One Hot Way To Resist Adversarial Examples
It is well known that it is possible to construct "adversarial examples" for neural networks: inputs which are misclassified by the network yet indistinguishable from true data. We propose a simple modification to standa…