paper-with-me

Papers

Floating-floating point: a highly accurate number representation with flexible Counting ranges

2024-09-22 · Itamar Cohen, Gil Einziger

Efficient number representation is essential for federated learning, natural language processing, and network measurement solutions. Due to timing, area, and power constraints, such applications use narrow bit-width (e.g., 8-bit) number systems. The widely used floating-point systems exhibit a trade-off between the counting range and accuracy. This paper introduces Floating-Floating-Point (F2P) - a floating point number that varies the partition between mantissa and exponent. Such flexibility leads to a large counting range combined with improved accuracy over a selected sub-range. Our evaluation demonstrates that moving to F2P from the state-of-the-art improves network measurement accuracy and federated learning.

📄 PDF Abstract BibTeX arXiv:2410.03692

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

MGS: Markov Greedy Sums for Accurate Low-Bitwidth Floating-Point Accumulation

2025-04-12 · Vikas Natesh, H. T. Kung, David Kong

We offer a novel approach, MGS (Markov Greedy Sums), to improve the accuracy of low-bitwidth floating-point dot products in neural network computations. In conventional 32-bit floating-point summation, adding values with…

image-classificationImage Classification

On the Expressive Power of Floating-Point Transformers

2026-01-23 · Sejun Park, Yeachan Park, Geonho Hwang arxiv

The study on the expressive power of transformers shows that transformers are permutation equivariant, and they can approximate all permutation-equivariant continuous functions on a compact domain. However, these results…

Exploiting Binary Floating-Point Representations for Constraint Propagation: The Complete Unabridged Version

2013-08-18 · Roberto Bagnara, Matthieu Carlier, Roberta Gori, Arnaud Gotlieb

Floating-point computations are quickly finding their way in the design of safety- and mission-critical systems, despite the fact that designing floating-point algorithms is significantly more difficult than designing in…

FLInt: Exploiting Floating Point Enabled Integer Arithmetic for Efficient Random Forest Inference

2022-09-09 · Christian Hakert, Kuan-Hsun Chen, Jian-Jia Chen

In many machine learning applications, e.g., tree-based ensembles, floating point numbers are extensively utilized due to their expressiveness. Nowadays performing data analysis on embedded devices from dynamic data mass…

No Multiplication? No Floating Point? No Problem! Training Networks for Efficient Inference

2018-09-24 · Shumeet Baluja, David Marwood, Michele Covell, Nick Johnston

For successful deployment of deep neural networks on highly--resource-constrained devices (hearing aids, earbuds, wearables), we must simplify the types of operations and the memory/power resources used during inference.…

Multi-class Classification