paper-with-me

홈 › Papers

Autocorrelation Matters: Understanding the Role of Initialization Schemes for State Space Models

2024-11-29 · Fusheng Liu, Qianxiao Li

Current methods for initializing state space model (SSM) parameters primarily rely on the HiPPO framework \citep{gu2023how}, which is based on online function approximation with the SSM kernel basis. However, the HiPPO framework does not explicitly account for the effects of the temporal structures of input sequences on the optimization of SSMs. In this paper, we take a further step to investigate the roles of SSM initialization schemes by considering the autocorrelation of input sequences. Specifically, we: (1) rigorously characterize the dependency of the SSM timescale on sequence length based on sequence autocorrelation; (2) find that with a proper timescale, allowing a zero real part for the eigenvalues of the SSM state matrix mitigates the curse of memory while still maintaining stability at initialization; (3) show that the imaginary part of the eigenvalues of the SSM state matrix determines the conditioning of SSM optimization problems, and uncover an approximation-estimation tradeoff when training SSMs with a specific class of target functions.

📄 PDF Abstract BibTeX arXiv:2411.19455

Code (0)

등록된 구현이 없습니다.

Tasks

State Space Models

Similar Papers 제목 키워드 기반

Where You Place the Norm Matters: From Prejudiced to Neutral Initializations

2025-05-16 · Emanuele Francazi, Francesco Pinto, Aurelien Lucchi, Marco Baity-Jesi

Normalization layers, such as Batch Normalization and Layer Normalization, are central components in modern neural networks, widely adopted to improve training stability and generalization. While their practical effectiv…

How You Start Matters for Generalization

2022-06-17 · Sameera Ramasinghe, Lachlan MacDonald, Moshiur Farazi, Hemanth Saratchandran 외

Characterizing the remarkable generalization properties of over-parameterized neural networks remains an open problem. In this paper, we promote a shift of focus towards initialization rather than neural architecture or …

Small random initialization is akin to spectral learning: Optimization and generalization guarantees for overparameterized low-rank matrix reconstruction

2021-06-28 · NeurIPS 2021 12 · Dominik Stöger, Mahdi Soltanolkotabi

Recently there has been significant theoretical progress on understanding the convergence and generalization of gradient-based methods on nonconvex losses with overparameterized models. Nevertheless, many aspects of opti…

Uncovering the Spectral Bias in Diagonal State Space Models

2025-08-28 · Ruben Solozabal, Velibor Bojkovic, Hilal AlQuabeh, Kentaro Inui 외 arxiv

Current methods for initializing state space models (SSMs) parameters mainly rely on the \textit{HiPPO framework}, which is based on an online approximation of orthogonal polynomials. Recently, diagonal alternatives have…

Is Feature Diversity Necessary in Neural Network Initialization?

2019-12-11 · Yaniv Blumenfeld, Dar Gilboa, Daniel Soudry

Standard practice in training neural networks involves initializing the weights in an independent fashion. The results of recent work suggest that feature "diversity" at initialization plays an important role in training…

DiversityGPU