English

On the Parameterized Intractability of Determinant Maximization

Data Structures and Algorithms 2024-02-20 v3 Discrete Mathematics

Abstract

In the Determinant Maximization problem, given an n×nn\times n positive semi-definite matrix A\bf{A} in Qn×n\mathbb{Q}^{n\times n} and an integer kk, we are required to find a k×kk\times k principal submatrix of A\bf{A} having the maximum determinant. This problem is known to be NP-hard and further proven to be W[1]-hard with respect to kk by Koutis. However, there is still room to explore its parameterized complexity in the restricted case, in the hope of overcoming the general-case parameterized intractability. In this study, we rule out the fixed-parameter tractability of Determinant Maximization even if an input matrix is extremely sparse or low rank, or an approximate solution is acceptable. We first prove that Determinant Maximization is NP-hard and W[1]-hard even if an input matrix is an arrowhead matrix; i.e., the underlying graph formed by nonzero entries is a star, implying that the structural sparsity is not helpful. By contrast, Determinant Maximization is known to be solvable in polynomial time on tridiagonal matrices. Thereafter, we demonstrate the W[1]-hardness with respect to the rank rr of an input matrix. Our result is stronger than Koutis' result in the sense that any k×kk\times k principal submatrix is singular whenever k>rk>r. We finally give evidence that it is W[1]-hard to approximate Determinant Maximization parameterized by kk within a factor of 2ck2^{-c\sqrt{k}} for some universal constant c>0c>0. Our hardness result is conditional on the Parameterized Inapproximability Hypothesis posed by Lokshtanov, Ramanujan, Saurab, and Zehavi, which asserts that a gap version of Binary Constraint Satisfaction Problem is W[1]-hard. To complement this result, we develop an ε\varepsilon-additive approximation algorithm that runs in εr2rO(r3)nO(1)\varepsilon^{-r^2}\cdot r^{O(r^3)}\cdot n^{O(1)} time for the rank rr of an input matrix, provided that the diagonal entries are bounded.

Keywords

Cite

@article{arxiv.2209.12519,
  title  = {On the Parameterized Intractability of Determinant Maximization},
  author = {Naoto Ohsaka},
  journal= {arXiv preprint arXiv:2209.12519},
  year   = {2024}
}

Comments

35 pages. Accepted to Algorithmica. A preliminary version appeared in Proc. 33rd Int. Symp. on Algorithms and Computation (ISAAC), 2022

R2 v1 2026-06-28T02:05:11.097Z