Computable Compressed Matrices
Crysttian Arantes Paix\~ao, Fl\'avio Code\c{c}o Coelho

TL;DR
This paper introduces a method for compressing matrices using bitstring techniques that preserve their mathematical properties, enabling larger models to be computed efficiently within limited memory by leveraging faster cache memory.
Contribution
The paper presents a novel methodology for compressing matrices while maintaining their mathematical properties, significantly reducing memory usage and improving computational efficiency.
Findings
Achieves substantial data compression of matrices.
Enables larger linear problems to be solved within the same memory constraints.
Provides performance gains by utilizing faster cache memory.
Abstract
The biggest cost of computing with large matrices in any modern computer is related to memory latency and bandwidth. The average latency of modern RAM reads is 150 times greater than a clock step of the processor. Throughput is a little better but still 25 times slower than the CPU can consume. The application of bitstring compression allows for larger matrices to be moved entirely to the cache memory of the computer, which has much better latency and bandwidth (average latency of L1 cache is 3 to 4 clock steps). This allows for massive performance gains as well as the ability to simulate much larger models efficiently. In this work, we propose a methodology to compress matrices in such a way that they retain their mathematical properties. Considerable compression of the data is also achieved in the process Thus allowing for the computation of much larger linear problems within the same…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsData Stream Mining Techniques · Time Series Analysis and Forecasting · Algorithms and Data Compression
