paper-with-me

홈 › Papers

Online Tensor Inference

2023-12-28 · Xin Wen, Will Wei Sun, Yichen Zhang

Recent technological advances have led to contemporary applications that demand real-time processing and analysis of sequentially arriving tensor data. Traditional offline learning, involving the storage and utilization of all data in each computational iteration, becomes impractical for high-dimensional tensor data due to its voluminous size. Furthermore, existing low-rank tensor methods lack the capability for statistical inference in an online fashion, which is essential for real-time predictions and informed decision-making. This paper addresses these challenges by introducing a novel online inference framework for low-rank tensor learning. Our approach employs Stochastic Gradient Descent (SGD) to enable efficient real-time data processing without extensive memory requirements, thereby significantly reducing computational demands. We establish a non-asymptotic convergence result for the online low-rank SGD estimator, nearly matches the minimax optimal rate of estimation error in offline models that store all historical data. Building upon this foundation, we propose a simple yet powerful online debiasing approach for sequential statistical inference in low-rank tensor learning. The entire online procedure, covering both estimation and inference, eliminates the need for data splitting or storing historical data, making it suitable for on-the-fly hypothesis testing. Given the sequential nature of our data collection, traditional analyses relying on offline methods and sample splitting are inadequate. In our analysis, we control the sum of constructed super-martingales to ensure estimates along the entire solution path remain within the benign region. Additionally, a novel spectral representation tool is employed to address statistical dependencies among iterative estimates, establishing the desired asymptotic normality.

📄 PDF Abstract BibTeX arXiv:2312.17111

Code (0)

등록된 구현이 없습니다.

Tasks

Decision Making

Methods 이 논문이 사용한 방법론

SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

Scalable Bayesian Non-Negative Tensor Factorization for Massive Count Data

2015-08-18 · Changwei Hu, Piyush Rai, Changyou Chen, Matthew Harding 외

We present a Bayesian non-negative tensor factorization model for count-valued tensor data, and develop scalable inference algorithms (both batch and online) for dealing with massive tensors. Our generative model can han…

Distributed Flexible Nonlinear Tensor Factorization

2016-04-27 · NeurIPS 2016 12 · Shandian Zhe, Kai Zhang, Pengyuan Wang, Kuang-Chih Lee 외

Tensor factorization is a powerful tool to analyse multi-way data. Compared with traditional multi-linear methods, nonlinear tensor factorization models are capable of capturing more complex relationships in the data. Ho…

Click-Through Rate PredictionComputational Efficiency

Automatically Differentiable Nonlinear Tensor Networks (ADNTNs) for Exponential Parameter Compression of Deep Neural Networks

2026-05-28 · Andrzej Cichocki, Michal Wietczak arxiv

Large deep neural networks are costly to store and deploy because inference must move and evaluate many parameters. This paper studies \emph{Automatically Differentiable Nonlinear Tensor Networks} (ADNTNs), compact diffe…

JULIA: Joint Multi-linear and Nonlinear Identification for Tensor Completion

2022-01-31 · Cheng Qian, Kejun Huang, Lucas Glass, Rakshith S. Srinivasa 외

Tensor completion aims at imputing missing entries from a partially observed tensor. Existing tensor completion methods often assume either multi-linear or nonlinear relationships between latent components. However, real…

Model Selection

OpEvo: An Evolutionary Method for Tensor Operator Optimization

2020-06-10 · Xiaotian Gao, Cui Wei, Lintao Zhang, Mao Yang

Training and inference efficiency of deep neural networks highly rely on the performance of tensor operators on hardware platforms. Manually optimizing tensor operators has limitations in terms of supporting new operator…