paper-with-me

Papers

Exploiting context dependence for image compression with upsampling

2020-04-06 · Jarek Duda

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 $0.645$ bits/difference (between $0.138$ and $1.489$) for the last upscaling for 48 standard $512\times 512$ 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 $0.393$ bits/difference savings. The remaining savings were obtained by additionally predicting width of this Laplace distribution, also using just the least squares linear regression. For RGB images, optimization of color transform alone gave mean $\approx 4.6\%$ size reduction comparing to standard YCrCb if using fixed transform, $\approx 6.3\%$ if optimizing transform individually for each image. Then further mean $\approx 10\%$ reduction was obtained if predicting Laplace parameters based on context. The presented simple inexpensive general methodology can be also used for different types of data like DCT coefficients in lossy image compression.

📄 PDF Abstract BibTeX arXiv:2004.03391

Code (0)

등록된 구현이 없습니다.

Tasks

Image Compressionregression

Methods 이 논문이 사용한 방법론

Linear Regression Linear Regression is a method for modelling a relationship between a dependent variable and independent variables. These models can be fit with numerous approaches. The most…

Similar Papers 제목 키워드 기반

Dual-layer Image Compression via Adaptive Downsampling and Spatially Varying Upconversion

2023-02-13 · Xi Zhang, Xiaolin Wu

Ultra high resolution (UHR) images are almost always downsampled to fit small displays of mobile end devices and upsampled to its original resolution when exhibited on very high-resolution displays. This observation moti…

DecoderImage Compression

OSLO-IC: On-the-Sphere Learned Omnidirectional Image Compression with Attention Modules and Spatial Context

2025-03-17 · Paul Wawerek-López, Navid Mahmoudian Bidgoli, Pascal Frossard, André Kaup 외

Developing effective 360-degree (spherical) image compression techniques is crucial for technologies like virtual reality and automated driving. This paper advances the state-of-the-art in on-the-sphere learning (OSLO) f…

Image Compression

A Guided Upsampling Network for Short Wave Infrared Images Using Graph Regularization

2023-12-14 · Frank Sippel, Jürgen Seiler, André Kaup

Exploiting the infrared area of the spectrum for classification problems is getting increasingly popular, because many materials have characteristic absorption bands in this area. However, sensors in the short wave infra…

Upsampling Improvement for Overfitted Neural Coding

2024-11-28 · Pierrick Philippe, Théo Ladune, Gordon Clare, Félix Henry 외

Neural image compression, based on auto-encoders and overfitted representations, relies on a latent representation of the coded signal. This representation needs to be compact and uses low resolution feature maps. In the…

Image Compression

Using Bayesian Network Representations for Effective Sampling from Generative Network Models

2015-07-11 · Pablo Robles-Granda, Sebastian Moreno, Jennifer Neville

Bayesian networks (BNs) are used for inference and sampling by exploiting conditional independence among random variables. Context specific independence (CSI) is a property of graphical models where additional independen…