Fast projection onto the top-k-sum constraint
Jianting Pan, Ming Yan

TL;DR
This paper introduces a fast, sorting-free algorithm for projecting onto the top-k-sum constraint, significantly improving efficiency and scalability in high-dimensional optimization problems.
Contribution
The paper presents a novel geometric interpretation and an iterative algorithm that avoids sorting, achieving empirical linear complexity for projection tasks.
Findings
The algorithm converges globally and exactly in finite steps.
It outperforms existing methods in speed and scalability.
Empirical results show near-linear complexity across various instances.
Abstract
This paper develops an efficient algorithm for computing the Euclidean projection onto the top-k-sum constraint, a key operation in financial risk management and matrix optimization problems. Existing projection methods rely on sorting and therefore incur an initial O(nlogn) complexity, which limits their scalability in high-dimensional settings. To address this difficulty, we revisit the Karush-Kuhn-Tucker (KKT) conditions of the projection problem and introduce relaxed conditions that remain sufficient for characterizing the solution. These conditions lead to a simple geometric interpretation: finding the solutions is equivalent to locating the intersection of two monotone piecewise linear functions. Building on this insight, we propose an iterative and highly efficient algorithm that searches directly for the intersection point and completely avoids all sorting procedures. We prove…
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
TopicsConstraint Satisfaction and Optimization · Risk and Portfolio Optimization · Advanced Optimization Algorithms Research
