paper-with-me

Papers

Nonnegative Tensor Completion via Integer Optimization

2021-11-08 · Caleb Bugg, Chen Chen, Anil Aswani

Unlike matrix completion, tensor completion does not have an algorithm that is known to achieve the information-theoretic sample complexity rate. This paper develops a new algorithm for the special case of completion for nonnegative tensors. We prove that our algorithm converges in a linear (in numerical tolerance) number of oracle steps, while achieving the information-theoretic rate. Our approach is to define a new norm for nonnegative tensors using the gauge of a particular 0-1 polytope; integer linear programming can, in turn, be used to solve linear separation problems over this polytope. We combine this insight with a variant of the Frank-Wolfe algorithm to construct our numerical algorithm, and we demonstrate its effectiveness and scalability through computational experiments using a laptop on tensors with up to one-hundred million entries.

📄 PDF Abstract BibTeX arXiv:2111.04580

Code (1)

wenhaop/tensorcomp

Tasks

Matrix Completion

Similar Papers 제목 키워드 기반

Nonnegative Low-Rank Tensor Completion via Dual Formulation with Applications to Image and Video Completion

2023-05-13 · Tanmay Kumar Sinha, Jayadev Naram, Pawan Kumar

Recent approaches to the tensor completion problem have often overlooked the nonnegative structure of the data. We consider the problem of learning a nonnegative low-rank tensor, and using duality theory, we propose a no…

Image Inpainting

Accelerated Stochastic Gradient for Nonnegative Tensor Completion and Parallel Implementation

2021-09-20 · Ioanna Siaminou, Ioannis Marios Papagiannakos, Christos Kolomvakis, Athanasios P. Liavas

We consider the problem of nonnegative tensor completion. We adopt the alternating optimization framework and solve each nonnegative matrix completion problem via a stochastic variation of the accelerated gradient algori…

Matrix Completion

Accelerated Nonnegative Tensor Completion via Integer Programming

2022-11-28 · Wenhao Pan, Anil Aswani, Chen Chen

The problem of tensor completion has applications in healthcare, computer vision, and other domains. However, past approaches to tensor completion have faced a tension in that they either have polynomial-time computation…

Sparse Nonnegative Tensor Factorization and Completion with Noisy Observations

2020-07-21 · Xiongjun Zhang, Michael K. Ng

In this paper, we study the sparse nonnegative tensor factorization and completion problem from partial and noisy observations for third-order tensors. Because of sparsity and nonnegativity, the underlying tensor is deco…

Denoising

Tensor Completion via Integer Optimization

2024-02-06 · Xin Chen, Sukanya Kudva, Yongzheng Dai, Anil Aswani 외

The main challenge with the tensor completion problem is a fundamental tension between computation power and the information-theoretic sample complexity rate. Past approaches either achieve the information-theoretic rate…