Skip to content

Variable-rate image compression, compressing the background parts of the image, to retain semantic info while keeping the size low.

Notifications You must be signed in to change notification settings

FaridZandi/VarRateImageCompression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VarRateImageCompression

Images usually have background parts that contain little semantic information. Common image compression techniques do not take that information into account when compressing the images. Storing less information for the background images can potentially lead to smaller image sizes while preserving the semantically rich parts of the image. In this paper, we present a modular approach for incorporating region-of-interest information in the image compression procedure, hoping to increase compression ratio for the images.

Example

The original image might look like this:

original image

We find the regions of interest for the image:

mask

Then, compress the background parts of the image more than the important parts:

recon

Evaluations

Our method could not beat the baseline models (compressing the whole image with fixed rates) in image classification task:

eval

About

Variable-rate image compression, compressing the background parts of the image, to retain semantic info while keeping the size low.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published