Image Compression with Encoder-Decoder Matched Semantic Segmentation
Abstract
In recent years, the layered image compression is demonstrated to be a promising direction, which encodes a compact representation of the input image and apply an up-sampling network to reconstruct the image. To further improve the quality of the reconstructed image, some works transmit the semantic segment together with the compressed image data. Consequently, the compression ratio is also decreased because extra bits are required for transmitting the semantic segment. To solve this problem, we propose a new layered image compression framework with encoder-decoder matched semantic segmentation (EDMS). And then, followed by the semantic segmentation, a special convolution neural network is used to enhance the inaccurate semantic segment. As a result, the accurate semantic segment can be obtained in the decoder without requiring extra bits. The experimental results show that the proposed EDMS framework can get up to 35.31% BD-rate reduction over the HEVC-based (BPG) codec, 5% bitrate and 24% encoding time saving compare to the state-of-the-art semantic-based image codec.
Cite
Text
Hoang et al. "Image Compression with Encoder-Decoder Matched Semantic Segmentation." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2020. doi:10.1109/CVPRW50498.2020.00088Markdown
[Hoang et al. "Image Compression with Encoder-Decoder Matched Semantic Segmentation." IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, 2020.](https://mlanthology.org/cvprw/2020/hoang2020cvprw-image/) doi:10.1109/CVPRW50498.2020.00088BibTeX
@inproceedings{hoang2020cvprw-image,
title = {{Image Compression with Encoder-Decoder Matched Semantic Segmentation}},
author = {Hoang, Trinh Man and Zhou, Jinjia and Fan, Yibo},
booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops},
year = {2020},
pages = {619-623},
doi = {10.1109/CVPRW50498.2020.00088},
url = {https://mlanthology.org/cvprw/2020/hoang2020cvprw-image/}
}