Accelerated Nonnegative Tensor Completion via Integer Programming
Wenhao Pan, Anil Aswani, Chen Chen

TL;DR
This paper improves an integer programming-based algorithm for nonnegative tensor completion, achieving near-optimal sample complexity and exploring variants that enhance scalability and computational efficiency.
Contribution
It introduces and analyzes several variants of a tensor completion algorithm that maintains theoretical guarantees while potentially improving practical performance.
Findings
The original algorithm scales to 100 million entries on a personal computer.
Variants can maintain theoretical guarantees while offering faster computation.
Numerical experiments explore tradeoffs in algorithmic design choices.
Abstract
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 but require exponentially more samples than the information-theoretic rate, or they use fewer samples but require solving NP-hard problems for which there are no known practical algorithms. A recent approach, based on integer programming, resolves this tension for nonnegative tensor completion. It achieves the information-theoretic sample complexity rate and deploys the Blended Conditional Gradients algorithm, which requires a linear (in numerical tolerance) number of oracle steps to converge to the global optimum. The tradeoff in this approach is that, in the worst case, the oracle step requires solving an integer linear program. Despite this theoretical limitation,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTensor decomposition and applications · Sparse and Compressive Sensing Techniques · Advanced Optimization Algorithms Research
