菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-02-24
📄 Abstract - HiPPO Zoo: Explicit Memory Mechanisms for Interpretable State Space Models

Representing the past in a compressed, efficient, and informative manner is a central problem for systems trained on sequential data. The HiPPO framework, originally proposed by Gu & Dao et al., provides a principled approach to sequential compression by projecting signals onto orthogonal polynomial (OP) bases via structured linear ordinary differential equations. Subsequent works have embedded these dynamics in state space models (SSMs), where HiPPO structure serves as an initialization. Nonlinear successors of these SSM methods such as Mamba are state-of-the-art for many tasks with long-range dependencies, but the mechanisms by which they represent and prioritize history remain largely implicit. In this work, we revisit the HiPPO framework with the goal of making these mechanisms explicit. We show how polynomial representations of history can be extended to support capabilities of modern SSMs such as adaptive allocation of memory and associative memory while retaining direct interpretability in the OP basis. We introduce a unified framework comprising five such extensions, which we collectively refer to as a "HiPPO zoo." Each extension exposes a specific modeling capability through an explicit, interpretable modification of the HiPPO framework. The resulting models adapt their memory online and train in streaming settings with efficient updates. We illustrate the behaviors and modeling advantages of these extensions through a range of synthetic sequence modeling tasks, demonstrating that capabilities typically associated with modern SSMs can be realized through explicit, interpretable polynomial memory structures.

顶级标签: theory model training machine learning
详细标签: state space models sequential modeling memory mechanisms interpretability polynomial bases 或 搜索:

HiPPO动物园:为可解释状态空间模型设计的显式记忆机制 / HiPPO Zoo: Explicit Memory Mechanisms for Interpretable State Space Models


1️⃣ 一句话总结

这篇论文提出了一套名为‘HiPPO动物园’的显式、可解释的记忆机制,让现代序列模型能够像人一样,在理解长文本时动态调整对过去信息的关注重点,同时保持其决策过程的透明性。

源自 arXiv: 2602.21340