Exploiting context dependence for image compression with upsampling
Jarek Duda

TL;DR
This paper introduces simple, inexpensive techniques to exploit context dependence in image upsampling, improving compression efficiency for both grayscale and RGB images by predicting distribution parameters based on context.
Contribution
It proposes novel methods for using context dependence in encoding upscaling information, leading to measurable compression savings over fixed distribution assumptions.
Findings
Average of 0.645 bits/difference savings for grayscale images.
Approximately 4.6% to 6.3% size reduction for RGB images with color transform optimization.
Additional 10% reduction by predicting Laplace parameters based on context.
Abstract
Image compression with upsampling encodes information to succeedingly increase image resolution, for example by encoding differences in FUIF and JPEG XL. It is useful for progressive decoding, also often can improve compression ratio - both for lossless compression and e.g. DC coefficients of lossy. However, the currently used solutions rather do not exploit context dependence for encoding of such upscaling information. This article discusses simple inexpensive general techniques for this purpose, which allowed to save on average bits/difference (between and ) for the last upscaling for 48 standard grayscale 8 bit images - compared to assumption of fixed Laplace distribution. Using least squares linear regression of context to predict center of Laplace distribution gave on average bits/difference savings. The remaining savings were obtained…
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
TopicsAdvanced Data Compression Techniques · Image and Signal Denoising Methods · Digital Filter Design and Implementation
MethodsLinear Regression
