Thank you for your feedback on our submission. Please see our specific response to your concerns below, and please see the global comment for general concerns shared amongst reviewers.
- “Limitation of rotation matrix parameterization: I think there would be drawback with constraining state transformation matrix to be rotation matrix, which might limit expression power of the model.”
- The reviewer raises a valid question. Our experimental evidence highlights that by constraining the hidden states we achieve competitive performance with prior non-constrained long sequence models. This suggests that constraining the state transition matrix does not limit the expressivity of our model. Moreover, there is theory surrounding free-groups of rotation matrices [1] that suggests that rotations could be general enough to uniquely encode arbitrary sequences of inputs. However, to unlock to full encoding power of these methods, one may need to turn to input-dependent transformations, as is seen in Mamba and Griffin, for example. However, as this is a significant extension to the vanilla RotRNN algorithm, we leave this study for future work.
- “Potential drawback of explicit normalization method: It is unclear that whether the explicit normalization method is beneficial for performance. I understand that this method constrains the operation to target a specific range of dependency based on the trained value of gamma, so it looks constraining the model’s expressivity. Although it successfully guarantees the converged norm of hidden states during training, its performance-wise effect is not demonstrated in results. An ablation study would be helpful to see its benefit.”
- In practise we find that our normalisation scheme successfully prevents blow-ups in the magnitude of the hidden state as well as preventing vanishing gradients, whilst also achieving competitive performance on long sequence modelling tasks. We believe this to be indicative of our models expressivity. We do however appreciate the reviewers concerns about a lack of experimental evidence and will conduct further ablations in future revisions to further evaluate the impact of normalisation on our models expressivity.
- “Confronting claims: This paper argues the unnecessity of SSM model’s theory-based initialization method (HiPPO) in practice (Section 2.3). However, this paper aims to build RotRNN on rigorous theoretic backgrounds. I think those claims are confronting with each other.”
- We thank the reviewer for raising this point of concern. We don’t argue that correct initialisation is not necessary, but instead that the HiPPO initialisation scheme is overly complicated and that simpler schemes, which can still be rigorous, can be used instead. In future revisions of our work we will ensure to make this point clearer.
[1] De Groot, J. and Dekker, T. (1954). Free subgroups of the orthogonal group. Compositio Mathematica, 12:134–136.