paper-with-me

홈 › Papers

A Sketching Method for Finding the Closest Point on a Convex Hull

2021-02-21 · Roozbeh Yousefzadeh

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.

📄 PDF Abstract BibTeX arXiv:2102.10502

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Online Dictionary Learning for Approximate Archetypal Analysis

2018-09-01 · ECCV 2018 9 · Jieru Mei, Chunyu Wang, Wen-Jun Zeng

Archetypal analysis is an unsupervised learning approach which represents data by convex combinations of a set of archetypes. The archetypes generally correspond to the extremal points in the dataset and are learned by r…

Dictionary Learning

Matching Image Sets via Adaptive Multi Convex Hull

2014-03-03 · Shaokang Chen, Arnold Wiliem, Conrad Sanderson, Brian C. Lovell

Traditional nearest points methods use all the samples in an image set to construct a single convex or affine hull model for classification. However, strong artificial features and noisy data may be generated from combin…

ARCClusteringGeneral Classification

Ellipsoidal Rounding for Nonnegative Matrix Factorization Under Noisy Separability

2013-09-23 · Tomohiko Mizutani

We present a numerical algorithm for nonnegative matrix factorization (NMF) problems under noisy separability. An NMF problem under separability can be stated as one of finding all vertices of the convex hull of data poi…

Clustering

Convex hull algorithms based on some variational models

2019-08-09 · Lingfeng Li, Shousheng Luo, Xue-Cheng Tai, Jiang Yang

Seeking the convex hull of an object is a very fundamental problem arising from various tasks. In this work, we propose two variational convex hull models using level set representation for 2-dimensional data. The first …

Memory Optimization for Convex Hull Support Point Queries

2025-09-03 · Michael Greer arxiv

This paper evaluates several improvements to the memory layout of convex hulls to improve computation times for support point queries. The support point query is a fundamental part of common collision algorithms, and the…