Hyena Operator for Fast Sequential Recommendation
Jiahao Liu, Lin Li, Zhiyuan Li, Kaixi Hu, Kaize Shi, Jingling Yuan

TL;DR
HyenaRec introduces a scalable, efficient sequential recommender that combines polynomial kernel parameterization with gated convolutions, outperforming traditional attention-based models especially on long user sequences.
Contribution
The paper presents HyenaRec, a novel hybrid architecture using polynomial kernels and gating to improve long-sequence recommendation efficiency and accuracy.
Findings
HyenaRec outperforms baselines in ranking accuracy across datasets.
It trains up to 6 times faster than attention-based models.
Maintains efficiency and accuracy on long user sequences.
Abstract
Sequential recommendation models, particularly those based on attention, achieve strong accuracy but incur quadratic complexity, making long user histories prohibitively expensive. Sub-quadratic operators such as Hyena provide efficient alternatives in language modeling, but their potential in recommendation remains underexplored. We argue that Hyena faces challenges in recommendation due to limited representation capacity on sparse, long user sequences. To address these challenges, we propose HyenaRec, a novel sequential recommender that integrates polynomial-based kernel parameterization with gated convolutions. Specifically, we design convolutional kernels using Legendre orthogonal polynomials, which provides a smooth and compact basis for modeling long-term temporal dependencies. A complementary gating mechanism captures fine-grained short-term behavioral bursts, yielding a hybrid…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRecommender Systems and Techniques · Explainable Artificial Intelligence (XAI) · Topic Modeling
