paper-with-me

Papers

End-to-end fully-binarized network design: from Generic Learned Thermometer to Block Pruning

2025-05-05 · Thien Nguyen, William Guicquero

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.

📄 PDF Abstract BibTeX arXiv:2505.13462

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationQuantizationTone Mapping

Methods 이 논문이 사용한 방법론

Focus 설명 없음
Pruning 설명 없음
Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…
NON 설명 없음

Similar Papers 제목 키워드 기반

A Temperature Monitoring System Incorporating an Array of Precision Wireless Thermometers

2020-06-21 · Amir Javadpour, Hamidreza Memarzadeh Tehran, Fatemeh Saghafi

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

2019-06-19 · ACL 2019 7 · Dinghan Shen, Pengyu Cheng, Dhanasekar Sundararaman, Xinyuan Zhang 외

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 Embeddings

Restricted Boltzmann Machine Flows and The Critical Temperature of Ising models

2020-06-17 · Rodrigo Veiga, Renato Vicente

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

2014-06-01 · CVPR 2014 6 · Ming-Ming Cheng, Ziming Zhang, Wen-Yan Lin, Philip Torr

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 Detection

Thermometer Encoding: One Hot Way To Resist Adversarial Examples

2018-01-01 · ICLR 2018 1 · Jacob Buckman, Aurko Roy, Colin Raffel, Ian Goodfellow

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…