Context-Based Trit-Plane Coding for Progressive Image Compression

Abstract

Trit-plane coding enables deep progressive image compression, but it cannot use autoregressive context models. In this paper, we propose the context-based trit-plane coding (CTC) algorithm to achieve progressive compression more compactly. First, we develop the context-based rate reduction module to estimate trit probabilities of latent elements accurately and thus encode the trit-planes compactly. Second, we develop the context-based distortion reduction module to refine partial latent tensors from the trit-planes and improve the reconstructed image quality. Third, we propose a retraining scheme for the decoder to attain better rate-distortion tradeoffs. Extensive experiments show that CTC outperforms the baseline trit-plane codec significantly, e.g. by -14.84% in BD-rate on the Kodak lossless dataset, while increasing the time complexity only marginally. The source codes are available at https://github.com/seungminjeon-github/CTC.

Cite

Text

Jeon et al. "Context-Based Trit-Plane Coding for Progressive Image Compression." Conference on Computer Vision and Pattern Recognition, 2023. doi:10.1109/CVPR52729.2023.01379

Markdown

[Jeon et al. "Context-Based Trit-Plane Coding for Progressive Image Compression." Conference on Computer Vision and Pattern Recognition, 2023.](https://mlanthology.org/cvpr/2023/jeon2023cvpr-contextbased/) doi:10.1109/CVPR52729.2023.01379

BibTeX

@inproceedings{jeon2023cvpr-contextbased,
  title     = {{Context-Based Trit-Plane Coding for Progressive Image Compression}},
  author    = {Jeon, Seungmin and Choi, Kwang Pyo and Park, Youngo and Kim, Chang-Su},
  booktitle = {Conference on Computer Vision and Pattern Recognition},
  year      = {2023},
  pages     = {14348-14357},
  doi       = {10.1109/CVPR52729.2023.01379},
  url       = {https://mlanthology.org/cvpr/2023/jeon2023cvpr-contextbased/}
}