paper-with-me

Papers

CMamba: Learned Image Compression with State Space Models

2025-02-07 · Zhuojie Wu, Heming Du, Shuyun Wang, Ming Lu, Haiyang Sun, Yandong Guo, Xin Yu

Learned Image Compression (LIC) has explored various architectures, such as Convolutional Neural Networks (CNNs) and transformers, in modeling image content distributions in order to achieve compression effectiveness. However, achieving high rate-distortion performance while maintaining low computational complexity (\ie, parameters, FLOPs, and latency) remains challenging. In this paper, we propose a hybrid Convolution and State Space Models (SSMs) based image compression framework, termed \textit{CMamba}, to achieve superior rate-distortion performance with low computational complexity. Specifically, CMamba introduces two key components: a Content-Adaptive SSM (CA-SSM) module and a Context-Aware Entropy (CAE) module. First, we observed that SSMs excel in modeling overall content but tend to lose high-frequency details. In contrast, CNNs are proficient at capturing local details. Motivated by this, we propose the CA-SSM module that can dynamically fuse global content extracted by SSM blocks and local details captured by CNN blocks in both encoding and decoding stages. As a result, important image content is well preserved during compression. Second, our proposed CAE module is designed to reduce spatial and channel redundancies in latent representations after encoding. Specifically, our CAE leverages SSMs to parameterize the spatial content in latent representations. Benefiting from SSMs, CAE significantly improves spatial compression efficiency while reducing spatial content redundancies. Moreover, along the channel dimension, CAE reduces inter-channel redundancies of latent representations via an autoregressive manner, which can fully exploit prior knowledge from previous channels without sacrificing efficiency. Experimental results demonstrate that CMamba achieves superior rate-distortion performance.

📄 PDF Abstract BibTeX arXiv:2502.04988

Code (0)

등록된 구현이 없습니다.

Tasks

Image CompressionState Space Models

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

ACMamba: Fast Unsupervised Anomaly Detection via An Asymmetrical Consensus State Space Model

2025-04-16 · Guanchun Wang, Xiangrong Zhang, Yifei Zhang, Zelin Peng 외

Unsupervised anomaly detection in hyperspectral images (HSI), aiming to detect unknown targets from backgrounds, is challenging for earth surface monitoring. However, current studies are hindered by steep computational c…

Anomaly DetectionMambaUnsupervised Anomaly Detection

VCMamba: Bridging Convolutions with Multi-Directional Mamba for Efficient Visual Representation

2025-09-04 · Mustafa Munir, Alex Zhang, Radu Marculescu arxiv

Recent advances in Vision Transformers (ViTs) and State Space Models (SSMs) have challenged the dominance of Convolutional Neural Networks (CNNs) in computer vision. ViTs excel at capturing global context, and SSMs like …

Semantic Segmentation

HiCMamba: Enhancing Hi-C Resolution and Identifying 3D Genome Structures with State Space Modeling

2025-03-13 · Minghao Yang, Zhi-An Huang, Zhihang Zheng, Yuqiao Liu 외

Hi-C technology measures genome-wide interaction frequencies, providing a powerful tool for studying the 3D genomic structure within the nucleus. However, high sequencing costs and technical challenges often result in Hi…

DocMamba: Efficient Document Pre-training with State Space Model

2024-09-18 · Pengfei Hu, Zhenrong Zhang, Jiefeng Ma, Shuhang Liu 외

In recent years, visually-rich document understanding has attracted increasing attention. Transformer-based pre-trained models have become the mainstream approach, yielding significant performance gains in this field. Ho…

document understanding

ECMamba: Consolidating Selective State Space Model with Retinex Guidance for Efficient Multiple Exposure Correction

2024-10-28 · Wei Dong, Han Zhou, Yulun Zhang, Xiaohong Liu 외

Exposure Correction (EC) aims to recover proper exposure conditions for images captured under over-exposure or under-exposure scenarios. While existing deep learning models have shown promising results, few have fully em…

Exposure CorrectionMamba