paper-with-me

홈 › Papers

An Overflow/Underflow-Free Fixed-Point Bit-Width Optimization Method for OS-ELM Digital Circuit

2021-03-17 · Mineto Tsukada, Hiroki Matsutani

Currently there has been increasing demand for real-time training on resource-limited IoT devices such as smart sensors, which realizes standalone online adaptation for streaming data without data transfers to remote servers. OS-ELM (Online Sequential Extreme Learning Machine) has been one of promising neural-network-based online algorithms for on-chip learning because it can perform online training at low computational cost and is easy to implement as a digital circuit. Existing OS-ELM digital circuits employ fixed-point data format and the bit-widths are often manually tuned, however, this may cause overflow or underflow which can lead to unexpected behavior of the circuit. For on-chip learning systems, an overflow/underflow-free design has a great impact since online training is continuously performed and the intervals of intermediate variables will dynamically change as time goes by. In this paper, we propose an overflow/underflow-free bit-width optimization method for fixed-point digital circuits of OS-ELM. Experimental results show that our method realizes overflow/underflow-free OS-ELM digital circuits with 1.0x - 1.5x more area cost compared to the baseline simulation method where overflow or underflow can happen.

📄 PDF Abstract BibTeX arXiv:2103.09791

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Benchmarking Large Language Models on Floating-Point Error Classification

2026-06-30 · Lisa Taldir, Muhammad Ahmad Saeed, David Defour, Pablo de Oliveira Castro 외 arxiv

This paper investigates the capability of Large Language Models (LLMs) to detect and classify floating-point errors statically in software code. We introduce InterFLOPBench, a benchmark of 90 C kernels with 1 130 test sa…

Multi-Label Classification

Lyapunov-Guided Training for Hardware-Safe Neural Networks Under Fixed-Point Arithmetic

2026-07-05 · Anis Hamadouche, Amir Hussain arxiv

Low-precision neural networks are attractive for resource-constrained hardware, but fixed-point arithmetic introduces failure modes that are often hidden by idealised quantisation models. In particular, two's-complement …

A2Q: Accumulator-Aware Quantization with Guaranteed Overflow Avoidance

2023-08-25 · ICCV 2023 1 · Ian Colbert, Alessandro Pappalardo, Jakoba Petri-Koenig

We present accumulator-aware quantization (A2Q), a novel weight quantization method designed to train quantized neural networks (QNNs) to avoid overflow when using low-precision accumulators during inference. A2Q introdu…

Quantization

Development of Quantized DNN Library for Exact Hardware Emulation

2021-06-15 · Masato Kiyama, Motoki Amagasaki, Masahiro Iida

Quantization is used to speed up execution time and save power when runnning Deep neural networks (DNNs) on edge devices like AI chips. To investigate the effect of quantization, we need performing inference after quanti…

Quantization

Formal verification of a controller implementation in fixed-point arithmetic

2021-12-02 · Lars Flessing, Grigory Devadze, Stefan Streif

For the implementations of controllers on digital processors, certain limitations, e.g. in the instruction set and register length, need to be taken into account, especially for safety-critical applications. This work ai…