Skip to content

Author

M. C. Qazani

2 papers indexed here

We haven’t gathered this author’s papers yet. Follow them and we’ll fetch their work.

Not the right person? Other researchers publish under this name.

Preprint Aug 2026

Mamba-based Selective State Space Modeling Improves the Accuracy-Complexity Tradeoff of SmolVLA Vision-Language-Action Experts

Vision-language-action (VLA) models face a crucial tradeoff between their task success rate and the policy-call frequency. Executing a single action per inference ($N=1$) enables accurate robot control but comes at the cost of huge compute time overheads, making real-time implementation infeasible. On the other hand, executing longer action horizons before replanning ($N\gg1$) reduces compute complexity, but inevitably degrades the system's success rate. In order to improve the VLA accuracy-complexity tradeoff, this paper investigates Mamba's selective state-space modeling as an alternative to causal self-attention within the action expert of the popular SmolVLA model, widely used as a reference model for its highly accurate yet low complexity nature. We evaluate both the Mamba- and Transformer-based experts on the widely-adopted LIBERO benchmark suites across three execution horizons $N\!\in\!\{1,25,50\}$, respectively corresponding to high, moderate and low compute complexities. Our results remarkably show that the advantage of the Mamba expert increases with the execution horizon, indicating significant success retention under long execution horizons $N = 50$ and $N = 25$. When $N = 50$ actions are executed before replanning (i.e., corresponding to feasible real-time deployment), the Mamba expert outperforms the Transformer baseline by $7.8\%$. In addition, when $N = 25$ actions are executed before replanning, our Mamba expert outperforms the Transformer baseline by $3.7\%$. Finally, under per-action replanning ($N=1$), our Mamba variant matches the Transformer-based mean success rate while significantly reducing the overall model parameter complexity by $24\%$ thanks to Mamba's compute-efficient nature.

Farida Mohsen, Thowayba M. Elkaffash, M. C. Qazani et al. · 0 citations
Open access Jul 2026

Sensor Topology-Aware Three-Branch Fusion for sEMG Gesture Recognition

Surface electromyography (sEMG) is increasingly used for gesture recognition in prosthetics, rehabilitation, and human–computer interaction. Existing architectures typically force heterogeneous sEMG features into a shared latent representation, limiting their ability to capture complementary temporal, frequency-domain, and inter-electrode spatial dependencies. To better exploit these features, this paper proposes a three-branch fusion network. Unlike many existing multi-branch methods, the proposed network explicitly models the ring arrangement of armband electrodes, capturing the adjacency information in the sensor topology that linear channel representations ignore. The temporal and spectral branches use a compact multi-scale residual structure, so this topology branch is added while maintaining modest model complexity. A reliability-aware routing mechanism then adaptively assigns fusion weights to the three branches for each sample. On NinaPro DB5 Exercise B (eight-channel lower armband), the method reaches 83.99% under subject-dependent training and 85.66% under transfer learning, exceeding prior transfer learning approaches under matched conditions. Ablation experiments confirm that the three branches contribute non-redundant information and that adaptive fusion outperforms fixed combinations. The architecture also generalizes to MyoArmbandDataset under a subject-adaptive transfer learning protocol without dataset-specific hyperparameter retuning, indicating potential for wearable gesture interfaces, rehabilitation, and prosthetic control.

Luoqi Cui, Yong Liu, Hadi Fathollahi Abdar et al. · 0 citations