Sparse One-Time Grab Sampling of Inliers
Estimating structures in "big data" and clustering them are among the most
fundamental problems in computer vision, pattern recognition, data mining, and
many other other research fields. Over the past few decades, many studies have
been conducted focusing on different aspects of these problems. One of the main
approaches that is explored in the literature to tackle the problems of size
and dimensionality is sampling subsets of the data in order to estimate the
characteristics of the whole population, e.g. estimating the underlying
clusters or structures in the data. In this paper, we propose a one-time-grab'
sampling algorithm\cite{jaberi2015swift,jaberi2018sparse}. This method can be
used as the front end to any supervised or unsupervised clustering method.
Rather than focusing on the strategy of maximizing the probability of sampling
inliers, our goal is to minimize the number of samples needed to instantiate
all underlying model instances. More specifically, our goal is to answer the
following question: {\em Given a very large population of points with $C$
embedded structures and gross outliers, what is the minimum number of points
$r$ to be selected randomly in one grab in order to make sure with probability
$P$ that at least $\varepsilon$ points are selected on each structure, where
$\varepsilon$ is the number of degrees of freedom of each structure.'}
Code (0)
등록된 구현이 없습니다.
Tasks
ClusteringSimilar Papers 제목 키워드 기반
SWIFT: Sparse Withdrawal of Inliers in a First Trial
We study the simultaneous detection of multiple structures in the presence of overwhelming number of outliers in a large population of points. Our approach reduces the problem to sampling an extremely sparse subset of th…
ClusteringRANSIC: Fast and Highly Robust Estimation for Rotation Search and Point Cloud Registration using Invariant Compatibility
Correspondence-based rotation search and point cloud registration are two fundamental problems in robotics and computer vision. However, the presence of outliers, sometimes even occupying the great majority of the putati…
Point Cloud RegistrationR-SAC: Reinforcement Sample Consensus
The rejection of outliers in observed data is the foundation for accurate model estimation. Random sample consensus (RANSAC) is a classical algorithm aiming to find the inliers for robust model estimation. After samplin…
Absolute integrability of Mercer kernels is only sufficient for RKHS stability
Reproducing kernel Hilbert spaces (RKHSs) are special Hilbert spaces in one-to-one correspondence with positive definite maps called kernels. They are widely employed in machine learning to reconstruct unknown functions …
Learning Sparse Gaussian Graphical Models with Overlapping Blocks
We present a novel framework, called GRAB (GRaphical models with overlApping Blocks), to capture densely connected components in a network estimate. GRAB takes as input a data matrix of p variables and n samples, and joi…