Partial Ring Scan: Revisiting Scan Order in Vision State Space Models
Yi-Kuan Hsieh, Jun-Wei Hsieh, Xin Li, Ming-Ching Chang, Yu-Chee Tseng, Kuan-Chuan Peng
Abstract
State Space Models (SSMs) have emerged as efficient alternatives to attention for vision tasks, offering linear-time sequence processing with competitive accuracy. Vision SSMs, however, require serializing 2D images into 1D token sequences along a predefined scan order, a factor often overlooked. We show that scan order critically affects performance by altering spatial adjacency, fracturing object continuity, and amplifying degradation under geometric transformations such as rotation. We present {\bf Partial RIng Scan Mamba (PRISMamba)}, a rotation-robust traversal that partitions an image into concentric rings, performs order-agnostic aggregation within each ring, and propagates context across rings through a set of short radial SSMs. Efficiency is further improved via partial channel filtering, which routes only the most informative channels through the recurrent ring pathway while keeping the rest on a lightweight residual branch. On ImageNet-1K, PRISMamba achieves 84.5% Top-1 with 3.9G FLOPs and 3,054 img/s on A100, outperforming VMamba in both accuracy and throughput while requiring fewer FLOPs. It also maintains performance under rotation, whereas fixed-path scans drop by 1–2%. These results highlight scan-order design, together with channel filtering, as a crucial, underexplored factor for accuracy, efficiency, and rotation robustness in Vision SSMs. Code will be released upon acceptance.
BibTeX
@inproceedings{
hsieh2026partial,
title={Partial Ring Scan: Revisiting Scan Order in Vision State Space Models},
author={Yi-Kuan Hsieh and Kuan-Chuan Peng and Xin Li and Ming-Ching Chang and Yu-Chee Tseng and Jun Wei Hsieh},
booktitle={Forty-third International Conference on Machine Learning},
year={2026},
url={https://openreview.net/forum?id=3DiK7Z4ZM8}
}