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

TL;DR
This paper introduces PRISMamba, a rotation-robust, efficient scan order method for Vision State Space Models that improves accuracy, robustness to rotation, and computational efficiency on image classification tasks.
Contribution
The paper proposes a novel scan order, Partial Ring Scan, and channel filtering techniques to enhance rotation robustness and efficiency in Vision SSMs.
Findings
PRISMamba achieves 84.5% Top-1 accuracy on ImageNet-1K.
It maintains performance under rotation, unlike fixed-path scans.
PRISMamba outperforms VMamba in accuracy and throughput with fewer FLOPs.
Abstract
State Space Models (SSMs) have emerged as efficient alternatives to attention for vision tasks, offering lineartime 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 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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Vision and Imaging · Advanced Memory and Neural Computing · Advanced Neural Network Applications
