用跨窗口注意力提升图像压缩的局部冗余捕捉能力
Enhancing Learned Image Compression via Cross Window-based Attention
- 在CNN中引入特征编码与跨尺度窗口注意力机制
- 在Kodak和CLIC数据集上达到顶尖压缩性能
- 模块可嵌入任意网络,适合图像压缩研究者
近年来,基于学习的图像压缩方法在率失真性能上超越传统方法。现有方法采用卷积神经网络(CNN)、变分自编码器(VAE)、可逆神经网络(INN)和Transformer。然而,这些模型在捕捉局部冗余方面表现不佳。为此,我们提出一种基于CNN的解决方案,集成特征编码模块,在输入CNN前提取关键特征,并引入跨尺度窗口注意力机制,进一步捕捉局部冗余。该注意力机制受Transformer启发,有效扩大感受野。所提模块灵活,可嵌入任意网络架构。我们在Kodak和CLIC数据集上评估,结果表明方法有效且达到当前最优水平。代码已开源:https://github.com/prmudgal/CWAM_IC_ISVC。
原文摘要 · Abstract (English)
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. .
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。