paper-with-me

홈 › Papers

Slot State Space Models

2024-06-18 · Jindong Jiang, Fei Deng, Gautam Singh, Minseung Lee, Sungjin Ahn

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/

📄 PDF Abstract BibTeX arXiv:2406.12272

Code (1)

jindongjiang/slotssms 공식 구현 pytorch

Tasks

MambaState Space ModelsVideo PredictionVideo UnderstandingVisual Reasoning

Similar Papers 제목 키워드 기반

Contrastive Zero-Shot Learning for Cross-Domain Slot Filling with Adversarial Attack

2020-12-01 · COLING 2020 8 · Keqing He, Jinchao Zhang, Yuanmeng Yan, Weiran Xu 외

Zero-shot slot filling has widely arisen to cope with data scarcity in target domains. However, previous approaches often ignore constraints between slot value representation and related slot description representation i…

Adversarial Attackslot-fillingSlot FillingZero-Shot Learning+1

SlotGAT: Slot-based Message Passing for Heterogeneous Graph Neural Network

2024-05-03 · Ziang Zhou, Jieming Shi, Renchi Yang, Yuanhang Zou 외

Heterogeneous graphs are ubiquitous to model complex data. There are urgent needs on powerful heterogeneous graph neural networks to effectively support important applications. We identify a potential semantic mixing iss…

Graph Neural NetworkHeterogeneous Node ClassificationLink PredictionNode Classification

Leveraging External Knowledge for Out-Of-Vocabulary Entity Labeling

2019-08-26 · Adrian de Wynter, Lambert Mathias

Dealing with previously unseen slots is a challenging problem in a real-world multi-domain dialogue state tracking task. Other approaches rely on predefined mappings to generate candidate slot keys, as well as their asso…

AttributeDialogue State TrackingMulti-domain Dialogue State Tracking

Object-Centric Learning with Slot Mixture Module

2023-11-08 · Daniil Kirilenko, Vitaliy Vorobyov, Alexey K. Kovalev, Aleksandr I. Panov

Object-centric architectures usually apply a differentiable module to the entire feature map to decompose it into sets of entity representations called slots. Some of these methods structurally resemble clustering algori…

ClusteringObjectProperty Prediction

GLASS: Guided Latent Slot Diffusion for Object-Centric Learning

2025-01-01 · CVPR 2025 1 · Krishnakant Singh, Simone Schaub-Meyer, Stefan Roth

Object-centric learning aims to decompose an input image into a set of meaningful object files (slots). These latent object representations enable a variety of downstream tasks. Yet, object-centric learning struggles…

Conditional Image GenerationImage GenerationObjectObject Discovery