English

Mamba or RWKV: Exploring High-Quality and High-Efficiency Segment Anything Model

Computer Vision and Pattern Recognition 2024-06-28 v1

Abstract

Transformer-based segmentation methods face the challenge of efficient inference when dealing with high-resolution images. Recently, several linear attention architectures, such as Mamba and RWKV, have attracted much attention as they can process long sequences efficiently. In this work, we focus on designing an efficient segment-anything model by exploring these different architectures. Specifically, we design a mixed backbone that contains convolution and RWKV operation, which achieves the best for both accuracy and efficiency. In addition, we design an efficient decoder to utilize the multiscale tokens to obtain high-quality masks. We denote our method as RWKV-SAM, a simple, effective, fast baseline for SAM-like models. Moreover, we build a benchmark containing various high-quality segmentation datasets and jointly train one efficient yet high-quality segmentation model using this benchmark. Based on the benchmark results, our RWKV-SAM achieves outstanding performance in efficiency and segmentation quality compared to transformers and other linear attention models. For example, compared with the same-scale transformer model, RWKV-SAM achieves more than 2x speedup and can achieve better segmentation performance on various datasets. In addition, RWKV-SAM outperforms recent vision Mamba models with better classification and semantic segmentation results. Code and models will be publicly available.

Keywords

Cite

@article{arxiv.2406.19369,
  title  = {Mamba or RWKV: Exploring High-Quality and High-Efficiency Segment Anything Model},
  author = {Haobo Yuan and Xiangtai Li and Lu Qi and Tao Zhang and Ming-Hsuan Yang and Shuicheng Yan and Chen Change Loy},
  journal= {arXiv preprint arXiv:2406.19369},
  year   = {2024}
}

Comments

16 pages; 8 figures

R2 v1 2026-06-28T17:21:43.655Z