Compressed Matrix Computations
Matthieu Martel

TL;DR
This paper introduces a novel lossy compression method for 2D floating-point arrays that enables direct computation on compressed data, significantly speeding up linear algebra operations without decompression.
Contribution
It presents a new fixed-rate lossy compression technique allowing direct computation on compressed matrices, reducing processing time and avoiding decompression.
Findings
Enables direct linear algebra operations on compressed data
Achieves significant speedups over traditional decompression methods
Outperforms zfp in execution time and accuracy
Abstract
Frugal computing is becoming an important topic for environmental reasons. In this context, several techniques have been proposed to reduce the storage of scientific data by dedicated compression methods specially tailored for arrays of floating-point numbers. While these techniques are quite efficient to save memory, they introduce additional computations to compress and decompress the data before processing them. In this article, we introduce a new lossy, fixed-rate compression technique for 2D-arrays of floating-point numbers which allows one to compute directly on the compressed data, without decompressing them. We obtain important speedups since less operations are needed to compute among the compressed data and since no decompression and re-compression is needed. More precisely, our technique makes it possible to perform basic linear algebra operations such as addition,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsError Correcting Code Techniques · Parallel Computing and Optimization Techniques · Evolutionary Algorithms and Applications
