English

Enhancing Learned Image Compression via Cross Window-based Attention

Computer Vision and Pattern Recognition 2025-02-14 v4 Multimedia Image and Video Processing

Abstract

In recent years, learned image compression methods have demonstrated superior rate-distortion performance compared to traditional image compression methods. Recent methods utilize convolutional neural networks (CNN), variational autoencoders (VAE), invertible neural networks (INN), and transformers. Despite their significant contributions, a main drawback of these models is their poor performance in capturing local redundancy. Therefore, to leverage global features along with local redundancy, we propose a CNN-based solution integrated with a feature encoding module. The feature encoding module encodes important features before feeding them to the CNN and then utilizes cross-scale window-based attention, which further captures local redundancy. Cross-scale window-based attention is inspired by the attention mechanism in transformers and effectively enlarges the receptive field. Both the feature encoding module and the cross-scale window-based attention module in our architecture are flexible and can be incorporated into any other network architecture. We evaluate our method on the Kodak and CLIC datasets and demonstrate that our approach is effective and on par with state-of-the-art methods. Our code is publicly available at https://github.com/prmudgal/CWAM_IC_ISVC. .

Keywords

Cite

@article{arxiv.2410.21144,
  title  = {Enhancing Learned Image Compression via Cross Window-based Attention},
  author = {Priyanka Mudgal and Feng Liu},
  journal= {arXiv preprint arXiv:2410.21144},
  year   = {2025}
}

Comments

Paper accepted and presented in ISVC'24. Copyrights stay with ISVC Our code is available at: https://github.com/prmudgal/CWAM_IC_ISVC

R2 v1 2026-06-28T19:38:13.391Z