On the Complexity of Low-Rank Matrix Signing and Entrywise Power Matrix Factorization
arXiv:2607.04875
Abstract
Given a nonnegative matrix , a factorization rank and {a positive integer }, entrywise power matrix factorization (EPMF) looks for a low-rank matrix such that (exact case) or (approximate case), where denotes the componentwise exponent. EPMF includes the modulus model () and componentwise square factorization () as special cases, the latter being closely related to the square root rank. We analyze the computational complexity of the exact decision problem and the Frobenius-norm approximation problem, and establish a complete complexity landscape. In the exact case, we show that EPMF is equivalent to the combinatorial problem of flipping the signs of the entries of a given matrix to obtain a rank- matrix, which we refer to as the low-rank matrix signing (LRMS) problem. We first show that LRMS, and hence exact EPMF, is strongly NP-hard, improving a weak NP-hardness result for the square-root-rank (Math. Prog., 2015). We then show that LRMS can be solved in polynomial time when is fixed. Moreover, when the rank is part of the input, we show that for generic matrices the algorithm is fixed-parameter tractable (FPT) in the parameter ; in fact, the running time is fixed-parameter linear in the number of entries of the input matrix. In the approximate case using the Frobenius norm as an error measure, we show that EPMF is NP-hard, already when , the smallest nontrivial case.
28 pages, new title and we refined some parts of the paper. code available from https://gitlab.com/ngillis/rank-r_signing/