Simple and Nearly-Optimal Sampling for Rank-1 Tensor Completion via Gauss-Jordan
Alejandro Gomez-Leos, Oscar L\'opez

TL;DR
This paper introduces a simple, nearly-optimal algorithm based on Gauss-Jordan elimination for completing rank-1 tensors from sampled entries, achieving lower sample complexity and computational efficiency than previous methods.
Contribution
The paper presents a novel, efficient Gauss-Jordan-based algorithm for rank-1 tensor completion with improved sample complexity bounds and simplicity over prior approaches.
Findings
Uses no more than O(d^2 log d) samples for N=Θ(1)
Runs in O(md^2) time, where m is the number of samples
Any algorithm requires at least Ω(d log d) samples
Abstract
We revisit the sample and computational complexity of completing a rank-1 tensor in , given a uniformly sampled subset of its entries. We present a characterization of the problem (i.e. nonzero entries) which admits an algorithm amounting to Gauss-Jordan on a pair of random linear systems. For example, when , we prove it uses no more than samples and runs in time. Moreover, we show any algorithm requires samples. By contrast, existing upper bounds on the sample complexity are at least as large as , where can be in the worst case. Prior work obtained these looser guarantees in higher rank versions of our problem, and tend to involve more complicated algorithms.
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTensor decomposition and applications
