Fast Solutions to Projective Monotone Linear Complementarity Problems
Geoffrey J. Gordon

TL;DR
This paper introduces an efficient interior-point algorithm for solving a special class of monotone linear complementarity problems with a structured matrix, achieving faster per-iteration complexity when the matrix's rank is low.
Contribution
The paper presents a novel interior-point potential-reduction algorithm tailored for projective LCPs, reducing computational complexity per iteration compared to general methods.
Findings
Algorithm solves projective LCPs in $O(rac{1}{ oot n} \, \ln(1/\epsilon))$ iterations.
Each iteration requires $O(nk^2)$ flops, significantly less than general methods for low-rank cases.
Method works despite solutions not being confined to low-rank subspaces.
Abstract
We present a new interior-point potential-reduction algorithm for solving monotone linear complementarity problems (LCPs) that have a particular special structure: their matrix can be decomposed as , where the rank of is , and denotes Euclidean projection onto the nullspace of . We call such LCPs projective. Our algorithm solves a monotone projective LCP to relative accuracy in iterations, with each iteration requiring flops. This complexity compares favorably with interior-point algorithms for general monotone LCPs: these algorithms also require iterations, but each iteration needs to solve an system of linear equations, a much higher cost than our algorithm when . Our algorithm works even though the solution…
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
TopicsMatrix Theory and Algorithms · Advanced Optimization Algorithms Research · Tensor decomposition and applications
