paper-with-me

Papers

A Parallel Projection Method for Metric Constrained Optimization

2019-01-29 · Cameron Ruggles, Nate Veldt, David F. Gleich

Many clustering applications in machine learning and data mining rely on solving metric-constrained optimization problems. These problems are characterized by $O(n^3)$ constraints that enforce triangle inequalities on distance variables associated with $n$ objects in a large dataset. Despite its usefulness, metric-constrained optimization is challenging in practice due to the cubic number of constraints and the high-memory requirements of standard optimization software. Recent work has shown that iterative projection methods are able to solve metric-constrained optimization problems on a much larger scale than was previously possible, thanks to their comparatively low memory requirement. However, the major limitation of projection methods is their slow convergence rate. In this paper we present a parallel projection method for metric-constrained optimization which allows us to speed up the convergence rate in practice. The key to our approach is a new parallel execution schedule that allows us to perform projections at multiple metric constraints simultaneously without any conflicts or locking of variables. We illustrate the effectiveness of this execution schedule by implementing and testing a parallel projection method for solving the metric-constrained linear programming relaxation of correlation clustering. We show numerous experimental results on problems involving up to 2.9 trillion constraints.

📄 PDF Abstract BibTeX arXiv:1901.10084

Code (1)

camruggles/ParallelDykstras 공식 구현

Tasks

Clustering

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

Vectorizing Projection in Manifold-Constrained Motion Planning for Real-Time Whole-Body Control

2026-04-14 · Shrutheesh R Iyer, I-Chia Chang, Andrew Z. Liu, Yan Gu 외 arxiv

Many robot planning tasks require satisfaction of one or more constraints throughout the entire trajectory. For geometric constraints, manifold-constrained motion planning algorithms are capable of planning collision-fre…

Motion Planning

Parallel Whale Optimization Algorithm for Solving Constrained and Unconstrained Optimization Problems

2018-06-21 · Sauber Amr M., Nasef Mohammed M., Houssein Essam H., Hassanien Aboul Ella

Recently the engineering optimization problems require large computational demands and long solution time even on high multi-processors computational devices. In this paper, an OpenMP inspired parallel version of the wha…

A Richer Theory of Convex Constrained Optimization with Reduced Projections and Improved Rates

2016-08-11 · ICML 2017 8 · Tianbao Yang, Qihang Lin, Lijun Zhang

This paper focuses on convex constrained optimization problems, where the solution is subject to a convex inequality constraint. In particular, we aim at challenging problems for which both projection into the constraine…

Metric Learning

A Projection Method for Metric-Constrained Optimization

2018-06-05 · Nate Veldt, David Gleich, Anthony Wirth, James Saunderson

We outline a new approach for solving optimization problems which enforce triangle inequalities on output variables. We refer to this as metric-constrained optimization, and give several examples where problems of this f…

ClusteringGraph Clustering

NLPOpt-Net: A Learning Method for Nonlinear Optimization with Feasibility Guarantees

2026-04-30 · Bimol Nath Roy, Rahul Golder, MM Faruque Hasan arxiv

Nonlinear Parametric Optimization Network (NLPOpt-Net) is an unsupervised learning architecture to solve constrained nonlinear programs (NLP). Given the structure of an NLP, it learns the parametric solution maps with gu…