paper-with-me

홈 › Papers

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

2026-05-06 · Jiaqian Zhang, Hao Wei, Chenyang Ge, Yanhui Zhou arxiv

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.

📄 PDF Abstract BibTeX arXiv:2605.04560

Code (0)

등록된 구현이 없습니다.

Tasks

Long-range modelingImage Compression

Similar Papers 제목 키워드 기반

PanoSAMic: Panoramic Image Segmentation from SAM Feature Encoding and Dual View Fusion

2026-01-12 · Mahdi Chamseddine, Didier Stricker, Jason Rambach arxiv

Existing image foundation models are not optimized for spherical images having been trained primarily on perspective images. PanoSAMic integrates the pre-trained Segment Anything (SAM) encoder to make use of its extensiv…

Semantic SegmentationImage Segmentation

SAMIC: Segment Anything with In-Context Spatial Prompt Engineering

2024-12-16 · Savinay Nagendra, Kashif Rashid, Chaopeng Shen, Daniel Kifer

Few-shot segmentation is the problem of learning to identify specific types of objects (e.g., airplanes) in images from a small set of labeled reference images. The current state of the art is driven by resource-intensiv…

Few-Shot LearningPrompt EngineeringSegmentationSemantic Segmentation

Loop-Mamba: A Loop Mamba with Degradation-Aware and Shared Memory for Old Photo Restoration

2026-08-03 · Runci Bai, Yucheng Xin, Pu Wang, Yongcong Wang 외 arxiv

Old photographs often suffer from multiple coupled degradations, including scratches, cracks, fading, blur, noise, and missing regions, severely degrading both visual quality and semantic content. We propose Loop-Mamba, …

SPFM-Net: Semantic-Prior-Guided Frequency-Constrained Mamba for Invisible Watermark Attack

2026-07-30 · Chunpeng Wang, Yanan Shi, Zhiqiu Xia, Jidong Yang 외 arxiv

Existing watermark attacks typically rely on predefined signal-processing operations or locally constrained restoration networks, making it difficult to capture the long-range dependencies of globally distributed waterma…

XYScanNet: A State Space Model for Single Image Deblurring

2024-12-13 · Hanzhou Liu, Chengkai Liu, Jiacong Xu, Peng Jiang 외

Deep state-space models (SSMs), like recent Mamba architectures, are emerging as a promising alternative to CNN and Transformer networks. Existing Mamba-based restoration methods process visual data by leveraging a flatt…

DeblurringImage DeblurringMambaSingle Image Deblurring+1