CVAIApr 22

Beyond ZOH: Advanced Discretization Strategies for Vision Mamba

arXiv:2604.2060667.5
Predicted impact top 47% in CV · last 90 daysOriginality Incremental advance
AI Analysis

This addresses a specific bottleneck in state space model-based vision architectures, providing incremental improvements through systematic comparison of discretization schemes.

The paper tackles the problem of zero-order hold discretization degrading temporal fidelity in Vision Mamba models, finding that polynomial interpolation and higher-order hold yield the largest accuracy gains while bilinear transform offers the best trade-off between precision and efficiency.

Vision Mamba, as a state space model (SSM), employs a zero-order hold (ZOH) discretization, which assumes that input signals remain constant between sampling instants. This assumption degrades temporal fidelity in dynamic visual environments and constrains the attainable accuracy of modern SSM-based vision models. In this paper, we present a systematic and controlled comparison of six discretization schemes instantiated within the Vision Mamba framework: ZOH, first-order hold (FOH), bilinear/Tustin transform (BIL), polynomial interpolation (POL), higher-order hold (HOH), and the fourth-order Runge-Kutta method (RK4). We evaluate each method on standard visual benchmarks to quantify its influence in image classification, semantic segmentation, and object detection. Our results demonstrate that POL and HOH yield the largest gains in accuracy at the cost of higher training-time computation. In contrast, the BIL provides consistent improvements over ZOH with modest additional overhead, offering the most favorable trade-off between precision and efficiency. These findings elucidate the pivotal role of discretization in SSM-based vision architectures and furnish empirically grounded justification for adopting BIL as the default discretization baseline for state-of-the-art SSM models.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes