paper-with-me

Papers

Deep Neural Network inference with reduced word length

2018-10-23 · Lukas Mauch, Bin Yang

Deep neural networks (DNN) are powerful models for many pattern recognition tasks, yet their high computational complexity and memory requirement limit them to applications on high-performance computing platforms. In this paper, we propose a new method to evaluate DNNs trained with 32bit floating point (float32) accuracy using only low precision integer arithmetics in combination with binary shift and clipping operations. Because hardware implementation of these operations is much simpler than high precision floating point calculation, our method can be used for an efficient DNN inference on dedicated hardware. In experiments on MNIST, we demonstrate that DNNs trained with float32 can be evaluated using a combination of 2bit integer arithmetics and a few float32 calculations in each layer or only 3bit integer arithmetics in combination with binary shift and clipping without significant performance degradation.

📄 PDF Abstract BibTeX arXiv:1810.09854

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Post-Training Quantization for Energy Efficient Realization of Deep Neural Networks

2022-10-14 · Cecilia Latotzke, Batuhan Balim, Tobias Gemmeke

The biggest challenge for the deployment of Deep Neural Networks (DNNs) close to the generated data on edge devices is their size, i.e., memory footprint and computational complexity. Both are significantly reduced with …

Quantization

Exploring Integral Image Word Length Reduction Techniques for SURF Detector

2015-04-29 · Shoaib Ehsan, Klaus D. McDonald-Maier

Speeded Up Robust Features (SURF) is a state of the art computer vision algorithm that relies on integral image representation for performing fast detection and description of image features that are scale and rotation i…

Learning the Word Problem: Geodesic Lengths and Cryptographic Applications

2026-07-28 · Elisabeth Fink arxiv

The Word Problem has been a subject of intensive mathematical study for over a century, initially driving advances in combinatorial group theory and more recently emerging as a foundational hardness assumption in post-qu…

Graph Neural Network

Variable-Length Codes Independent or Closed with respect to Edit Relations

2021-04-29 · Jean Néraud

We investigate inference of variable-length codes in other domains of computer science, such as noisy information transmission or information retrieval-storage: in such topics, traditionally mostly constant-length codewo…

Information RetrievalRetrieval

Multi-word Tokenization for Sequence Compression

2024-02-15 · Leonidas Gee, Leonardo Rigutini, Marco Ernandes, Andrea Zugarini

Large Language Models have proven highly successful at modelling a variety of tasks. However, this comes at a steep computational cost that hinders wider industrial uptake. In this paper, we present MWT: a Multi-Word Tok…