paper-with-me

홈 › Papers

Approximating Semidefinite Programs in Sublinear Time

2011-12-01 · NeurIPS 2011 12 · Dan Garber, Elad Hazan

In recent years semidefinite optimization has become a tool of major importance in various optimization and machine learning problems. In many of these problems the amount of data in practice is so large that there is a constant need for faster algorithms. In this work we present the first sublinear time approximation algorithm for semidefinite programs which we believe may be useful for such problems in which the size of data may cause even linear time algorithms to have prohibitive running times in practice. We present the algorithm and its analysis alongside with some theoretical lower bounds and an improved algorithm for the special problem of supervised learning of a distance metric.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Survey of Recent Scalability Improvements for Semidefinite Programming with Applications in Machine Learning, Control, and Robotics

2019-08-14 · Anirudha Majumdar, Georgina Hall, Amir Ali Ahmadi

Historically, scalability has been a major challenge to the successful application of semidefinite programming in fields such as machine learning, control, and robotics. In this paper, we survey recent approaches for add…

BIG-bench Machine Learning

Sublinear Time Approximation of Text Similarity Matrices

2021-12-17 · Archan Ray, Nicholas Monath, Andrew McCallum, Cameron Musco

We study algorithms for approximating pairwise similarity matrices that arise in natural language processing. Generally, computing a similarity matrix for $n$ data points requires $\Omega(n^2)$ similarity computations. T…

Document ClassificationSentenceSentence Similaritytext similarity

Sketch-and-Lift: Scalable Subsampled Semidefinite Program for $K$-means Clustering

2022-01-20 · Yubo Zhuang, Xiaohui Chen, Yun Yang

Semidefinite programming (SDP) is a powerful tool for tackling a wide range of computationally hard problems such as clustering. Despite the high accuracy, semidefinite programs are often too slow in practice with poor s…

ClusteringComputational Efficiency

Sublinear Time Low-Rank Approximation of Positive Semidefinite Matrices

2017-04-11 · Cameron Musco, David P. Woodruff

We show how to compute a relative-error low-rank approximation to any positive semidefinite (PSD) matrix in sublinear time, i.e., for any $n \times n$ PSD matrix $A$, in $\tilde O(n \cdot poly(k/\epsilon))$ time we outpu…

A Fast Semidefinite Convex Relaxation for Optimal Control Problems With Spatio-Temporal Constraints

2026-01-06 · Shiying Dong, Zhipeng Shen, Rudolf Reiter, Hailong Huang 외 arxiv

Solving optimal control problems (OCPs) of autonomous agents operating under spatial and temporal constraints fast and accurately is essential in applications ranging from eco-driving of autonomous vehicles to quadrotor …

Computational EfficiencyAutonomous Vehicles