A Sketching Method for Finding the Closest Point on a Convex Hull
- URL: http://arxiv.org/abs/2102.10502v1
- Date: Sun, 21 Feb 2021 03:55:18 GMT
- Title: A Sketching Method for Finding the Closest Point on a Convex Hull
- Authors: Roozbeh Yousefzadeh
- Abstract summary: We develop a sketching algorithm to find the point on the convex hull of a dataset, closest to a query point outside it.
Our method eventually leads to the optimal solution of our convex problem faster than off-the-shelf algorithms.
- Score: 0.0
- License: http://creativecommons.org/licenses/by-nc-nd/4.0/
- Abstract: We develop a sketching algorithm to find the point on the convex hull of a
dataset, closest to a query point outside it. Studying the convex hull of
datasets can provide useful information about their geometric structure and
their distribution. Many machine learning datasets have large number of samples
with large number of features, but exact algorithms in computational geometry
are usually not designed for such setting. Alternatively, the problem can be
formulated as a linear least-squares problem with linear constraints. However,
solving the problem using standard optimization algorithms can be very
expensive for large datasets. Our algorithm uses a sketching procedure to
exploit the structure of the data and unburden the optimization process from
irrelevant points. This involves breaking the data into pieces and gradually
putting the pieces back together, while improving the optimal solution using a
gradient project method that can rapidly change its active set of constraints.
Our method eventually leads to the optimal solution of our convex problem
faster than off-the-shelf algorithms.
Related papers
- Mathematical Programming Algorithms for Convex Hull Approximation with a Hyperplane Budget [0.0]
We search for a convex polyhedron with at most K faces, containing all the positive points and no negative point.
The problem is known in the literature for pure convex polyhedral approximation.
Our interest stems from its possible applications in constraint learning.
arXiv Detail & Related papers (2024-07-24T15:08:52Z) - CLIPPER: Robust Data Association without an Initial Guess [38.56736000339334]
We explore graph-theoretic formulations for data association, which do not require an initial estimation guess.
Existing graph-theoretic approaches optimize over unweighted graphs, discarding important consistency information encoded in weighted edges, and frequently attempt to solve NP-hard problems exactly.
We introduce two relaxations to this problem: a convex semidefinite relaxation which we find to be empirically tight, and a fast first-order algorithm called CLIPPER which frequently arrives at nearly-optimal solutions in milliseconds.
arXiv Detail & Related papers (2024-02-11T19:16:01Z) - Accelerating Cutting-Plane Algorithms via Reinforcement Learning
Surrogates [49.84541884653309]
A current standard approach to solving convex discrete optimization problems is the use of cutting-plane algorithms.
Despite the existence of a number of general-purpose cut-generating algorithms, large-scale discrete optimization problems continue to suffer from intractability.
We propose a method for accelerating cutting-plane algorithms via reinforcement learning.
arXiv Detail & Related papers (2023-07-17T20:11:56Z) - Learning the Positions in CountSketch [49.57951567374372]
We consider sketching algorithms which first compress data by multiplication with a random sketch matrix, and then apply the sketch to quickly solve an optimization problem.
In this work, we propose the first learning-based algorithms that also optimize the locations of the non-zero entries.
arXiv Detail & Related papers (2023-06-11T07:28:35Z) - Deterministic Nonsmooth Nonconvex Optimization [94.01526844386977]
We show that randomization is necessary to obtain a dimension-free dimension-free algorithm.
Our algorithm yields the first deterministic dimension-free algorithm for optimizing ReLU networks.
arXiv Detail & Related papers (2023-02-16T13:57:19Z) - Linearized Wasserstein dimensionality reduction with approximation
guarantees [65.16758672591365]
LOT Wassmap is a computationally feasible algorithm to uncover low-dimensional structures in the Wasserstein space.
We show that LOT Wassmap attains correct embeddings and that the quality improves with increased sample size.
We also show how LOT Wassmap significantly reduces the computational cost when compared to algorithms that depend on pairwise distance computations.
arXiv Detail & Related papers (2023-02-14T22:12:16Z) - Fast and Robust Non-Rigid Registration Using Accelerated
Majorization-Minimization [35.66014845211251]
Non-rigid registration, which deforms a source shape in a non-rigid way to align with a target shape, is a classical problem in computer vision.
Existing methods typically adopt the $ell_p$ type robust norm to measure the alignment error and regularize the smoothness of deformation.
We propose a formulation for robust non-rigid registration based on a globally smooth robust norm for alignment and regularization.
arXiv Detail & Related papers (2022-06-07T16:00:33Z) - Efficient Projection-Free Online Convex Optimization with Membership
Oracle [11.745866777357566]
We present a new reduction that turns any algorithm A defined on a Euclidean ball to an algorithm on a constrained set C contained within the ball.
Our reduction requires O(T log T) calls to a Membership Oracle on C after T rounds, and no linear optimization on C is needed.
arXiv Detail & Related papers (2021-11-10T17:22:29Z) - Hybrid Trilinear and Bilinear Programming for Aligning Partially
Overlapping Point Sets [85.71360365315128]
In many applications, we need algorithms which can align partially overlapping point sets are invariant to the corresponding corresponding RPM algorithm.
We first show that the objective is a cubic bound function. We then utilize the convex envelopes of trilinear and bilinear monomial transformations to derive its lower bound.
We next develop a branch-and-bound (BnB) algorithm which only branches over the transformation variables and runs efficiently.
arXiv Detail & Related papers (2021-01-19T04:24:23Z) - Aligning Partially Overlapping Point Sets: an Inner Approximation
Algorithm [80.15123031136564]
We propose a robust method to align point sets where there is no prior information about the value of the transformation.
Our algorithm does not need regularization on transformation, and thus can handle the situation where there is no prior information about the values of the transformations.
Experimental results demonstrate the better robustness of the proposed method over state-of-the-art algorithms.
arXiv Detail & Related papers (2020-07-05T15:23:33Z)
This list is automatically generated from the titles and abstracts of the papers in this site.
This site does not guarantee the quality of this site (including all information) and is not responsible for any consequences.