中文

On the Complexity of Entrywise Power Matrix Factorization

计算复杂性 2026-07-06 v1 信息检索 组合数学 机器学习

摘要

Given a nonnegative matrix XX, a factorization rank rr and a real parameter pp, entrywise power matrix factorization (EPMF) looks for a low-rank matrix XrX_r such that X=XrpX = |X_r|^{\circ p} (exact case) or XXrpX \approx |X_r|^{\circ p} (approximate case), where ()p(\cdot)^{\circ p} denotes the component-wise exponent. EPMF includes the modulus model (p=1p=1) and component-wise square factorization (p=2p=2) 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 XX to obtain a rank-rr matrix, which we refer to as the signing problem. We first show that the signing problem, and hence exact EPMF, is strongly NP-hard, improving a weak NP-hardness result for the square-root-rank of Fawzi et al. (Math. Prog., 2015). We then show that the signing problem can be solved in polynomial-time when rr is fixed. Moreover, when the rank rr is part of the input, we show that for generic matrices the algorithm is fixed-parameter tractable (FPT) in the parameter rr; in fact, the running time is linear in the input size XX. In the approximate case using the Frobenius norm as an error measure, we show that EPMF is NP-hard, already when r=2r=2, the smallest nontrivial case.

引用

@article{arxiv.2607.04875,
  title  = {On the Complexity of Entrywise Power Matrix Factorization},
  author = {Nicolas Gillis and Subhayan Saha and Stefano Sicilia and Arnaud Vandaele},
  journal= {arXiv preprint arXiv:2607.04875},
  year   = {2026}
}

备注

27 pages, code available from https://gitlab.com/ngillis/rank-r_signing/