Find the whitepaper here: arXiv preprint
Although does not appear in the paper, we call this project WHippo, in a sense that it extends the idea of the pioneer SSM paper HiPPO (NeurIPS 2020) to 2D (Width and Height).
What makes even more sense is that the biological classification of hippo is called Whippomorpha, which is a class of mammals that includes whales and hippos.
So, Whippo can be viewed as a superclass (or generalization) of Hippo!
What we came up with & what you can do with it
The update rule we newly derived in the paper is expressed in a quite simple way:
where is a discretized matrix formed by a structured matrix .
This update rule is realized in a form of regularization function :
where is a feature extractor that takes images with different level of blur .
With this loss being applied properly, you can see the channels of image feature behaving like image frequency components. For example, you can do something like below just by controlling channels of an image feature.
This loss happens to improve generation quality of a tokenizer too.
If you are interested in how it works, we encourage you to…
check out the related blog posts:
- Towards 2-Dimensional State-Space Models (1): Intro
- Towards 2-Dimensional State-Space Models (2): WHippo
- Towards 2-Dimensional State-Space Models (3): State-Space Regularization
or
read the whitepaper here: arXiv preprint.
Abstract
Image tokenizers play a central role in modern generative models, where the structure of the latent space critically determines the downstream generation performance. A key but underexplored property of effective latent representations is spectral organization, the ability to encode information across frequency components. In this work, we introduce structured state-space regularization, a principled approach to inducing spectral structure in latent spaces. We derive a regularization objective by revisiting state-space models (SSMs) as systems mimicking a basis function’s behavior. This perspective reveals that hidden states of SSMs are induced to capture the frequency components, resulting in a novel regularizer that enforces the latent space to capture spectral structure of images. Experiments demonstrate that our regularizer improves the generative performance of image tokenizers while incurring only minimal loss in their reconstruction fidelity.



