Structured Adaptive Tensor Prediction for Streaming Data
Researchers have proposed new machine learning methods for streaming matrix-valued prediction and structured non-exchangeable data. The methods include an adaptive tensor regression framework and a Spectral Adaptive Conformal Prediction technique.
A new adaptive tensor regression framework has been developed for streaming matrix-valued prediction, including Matrix-on-Matrix (MoM) and Tensor-on-Matrix (ToM) formulations[1]. The ToM formulation has been shown to achieve lower steady-state error and stronger denoising capability than MoM. Stochastic gradient descent (SGD) algorithms have been developed for online learning, and fixed-time recovery guarantees have been established for ToM under general low-dimensional structures. Additionally, a new method called Spectral Adaptive Conformal Prediction has been proposed for structured non-exchangeable data, which forms weighted conformal quantiles using local spectral similarity and updates the target miscoverage level online[2]. This method corrects the long-run miss rate when uncertainty changes over time. Conformal prediction typically gives prediction intervals with finite-sample coverage when data are exchangeable, but many time-indexed datasets are not exchangeable due to seasons, recurring regimes, or changing frequencies.
tool-releaseresearch-papercommentary
Background sources we checked (4)
- arxiv.org ↗ Matrix-valued time series arise in a wide range of applications, such as spatio-temporal data from medical imaging and geophysics. Existing methods are mainly designed for static settings and lack adaptability to streaming and time-varying environments. Adaptive filtering techniq…
- en.wikipedia.org ↗ Non-negative matrix factorization (NMF or NNMF), also non-negative matrix approximation is a group of algorithms in multivariate analysis and linear algebra where a matrix V is factorized into (usually) two matrices W and H, with the property that all three matrices have no negat…
- en.wikipedia.org ↗ The following outline is provided as an overview of, and topical guide to, machine learning: Machine learning (ML) is a subfield of artificial intelligence within computer science that evolved from the study of pattern recognition and computational learning theory. In 1959, Arthu…
- en.wikipedia.org ↗ In machine learning, a neural network (NN) or neural net, is a computational model inspired by the structure and functions of biological neural networks. A neural network consists of connected units or nodes called artificial neurons, which loosely model the neurons in the brain.…