Approximating Matrix p-norms
Aditya Bhaskara, Aravindan Vijayaraghavan

TL;DR
This paper studies the computational complexity of approximating matrix p-norms, providing efficient algorithms for non-negative matrices and proving NP-hardness for general cases, with applications to oblivious routing schemes.
Contribution
It introduces an efficient fixed point iteration algorithm for non-negative matrices and establishes NP-hardness results for general matrices, advancing understanding of p-norm approximation complexity.
Findings
Efficient algorithm for non-negative matrices with q ≥ p ≥ 1.
NP-hardness of approximating p-norms for general matrices when p,q vary.
Application to constructing oblivious routing schemes in l_p norms.
Abstract
We consider the problem of computing the q->p norm of a matrix A, which is defined for p,q \ge 1, as |A|_{q->p} = max_{x !=0 } |Ax|_p / |x|_q. This is in general a non-convex optimization problem, and is a natural generalization of the well-studied question of computing singular values (this corresponds to p=q=2). Different settings of parameters give rise to a variety of known interesting problems (such as the Grothendieck problem when p=1 and q=\infty). However, very little is understood about the approximability of the problem for different values of p,q. Our first result is an efficient algorithm for computing the q->p norm of matrices with non-negative entries, when q \ge p \ge 1. The algorithm we analyze is based on a natural fixed point iteration, which can be seen as an analog of power iteration for computing eigenvalues. We then present an application of our techniques to the…
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
TopicsComplexity and Algorithms in Graphs · Optimization and Search Problems · Advanced Graph Theory Research
