LocalMamba: Visual State Space Model with Windowed Selective Scan
Abstract
Recent advancements in state space models, notably Mamba, have demonstrated significant progress in modeling long sequences for tasks like language understanding. Yet, their application in vision tasks has not markedly surpassed the performance of traditional Convolutional Neural Networks (CNNs) and Vision Transformers (ViTs). This paper posits that the key to enhancing Vision Mamba (ViM) lies in optimizing scan directions for sequence modeling. Traditional ViM approaches, which flatten spatial tokens, overlook the preservation of local 2D dependencies, thereby elongating the distance between adjacent tokens. We introduce a novel local scanning strategy that divides images into distinct windows, effectively capturing local dependencies while maintaining a global perspective. Additionally, acknowledging the varying preferences for scan patterns across different network layers, we propose a dynamic method to independently search for the optimal scan choices for each layer, substantially improving performance. Extensive experiments across both plain and hierarchical models underscore our approach’s superiority in effectively capturing image representations.
Cite
Text
Huang et al. "LocalMamba: Visual State Space Model with Windowed Selective Scan." European Conference on Computer Vision Workshops, 2024. doi:10.1007/978-3-031-91979-4_2Markdown
[Huang et al. "LocalMamba: Visual State Space Model with Windowed Selective Scan." European Conference on Computer Vision Workshops, 2024.](https://mlanthology.org/eccvw/2024/huang2024eccvw-localmamba/) doi:10.1007/978-3-031-91979-4_2BibTeX
@inproceedings{huang2024eccvw-localmamba,
title = {{LocalMamba: Visual State Space Model with Windowed Selective Scan}},
author = {Huang, Tao and Pei, Xiaohuan and You, Shan and Wang, Fei and Qian, Chen and Xu, Chang},
booktitle = {European Conference on Computer Vision Workshops},
year = {2024},
pages = {12-22},
doi = {10.1007/978-3-031-91979-4_2},
url = {https://mlanthology.org/eccvw/2024/huang2024eccvw-localmamba/}
}