paper-with-me

홈 › Papers

Finding Geometric Models by Clustering in the Consensus Space

2021-03-25 · CVPR 2023 1 · Daniel Barath, Denys Rozumny, Ivan Eichhardt, Levente Hajder, Jiri Matas

We propose a new algorithm for finding an unknown number of geometric models, e.g., homographies. The problem is formalized as finding dominant model instances progressively without forming crisp point-to-model assignments. Dominant instances are found via a RANSAC-like sampling and a consolidation process driven by a model quality function considering previously proposed instances. New ones are found by clustering in the consensus space. This new formulation leads to a simple iterative algorithm with state-of-the-art accuracy while running in real-time on a number of vision problems - at least two orders of magnitude faster than the competitors on two-view motion estimation. Also, we propose a deterministic sampler reflecting the fact that real-world data tend to form spatially coherent structures. The sampler returns connected components in a progressively densified neighborhood-graph. We present a number of applications where the use of multiple geometric models improves accuracy. These include pose estimation from multiple generalized homographies; trajectory estimation of fast-moving objects; and we also propose a way of using multiple homographies in global SfM algorithms. Source code: https://github.com/danini/clustering-in-consensus-space.

📄 PDF Abstract BibTeX arXiv:2103.13875

Code (1)

danini/clustering-in-consensus-space 공식 구현

Tasks

ClusteringMotion EstimationPose Estimation

Similar Papers 제목 키워드 기반

Asymptotic Behavior of Mean Partitions in Consensus Clustering

2015-12-18 · Brijnesh Jain

Although consistency is a minimum requirement of any estimator, little is known about consistency of the mean partition approach in consensus clustering. This contribution studies the asymptotic behavior of mean partitio…

Clustering

Locality Relationship Constrained Multi-view Clustering Framework

2021-07-11 · Xiangzhu Meng, Wei Wei, Wenzhe Liu

In most practical applications, it's common to utilize multiple features from different views to represent one object. Among these works, multi-view subspace-based clustering has gained extensive attention from many rese…

ClusteringMULTI-VIEW LEARNING

Deep Clustering With Consensus Representations

2022-10-13 · Lukas Miklautz, Martin Teuffenbach, Pascal Weber, Rona Perjuci 외

The field of deep clustering combines deep learning and clustering to learn representations that improve both the learned representation and the performance of the considered clustering method. Most existing deep cluster…

ClusteringClustering EnsembleDeep Clustering

Group-Invariant Subspace Clustering

2015-10-15 · Shuchin Aeron, Eric Kernfeld

In this paper we consider the problem of group invariant subspace clustering where the data is assumed to come from a union of group-invariant subspaces of a vector space, i.e. subspaces which are invariant with respect …

Clustering

Solving Soft Clustering Ensemble via $k$-Sparse Discrete Wasserstein Barycenter

2021-12-01 · NeurIPS 2021 12 · Ruizhe Qin, Mengying Li, Hu Ding

Clustering ensemble is one of the most important problems in ensemble learning. Though it has been extensively studied in the past decades, the existing methods often suffer from the issues like high computational compl…

ClusteringClustering EnsembleEnsemble Learning