arXiv:2605.04560cs.CV2026-05

用轻量级Mamba模型提升图像压缩的视觉质量与效率

SAMIC: A Lightweight Semantic-Aware Mamba for Efficient Perceptual Image Compression

论文配图:SAMIC: A Lightweight Semantic-Aware Mamba for Efficient Perceptual Image Compression
图 1 · 摘自论文原文
  • 设计语义感知Mamba块,动态扫描增强语义连续性
  • 引入低秩近似模块,通道级冗余减少30%以上
  • 兼顾高压缩比与高画质,适合边缘设备部署

感知图像压缩旨在低码率下保持高视觉质量。现有方法多依赖生成对抗网络或扩散模型,但模型复杂度高。本文提出轻量级感知压缩框架SAMIC,利用状态空间模型中Mamba的长程建模能力与线性计算复杂度。针对Mamba固有的固定扫描顺序导致语义连续性破坏和空间相关性丢失的问题,设计语义感知Mamba块(SAMB),通过动态聚类的语义特征引导扫描路径,缓解严格因果约束与长程信息衰减。受奇异值分解启发,提出一种基于SVD的冗余减少模块(SVD-RRM),通过可学习软阈值对潜在特征进行低秩近似,实现通道级冗余信息压缩。SAMB集成于编码器与解码器,而SVD-RRM仅用于编码器。大量实验表明,本方法在率失真感知权衡上优于当前最优方案,且模型复杂度显著降低。

原文摘要 · Abstract (English)

Perceptual image compression focuses on preserving high visual quality under low-bitrate constraints. Most existing approaches to perceptual compression leverage the strong generative capabilities of generative adversarial networks or diffusion models, at the cost of substantial model complexity. To this end, we present an efficient perceptual image compression method that exploits the long-range modeling capability and linear computational complexity of state space models, with a particular focus on Mamba. Unlike existing methods that rely on an inherently fixed scanning order and consequently impair semantic continuity and spatial correlation, we develop a semantic-aware Mamba block (SAMB) to enable scanning guided by dynamically clustered semantic features, thereby alleviating the strict causality constraints and long-range information decay inherent to Mamba. Inspired by singular value decomposition, we design an SVD-inspired redundancy reduction module (SVD-RRM) that performs a low-rank approximation on the latent features by introducing a learnable soft threshold, leading to channel-wise redundancy information reduction. The proposed SAMB is integrated into both the encoder and decoder of the compression framework, whereas the SVD-RRM is incorporated only in the encoder. Extensive experiments demonstrate that our method performs favorably against state-of-the-art approaches in terms of rate-distortion-perception tradeoff and model complexity. The source code and pretrained models will be available at https://github.com/Jasmine-aiq/SAMIC.

图像压缩Mamba轻量化感知质量

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。