English

Efficient Determinant Maximization for All Matroids

Data Structures and Algorithms 2022-11-22 v1 Combinatorics

Abstract

Determinant maximization provides an elegant generalization of problems in many areas, including convex geometry, statistics, machine learning, fair allocation of goods, and network design. In an instance of the determinant maximization problem, we are given a collection of vectors v1,,vnRdv_1,\ldots, v_n \in \mathbb{R}^d, and the goal is to pick a subset S[n]S\subseteq [n] of given vectors to maximize the determinant of the matrix iSvivi\sum_{i \in S} v_iv_i^\top, where the picked set of vectors SS must satisfy some combinatorial constraint such as cardinality constraint (Sk|S| \leq k) or matroid constraint (SS is a basis of a matroid defined on [n][n]). In this work, we give a combinatorial algorithm for the determinant maximization problem under a matroid constraint that achieves O(dO(d))O(d^{O(d)})-approximation for any matroid of rank rdr\geq d. This complements the recent result of~\cite{BrownLPST22} that achieves a similar bound for matroids of rank rdr\leq d, relying on a geometric interpretation of the determinant. Our result matches the best-known estimation algorithms~\cite{madan2020maximizing} for the problem, which could estimate the objective value but could not give an approximate solution with a similar guarantee. Our work follows the framework developed by~\cite{BrownLPST22} of using matroid intersection based algorithms for determinant maximization. To overcome the lack of a simple geometric interpretation of the objective when rdr \geq d, our approach combines ideas from combinatorial optimization with algebraic properties of the determinant. We also critically use the properties of a convex programming relaxation of the problem introduced by~\cite{madan2020maximizing}.

Keywords

Cite

@article{arxiv.2211.10507,
  title  = {Efficient Determinant Maximization for All Matroids},
  author = {Adam Brown and Aditi Laddha and Madhusudhan Pittu and Mohit Singh},
  journal= {arXiv preprint arXiv:2211.10507},
  year   = {2022}
}
R2 v1 2026-06-28T06:14:58.948Z