Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

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

About

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}.

Badri N. Patro, Vijay S. Agneeswaran• 2024

Related benchmarks

TaskDatasetResultRank
Long-term time-series forecastingWeather
MSE0.255
348
Long-term time-series forecastingTraffic
MSE0.493
278
Long-term forecastingETTm1
MSE0.383
184
Long-term forecastingETTh1
MSE0.441
179
Long-term forecastingETTm2
MSE0.271
174
Long-term forecastingETTh2
MSE0.361
163
Long-term time-series forecastingECL
MSE0.185
134
Image ClassificationImageNet-1K 1.0 (val)
Top-1 Acc84
28
Showing 8 of 8 rows

Other info

Follow for update