paper-with-me

홈 › Papers

Mimetic Initialization Helps State Space Models Learn to Recall

2024-10-14 · Asher Trockman, Hrayr Harutyunyan, J. Zico Kolter, Sanjiv Kumar, Srinadh Bhojanapalli

Recent work has shown that state space models such as Mamba are significantly worse than Transformers on recall-based tasks due to the fact that their state size is constant with respect to their input sequence length. But in practice, state space models have fairly large state sizes, and we conjecture that they should be able to perform much better at these tasks than previously reported. We investigate whether their poor copying and recall performance could be due in part to training difficulties rather than fundamental capacity constraints. Based on observations of their "attention" maps, we propose a structured initialization technique that allows state space layers to more readily mimic attention. Across a variety of architecture settings, our initialization makes it substantially easier for Mamba to learn to copy and do associative recall from scratch.

📄 PDF Abstract BibTeX arXiv:2410.11135

Code (0)

등록된 구현이 없습니다.

Tasks

MambaState Space Models

Methods 이 논문이 사용한 방법론

Mamba Foundation models, now powering most of the exciting applications in deep learning, are almost universally based on the Transformer architecture and its core attention module.…

Similar Papers 제목 키워드 기반

Mimetic Initialization of MLPs

2026-02-06 · Asher Trockman, J. Zico Kolter arxiv

Mimetic initialization uses pretrained models as case studies of good initialization, using observations of structures in trained weights to inspire new, simple initialization techniques. So far, it has been applied only…

Mimetic Initialization of Self-Attention Layers

2023-05-16 · Asher Trockman, J. Zico Kolter

It is notoriously difficult to train Transformers on small datasets; typically, large pre-trained models are instead used as the starting point. We explore the weights of such pre-trained Transformers (particularly for v…

Biomimetic Ultra-Broadband Perfect Absorbers Optimised with Reinforcement Learning

2019-10-28 · Trevon Badloe, Inki Kim, Junsuk Rho

By learning the optimal policy with a double deep Q-learning network, we design ultra-broadband, biomimetic, perfect absorbers with various materials, based the structure of a moths eye. All absorbers achieve over 90% av…

Q-Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Research on the Inverse Kinematics Prediction of a Soft Biomimetic Actuator via BP Neural Network

2021-10-26 · Huichen Ma, Junjie Zhou, Jian Zhang, Lingyu Zhang

In this work, we address the inverse kinetics problem of motion planning of soft biomimetic actuators driven by three chambers. Soft biomimetic actuators have been applied in many applications owing to their intrinsic so…

Motion PlanningPosition

Robustifying State-space Models for Long Sequences via Approximate Diagonalization

2023-10-02 · Annan Yu, Arnur Nigmetov, Dmitriy Morozov, Michael W. Mahoney 외

State-space models (SSMs) have recently emerged as a framework for learning long-range sequence tasks. An example is the structured state-space sequence (S4) layer, which uses the diagonal-plus-low-rank structure of the …

Computational EfficiencyState Space Models