paper-with-me

Papers

ViM-VQ: Efficient Post-Training Vector Quantization for Visual Mamba

2025-03-12 · Juncan Deng, Shuaiting Li, Zeyu Wang, Kedong Xu, Hong Gu, Kejie Huang

Visual Mamba networks (ViMs) extend the selective space state model (Mamba) to various vision tasks and demonstrate significant potential. Vector quantization (VQ), on the other hand, decomposes network weights into codebooks and assignments, significantly reducing memory usage and computational latency to enable ViMs deployment on edge devices. Although existing VQ methods have achieved extremely low-bit quantization (e.g., 3-bit, 2-bit, and 1-bit) in convolutional neural networks and Transformer-based networks, directly applying these methods to ViMs results in unsatisfactory accuracy. We identify several key challenges: 1) The weights of Mamba-based blocks in ViMs contain numerous outliers, significantly amplifying quantization errors. 2) When applied to ViMs, the latest VQ methods suffer from excessive memory consumption, lengthy calibration procedures, and suboptimal performance in the search for optimal codewords. In this paper, we propose ViM-VQ, an efficient post-training vector quantization method tailored for ViMs. ViM-VQ consists of two innovative components: 1) a fast convex combination optimization algorithm that efficiently updates both the convex combinations and the convex hulls to search for optimal codewords, and 2) an incremental vector quantization strategy that incrementally confirms optimal codewords to mitigate truncation errors. Experimental results demonstrate that ViM-VQ achieves state-of-the-art performance in low-bit quantization across various visual tasks.

📄 PDF Abstract BibTeX arXiv:2503.09509

Code (0)

등록된 구현이 없습니다.

Tasks

MambaQuantization

Methods 이 논문이 사용한 방법론

Mamba Foundation models, now powering most of the exciting applications in deep learning, are almost universally based on the Transformer architecture and its core attention module.…

Similar Papers 제목 키워드 기반

PTQ4VM: Post-Training Quantization for Visual Mamba

2024-12-29 · Younghyun Cho, Changhun Lee, Seonggon Kim, Eunhyeok Park

Visual Mamba is an approach that extends the selective space state model, Mamba, to vision tasks. It processes image tokens sequentially in a fixed order, accumulating information to generate outputs. Despite its growing…

MambaQuantization

Post-Training Quantization for Vision Mamba with k-Scaled Quantization and Reparameterization

2025-01-28 · Bo-Yun Shi, Yi-Cheng Lo, An-Yeu, Wu 외

The Mamba model, utilizing a structured state-space model (SSM), offers linear time complexity and demonstrates significant potential. Vision Mamba (ViM) extends this framework to vision tasks by incorporating a bidirect…

MambaQuantization

QMamba: Post-Training Quantization for Vision State Space Models

2025-01-23 · Yinglong Li, Xiaoyu Liu, Jiacheng Li, Ruikang Xu 외

State Space Models (SSMs), as key components of Mamaba, have gained increasing attention for vision models recently, thanks to their efficient long sequence modeling capability. Given the computational cost of deploying …

QuantizationState Space Models

Channel-Wise and Token-Aware Post-Training Quantization for Visual State Space Duality

2026-09-15 · Jonghyeon Lim, Changhoon Yim arxiv

State space models (SSMs), particularly Mamba, have emerged as efficient alternatives to attention-based architectures and have been extended to vision through ViM, VMamba, and Visual State Space Duality (VSSD). Yet the …

Semantic SegmentationInstance SegmentationObject Detection

Ternary Mamba: Grouped Quantization-Aware Training of W1.58A16 State Space Models

2026-06-16 · Ramprasath Ganesaraja, Sahil Dilip Panse, Swathika N arxiv

State Space Models (SSMs) such as Mamba-2 offer linear-time inference but their memory footprint limits edge deployment. Prior ternary SSM work (Slender-Mamba) trains from scratch on 150B tokens; we show a pretrained che…

Knowledge Distillation