Quantization-aware Matrix Factorization for Low Bit Rate Image Compression
Pooya Ashtari, Pourya Behmandpoor, Fateme Nateghi Haredasht, Jonathan, H. Chen, Panagiotis Patrinos, Sabine Van Huffel

TL;DR
This paper introduces a quantization-aware matrix factorization approach for low bit rate image compression, effectively integrating quantization into the low-rank approximation process to improve reconstruction quality and semantic preservation.
Contribution
It proposes a novel quantization-aware matrix factorization method with an efficient algorithm, outperforming JPEG at very low bit rates and maintaining competitive quality at higher bit rates.
Findings
Outperforms JPEG below 0.25 bpp in image quality
Improves top-1 classification accuracy by over 5% at low bit rates
Provides a convergent iterative algorithm with closed-form solutions
Abstract
Lossy image compression is essential for efficient transmission and storage. Traditional compression methods mainly rely on discrete cosine transform (DCT) or singular value decomposition (SVD), both of which represent image data in continuous domains and, therefore, necessitate carefully designed quantizers. Notably, these methods consider quantization as a separate step, where quantization errors cannot be incorporated into the compression process. The sensitivity of these methods, especially SVD-based ones, to quantization errors significantly degrades reconstruction quality. To address this issue, we introduce a quantization-aware matrix factorization (QMF) to develop a novel lossy image compression method. QMF provides a low-rank representation of the image data as a product of two smaller factor matrices, with elements constrained to bounded integer values, thereby effectively…
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
TopicsAdvanced Data Compression Techniques · Image and Signal Denoising Methods
MethodsDiscrete Cosine Transform
