paper-with-me

Papers

Compressed Real Numbers for AI: a case-study using a RISC-V CPU

2023-09-11 · Federico Rossi, Marco Cococcioni, Roger Ferrer Ibàñez, Jesùs Labarta, Filippo Mantovani, Marc Casas, Emanuele Ruffaldi, Sergio Saponara

As recently demonstrated, Deep Neural Networks (DNN), usually trained using single precision IEEE 754 floating point numbers (binary32), can also work using lower precision. Therefore, 16-bit and 8-bit compressed format have attracted considerable attention. In this paper, we focused on two families of formats that have already achieved interesting results in compressing binary32 numbers in machine learning applications, without sensible degradation of the accuracy: bfloat and posit. Even if 16-bit and 8-bit bfloat/posit are routinely used for reducing the storage of the weights/biases of trained DNNs, the inference still often happens on the 32-bit FPU of the CPU (especially if GPUs are not available). In this paper we propose a way to decompress a tensor of bfloat/posits just before computations, i.e., after the compressed operands have been loaded within the vector registers of a vector capable CPU, in order to save bandwidth usage and increase cache efficiency. Finally, we show the architectural parameters and considerations under which this solution is advantageous with respect to the uncompressed one.

📄 PDF Abstract BibTeX arXiv:2309.07158

Code (0)

등록된 구현이 없습니다.

Tasks

CPU

Similar Papers 제목 키워드 기반

Optimizing Tensor Train Decomposition in DNNs for RISC-V Architectures Using Design Space Exploration and Compiler Optimizations

2026-02-02 · Theologos Anthimopoulos, Milad Kokhazadeh, Vasilios Kelefouras, Benjamin Himpel 외 arxiv

Deep neural networks (DNNs) have become indispensable in many real-life applications like natural language processing, and autonomous systems. However, deploying DNNs on resource-constrained devices, e.g., in RISC-V plat…

Computational Efficiency

RisConFix: LLM-based Automated Repair of Risk-Prone Drone Configurations

2025-12-08 · Liping Han, Tingting Nie, Le Yu, Mingzhe Hu 외 arxiv

Flight control software is typically designed with numerous configurable parameters governing multiple functionalities, enabling flexible adaptation to mission diversity and environmental uncertainty. Although developers…

Squeezed Edge YOLO: Onboard Object Detection on Edge Devices

2023-12-18 · Edward Humes, Mozhgan Navardi, Tinoosh Mohsenin

Demand for efficient onboard object detection is increasing due to its key role in autonomous navigation. However, deploying object detection models such as YOLO on resource constrained edge devices is challenging due to…

Autonomous NavigationObjectobject-detectionObject Detection

Late Breaking Results: Conversion of Neural Networks into Logic Flows for Edge Computing

2026-01-29 · Daniel Stein, Shaoyi Huang, Rolf Drechsler, Bing Li 외 arxiv

Neural networks have been successfully applied in various resource-constrained edge devices, where usually central processing units (CPUs) instead of graphics processing units exist due to limited power availability. Sta…

RISC: Generating Realistic Synthetic Bilingual Insurance Contract

2023-04-09 · David Beauchemin, Richard Khoury

This paper presents RISC, an open-source Python package data generator (https://github.com/GRAAL-Research/risc). RISC generates look-alike automobile insurance contracts based on the Quebec regulatory insurance form in F…

Machine TranslationNERQuestion AnsweringText Simplification