English

Region-Adaptive Transform with Segmentation Prior for Image Compression

Computer Vision and Pattern Recognition 2024-09-25 v4 Image and Video Processing

Abstract

Learned Image Compression (LIC) has shown remarkable progress in recent years. Existing works commonly employ CNN-based or self-attention-based modules as transform methods for compression. However, there is no prior research on neural transform that focuses on specific regions. In response, we introduce the class-agnostic segmentation masks (i.e. semantic masks without category labels) for extracting region-adaptive contextual information. Our proposed module, Region-Adaptive Transform, applies adaptive convolutions on different regions guided by the masks. Additionally, we introduce a plug-and-play module named Scale Affine Layer to incorporate rich contexts from various regions. While there have been prior image compression efforts that involve segmentation masks as additional intermediate inputs, our approach differs significantly from them. Our advantages lie in that, to avoid extra bitrate overhead, we treat these masks as privilege information, which is accessible during the model training stage but not required during the inference phase. To the best of our knowledge, we are the first to employ class-agnostic masks as privilege information and achieve superior performance in pixel-fidelity metrics, such as Peak Signal to Noise Ratio (PSNR). The experimental results demonstrate our improvement compared to previously well-performing methods, with about 8.2% bitrate saving compared to VTM-17.0. The source code is available at https://github.com/GityuxiLiu/SegPIC-for-Image-Compression.

Keywords

Cite

@article{arxiv.2403.00628,
  title  = {Region-Adaptive Transform with Segmentation Prior for Image Compression},
  author = {Yuxi Liu and Wenhan Yang and Huihui Bai and Yunchao Wei and Yao Zhao},
  journal= {arXiv preprint arXiv:2403.00628},
  year   = {2024}
}

Comments

Accepted to ECCV 2024

R2 v1 2026-06-28T15:06:05.036Z