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

Slot State Space Models

About

Recent State Space Models (SSMs) such as S4, S5, and Mamba have shown remarkable computational benefits in long-range temporal dependency modeling. However, in many sequence modeling problems, the underlying process is inherently modular and it is of interest to have inductive biases that mimic this modular structure. In this paper, we introduce SlotSSMs, a novel framework for incorporating independent mechanisms into SSMs to preserve or encourage separation of information. Unlike conventional SSMs that maintain a monolithic state vector, SlotSSMs maintains the state as a collection of multiple vectors called slots. Crucially, the state transitions are performed independently per slot with sparse interactions across slots implemented via the bottleneck of self-attention. In experiments, we evaluate our model in object-centric learning, 3D visual reasoning, and long-context video understanding tasks, which involve modeling multiple objects and their long-range temporal dependencies. We find that our proposed design offers substantial performance gains over existing sequence modeling methods. Project page is available at https://slotssms.github.io/

Jindong Jiang, Fei Deng, Gautam Singh, Minseung Lee, Sungjin Ahn• 2024

Related benchmarks

TaskDatasetResultRank
Snitch localizationCATER (test)
Top-1 Accuracy69.27
38
Depth EstimationWaymo--
11
Depth EstimationUT Egocentric
MSE0.464
2
Depth EstimationTikTok
MSE1.18
2
Showing 4 of 4 rows

Other info

Code

Follow for update