Task-Aware Quantization Network for JPEG Image Compression

Abstract

We propose to learn a deep neural network for JPEG image compression, which predicts image-specific optimized quantization tables fully compatible with the standard JPEG encoder and decoder. Moreover, our approach provides the capability to learn task-specific quantization tables in a principled way by adjusting the objective function of the network. The main challenge to realize this idea is that there exist non-differentiable components in the encoder such as run-length encoding and Huffman coding and it is not straightforward to predict the probability distribution of the quantized image representations. We address these issues by learning a differentiable loss function that approximates bitrates using simple network blocks---two MLPs and an LSTM. We evaluate the proposed algorithm using multiple task-specific losses---two for semantic image understanding and another two for conventional image compression---and demonstrate the effectiveness of our approach to the individual tasks.

Cite

Text

Choi and Han. "Task-Aware Quantization Network for JPEG Image Compression." Proceedings of the European Conference on Computer Vision (ECCV), 2020. doi:10.1007/978-3-030-58565-5_19

Markdown

[Choi and Han. "Task-Aware Quantization Network for JPEG Image Compression." Proceedings of the European Conference on Computer Vision (ECCV), 2020.](https://mlanthology.org/eccv/2020/choi2020eccv-taskaware/) doi:10.1007/978-3-030-58565-5_19

BibTeX

@inproceedings{choi2020eccv-taskaware,
  title     = {{Task-Aware Quantization Network for JPEG Image Compression}},
  author    = {Choi, Jinyoung and Han, Bohyung},
  booktitle = {Proceedings of the European Conference on Computer Vision (ECCV)},
  year      = {2020},
  doi       = {10.1007/978-3-030-58565-5_19},
  url       = {https://mlanthology.org/eccv/2020/choi2020eccv-taskaware/}
}