paper-with-me

Papers

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 integer algorithms. For this reason, verification and validation of floating-point computations is a hot research topic. An important verification technique, especially in some industrial sectors, is testing. However, generating test data for floating-point intensive programs proved to be a challenging problem. Existing approaches usually resort to random or search-based test data generation, but without symbolic reasoning it is almost impossible to generate test inputs that execute complex paths controlled by floating-point computations. Moreover, as constraint solvers over the reals or the rationals do not natively support the handling of rounding errors, the need arises for efficient constraint solvers over floating-point domains. In this paper, we present and fully justify improved algorithms for the propagation of arithmetic IEEE 754 binary floating-point constraints. The key point of these algorithms is a generalization of an idea by B. Marre and C. Michel that exploits a property of the representation of floating-point numbers.

📄 PDF Abstract BibTeX arXiv:1308.3847

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

BEANNA: A Binary-Enabled Architecture for Neural Network Acceleration

2021-08-04 · Caleb Terrill, Fred Chu

Modern hardware design trends have shifted towards specialized hardware acceleration for computationally intensive tasks like machine learning and computer vision. While these complex workloads can be accelerated by comm…

G-Net: A Provably Easy Construction of High-Accuracy Random Binary Neural Networks

2025-11-26 · Alireza Aghasi, Nicholas Marshall, Saeid Pourmand, Wyatt Whiting arxiv

We propose a novel randomized algorithm for constructing binary neural networks with tunable accuracy. This approach is motivated by hyperdimensional computing (HDC), which is a brain-inspired paradigm that leverages hig…

Self-Binarizing Networks

2019-02-02 · Fayez Lahoud, Radhakrishna Achanta, Pablo Márquez-Neila, Sabine Süsstrunk

We present a method to train self-binarizing neural networks, that is, networks that evolve their weights and activations during training to become binary. To obtain similar binary networks, existing methods rely on the …

Binarization

Rediscovering Hashed Random Projections for Efficient Quantization of Contextualized Sentence Embeddings

2023-03-13 · Ulf A. Hamster, Ji-Ung Lee, Alexander Geyken, Iryna Gurevych

Training and inference on edge devices often requires an efficient setup due to computational limitations. While pre-computing data representations and caching them on a server can mitigate extensive edge device computat…

QuantizationSentenceSentence ClassificationSentence Embeddings

Boosting Binary Keypoint Descriptors

2013-06-01 · CVPR 2013 6 · Tomasz Trzcinski, Mario Christoudias, Pascal Fua, Vincent Lepetit

Binary keypoint descriptors provide an efficient alternative to their floating-point competitors as they enable faster processing while requiring less memory. In this paper, we propose a novel framework to learn an extre…