Tensor-based Sequential Learning via Hankel Matrix Representation for Next Item Recommendations
Evgeny Frolov, Ivan Oseledets

TL;DR
This paper introduces a tensor factorization model using Hankel matrix representation for next item recommendation, aiming to replicate self-attention dynamics with a simpler, linear architecture.
Contribution
It proposes a novel tensor-based approach that captures sequential data structure, providing a lightweight alternative to self-attention models for recommendation tasks.
Findings
Competitive performance with neural models
Reproduces properties of self-attention networks
Simplifies architecture to shallow linear model
Abstract
Self-attentive transformer models have recently been shown to solve the next item recommendation task very efficiently. The learned attention weights capture sequential dynamics in user behavior and generalize well. Motivated by the special structure of learned parameter space, we question if it is possible to mimic it with an alternative and more lightweight approach. We develop a new tensor factorization-based model that ingrains the structural knowledge about sequential data within the learning process. We demonstrate how certain properties of a self-attention network can be reproduced with our approach based on special Hankel matrix representation. The resulting model has a shallow linear architecture and compares competitively to its neural counterpart.
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTensor decomposition and applications · Recommender Systems and Techniques
