paper-with-me

홈 › Papers

Bilinear Sequence Regression: A Model for Learning from Long Sequences of High-dimensional Tokens

2024-10-24 · Vittorio Erba, Emanuele Troiani, Luca Biggio, Antoine Maillard, Lenka Zdeborová

Current progress in artificial intelligence is centered around so-called large language models that consist of neural networks processing long sequences of high-dimensional vectors called tokens. Statistical physics provides powerful tools to study the functioning of learning with neural networks and has played a recognized role in the development of modern machine learning. The statistical physics approach relies on simplified and analytically tractable models of data. However, simple tractable models for long sequences of high-dimensional tokens are largely underexplored. Inspired by the crucial role models such as the single-layer teacher-student perceptron (aka generalized linear regression) played in the theory of fully connected neural networks, in this paper, we introduce and study the bilinear sequence regression (BSR) as one of the most basic models for sequences of tokens. We note that modern architectures naturally subsume the BSR model due to the skip connections. Building on recent methodological progress, we compute the Bayes-optimal generalization error for the model in the limit of long sequences of high-dimensional tokens, and provide a message-passing algorithm that matches this performance. We quantify the improvement that optimal learning brings with respect to vectorizing the sequence of tokens and learning via simple linear regression. We also unveil surprising properties of the gradient descent algorithms in the BSR model.

📄 PDF Abstract BibTeX arXiv:2410.18858

Code (1)

SPOC-group/bilinear-sequence-regression 공식 구현 pytorch

Tasks

regression

Similar Papers 제목 키워드 기반

Multi-behavioral Sequential Prediction with Recurrent Log-bilinear Model

2017-01-27 · Liu Qiang, Wu Shu, Wang Liang

With the rapid growth of Internet applications, sequential prediction in collaborative filtering has become an emerging and crucial task. Given the behavioral history of a specific user, predicting his or her next choice…

Collaborative FilteringPositionPrediction

Bilinear classifiers for visual recognition

2009-12-01 · NeurIPS 2009 12 · Hamed Pirsiavash, Deva Ramanan, Charless C. Fowlkes

We describe an algorithm for learning bilinear SVMs. Bilinear classifiers are a discriminative variant of bilinear models, which capture the dependence of data on multiple factors. Such models are particularly appropriat…

Action ClassificationGeneral ClassificationTransfer Learning

Field-Aware RankMixer with Dual-Stream Bilinear Fusion for the Tencent UNI-REC Challenge

2026-07-17 · Yufeng Zhang, Zhengqi Xu, Jiajun Cui arxiv

This paper presents our solution to the KDD Cup 2026 Tencent UNIREC Challenge. The task requires joint modeling of multi-domain user behavior sequences and non-sequential multi-field features for target-ad pCVR predictio…

Fundamental Limits of Matrix Sensing: Exact Asymptotics, Universality, and Applications

2025-03-18 · Yizhou Xu, Antoine Maillard, Lenka Zdeborová, Florent Krzakala

In the matrix sensing problem, one wishes to reconstruct a matrix from (possibly noisy) observations of its linear projections along given directions. We consider this model in the high-dimensional limit: while previous …

Denoising

SutraNets: Sub-series Autoregressive Networks for Long-Sequence, Probabilistic Forecasting

2023-12-22 · NeurIPS 2023 11 · Shane Bergsma, Timothy Zeyl, Lei Guo

We propose SutraNets, a novel method for neural probabilistic forecasting of long-sequence time series. SutraNets use an autoregressive generative model to factorize the likelihood of long sequences into products of cond…

Time Series