paper-with-me

홈 › Papers

VecHGrad for Solving Accurately Complex Tensor Decomposition

2019-05-24 · Jeremy Charlier, Vladimir Makarenkov

Tensor decomposition, a collection of factorization techniques for multidimensional arrays, are among the most general and powerful tools for scientific analysis. However, because of their increasing size, today's data sets require more complex tensor decomposition involving factorization with multiple matrices and diagonal tensors such as DEDICOM or PARATUCK2. Traditional tensor resolution algorithms such as Stochastic Gradient Descent (SGD), Non-linear Conjugate Gradient descent (NCG) or Alternating Least Square (ALS), cannot be easily applied to complex tensor decomposition or often lead to poor accuracy at convergence. We propose a new resolution algorithm, called VecHGrad, for accurate and efficient stochastic resolution over all existing tensor decomposition, specifically designed for complex decomposition. VecHGrad relies on gradient, Hessian-vector product and adaptive line search to ensure the convergence during optimization. Our experiments on five real-world data sets with the state-of-the-art deep learning gradient optimization models show that VecHGrad is capable of converging considerably faster because of its superior theoretical convergence rate per step. Therefore, VecHGrad targets as well deep learning optimizer algorithms. The experiments are performed for various tensor decomposition including CP, DEDICOM and PARATUCK2. Although it involves a slightly more complex update rule, VecHGrad's runtime is similar in practice to that of gradient methods such as SGD, Adam or RMSProp.

📄 PDF Abstract BibTeX arXiv:1905.12413

Code (0)

등록된 구현이 없습니다.

Tasks

Tensor Decomposition

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…
RMSProp RMSProp is an unpublished adaptive learning rate optimizer proposed by Geoff Hinton. The motivation…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Legendre Decomposition for Tensors

2018-02-13 · NeurIPS 2018 12 · Mahito Sugiyama, Hiroyuki Nakahara, Koji Tsuda

We present a novel nonnegative tensor decomposition method, called Legendre decomposition, which factorizes an input tensor into a multiplicative combination of parameters. Thanks to the well-developed theory of informat…

Tensor Decomposition

User-Device Authentication in Mobile Banking using APHEN for Paratuck2 Tensor Decomposition

2019-05-23 · Jeremy Charlier, Eric Falk, Radu State, Jean Hilger

The new financial European regulations such as PSD2 are changing the retail banking services. Noticeably, the monitoring of the personal expenses is now opened to other institutions than retail banks. Nonetheless, the re…

Tensor Decomposition

Global and Local Structure Learning for Sparse Tensor Completion

2025-03-26 · Dawon Ahn, Evangelos E. Papalexakis

How can we accurately complete tensors by learning relationships of dimensions along each mode? Tensor completion, a widely studied problem, is to predict missing entries in incomplete tensors. Tensor decomposition metho…

Tensor Decomposition

Tensor Decomposition for Model Reduction in Neural Networks: A Review

2023-04-26 · Xingyi Liu, Keshab K. Parhi

Modern neural networks have revolutionized the fields of computer vision (CV) and Natural Language Processing (NLP). They are widely used for solving complex CV tasks and NLP tasks such as image classification, image gen…

image-classificationImage ClassificationImage GenerationMachine Translation+1

Alternating linear scheme in a Bayesian framework for low-rank tensor approximation

2020-12-21 · Clara Menzen, Manon Kok, Kim Batselier

Multiway data often naturally occurs in a tensorial format which can be approximately represented by a low-rank tensor decomposition. This is useful because complexity can be significantly reduced and the treatment of la…

Bayesian InferenceTensor DecompositionUncertainty Quantification