Skip to content

Latest commit

 

History

History
27 lines (12 loc) · 1.29 KB

File metadata and controls

27 lines (12 loc) · 1.29 KB

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