pith. sign in

arxiv: 2403.15360 · v2 · pith:EPSPJ5ZJnew · submitted 2024-03-22 · 💻 cs.CV · cs.LG· cs.SY· eess.IV· eess.SY

SiMBA: Simplified Mamba-Based Architecture for Vision and Multivariate Time series

classification 💻 cs.CV cs.LGcs.SYeess.IVeess.SY
keywords simbasequencebenchmarksmambanetworksstate-of-the-artacrossarchitecture
0
0 comments X
read the original abstract

Transformers have widely adopted attention networks for sequence mixing and MLPs for channel mixing, playing a pivotal role in achieving breakthroughs across domains. However, recent literature highlights issues with attention networks, including low inductive bias and quadratic complexity concerning input sequence length. State Space Models (SSMs) like S4 and others (Hippo, Global Convolutions, liquid S4, LRU, Mega, and Mamba), have emerged to address the above issues to help handle longer sequence lengths. Mamba, while being the state-of-the-art SSM, has a stability issue when scaled to large networks for computer vision datasets. We propose SiMBA, a new architecture that introduces Einstein FFT (EinFFT) for channel modeling by specific eigenvalue computations and uses the Mamba block for sequence modeling. Extensive performance studies across image and time-series benchmarks demonstrate that SiMBA outperforms existing SSMs, bridging the performance gap with state-of-the-art transformers. Notably, SiMBA establishes itself as the new state-of-the-art SSM on ImageNet and transfer learning benchmarks such as Stanford Car and Flower as well as task learning benchmarks as well as seven time series benchmark datasets. The project page is available on this website ~\url{https://github.com/badripatro/Simba}.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 14 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. CHASM: Cross-frequency Harmonized Axis-Separable Mixing for Spectral Token Operators

    cs.CV 2026-05 unverdicted novelty 7.0

    CHASM introduces a cross-frequency harmonized axis-separable spectral mixer using a shared channel eigenbasis plus per-frequency positive gains, yielding consistent gains over same-backbone baselines in medical and na...

  2. A Novel Schur-Decomposition-Based Weight Projection Method for Stable State-Space Neural-Network Architectures

    cs.LG 2026-05 unverdicted novelty 7.0

    A real Schur decomposition projection maps the state matrix of discrete-time state-space layers onto its nearest stable counterpart, delivering accuracy comparable to prior stable identification methods with fewer weights.

  3. GeoCert: Certified Geometric AI for Reliable Forecasting

    cs.LG 2026-04 unverdicted novelty 6.0

    GeoCert uses hyperbolic geometry to unify forecasting with physical reasoning and built-in formal certification, claiming major gains in accuracy and efficiency.

  4. NAKUL-Med: Spectral-Graph State Space Models with Dynamics Kernels for Medical Signals

    eess.SP 2026-04 unverdicted novelty 6.0

    NAKUL achieves 91.7% accuracy on motor imagery EEG with 28% fewer parameters than EEG-Conformer by using dynamic kernel generation, spectral context modeling, and graph-guided spatial attention.

  5. HAMSA: Scanning-Free Vision State Space Models via SpectralPulseNet

    cs.CV 2026-04 unverdicted novelty 6.0

    HAMSA achieves 85.7% ImageNet-1K top-1 accuracy as a spectral-domain SSM with 2.2x faster inference and lower memory than transformers or scanning-based SSMs.

  6. ABMAMBA: Multimodal Large Language Model with Aligned Hierarchical Bidirectional Scan for Efficient Video Captioning

    cs.CV 2026-04 unverdicted novelty 6.0

    ABMamba uses Mamba-based linear-complexity processing plus a novel Aligned Hierarchical Bidirectional Scan to deliver competitive video captioning on VATEX and MSR-VTT at roughly 3x higher throughput than typical Tran...

  7. UniMamba: A Unified Spatial-Temporal Modeling Framework with State-Space and Attention Integration

    cs.LG 2026-03 unverdicted novelty 6.0

    UniMamba integrates Mamba state-space dynamics with attention layers and transforms like FFT-Laplace to outperform prior models on multivariate time series forecasting benchmarks.

  8. Titans: Learning to Memorize at Test Time

    cs.LG 2024-12 unverdicted novelty 6.0

    Titans combine attention for current context with a learnable neural memory for long-term history, achieving better performance and scaling to over 2M-token contexts on language, reasoning, genomics, and time-series tasks.

  9. Graph Mamba Survival Analysis Based on Topology-Aware ordering

    cs.LG 2026-05 unverdicted novelty 5.0

    TopoMamSurv introduces topology-aware ordering and bidirectional Mamba with GCN for efficient WSI graph survival analysis, claiming performance gains on five TCGA datasets.

  10. Deep Learning Surrogates for Emulating Stochastic Climate Tipping Dynamics

    cs.LG 2026-05 unverdicted novelty 5.0

    A dynamics-informed Temporal Fusion Transformer surrogate emulates stochastic tipping events in global ocean transport simulations with 465x speedup and high-fidelity timing predictions.

  11. Dual Mamba for Node-Specific Representation Learning: Tackling Over-Smoothing with Selective State Space Modeling

    cs.LG 2025-11 unverdicted novelty 5.0

    DMbaGCN combines a local state-evolution Mamba for node-specific dynamics with a global context-aware Mamba to reduce over-smoothing in deep graph neural networks.

  12. Can Visual Mamba Improve AI-Generated Image Detection? An In-Depth Investigation

    cs.CV 2026-05 unverdicted novelty 4.0

    Benchmarks Vision Mamba variants for AI-generated image detection against CNN, ViT, and VLM detectors on diverse datasets and synthetic sources, reporting promise alongside limitations.

  13. The Hyperscale Lottery: How State-Space Models Have Sacrificed Edge Efficiency

    cs.AR 2026-04 unverdicted novelty 4.0

    Mamba-3 architectural changes optimized for hyperscale GPUs cause 28% higher edge latency at 880M parameters and 48% at 15M parameters compared to earlier versions.

  14. Advancing Intelligent Sequence Modeling: Evolution, Trade-offs, and Applications of State- Space Architectures from S4 to Mamba

    cs.LG 2025-03 unverdicted

    A survey tracing the evolution of state-space models like S4 and Mamba, their efficiency trade-offs, and applications in NLP, vision, and other domains.