We lifted 1 functions out of this paper's own repositories and ran 1 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.
| Repository | Role | Ran |
|---|---|---|
| AnnanYu/HOPE-SSM | canonical | 1 of 1 |
| Function | Status | Where it lives |
|---|---|---|
| pad_random_sequence | Ran | AnnanYu/HOPE-SSM/noisycifar_HOPE.py pointer only (licence: NONE) · get_code("40e088692f56731e") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
State-space models (SSMs) that utilize linear, time-invariant (LTI) systems are known for their effectiveness in learning long sequences. To achieve state-of-the-art performance, an SSM often needs a specifically designed initialization, and the training of state matrices is on a logarithmic scale with a very small learning rate. To understand these choices from a unified perspective, we view SSMs through the lens of Hankel operator theory. Building upon it, we develop a new parameterization scheme, called HOPE, for LTI systems that utilizes Markov parameters within Hankel operators. Our approach helps improve the initialization and training stability, leading to a more robust parameterization. We efficiently implement these innovations by nonuniformly sampling the transfer functions of LTI systems, and they require fewer parameters compared to canonical SSMs. When benchmarked against HiPPO-initialized models such as S4 and S4D, an SSM parameterized by Hankel operators demonstrates improved performance on Long-Range Arena (LRA) tasks. Moreover, our new parameterization endows the SSM with non-decaying memory within a fixed time window, which is empirically corroborated by a sequential CIFAR-10 task with padded noise.
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("2405.13975")
get_code_for_paper("2405.13975")
have("2405.13975")
Connect an agent — have() is free.