paper-with-me

Papers

A Practical Maximum Clique Algorithm for Matching with Pairwise Constraints

2019-02-05 · Álvaro Parra, Tat-Jun Chin, Frank Neumann, Tobias Friedrich, Maximilian Katzmann

A popular paradigm for 3D point cloud registration is by extracting 3D keypoint correspondences, then estimating the registration function from the correspondences using a robust algorithm. However, many existing 3D keypoint techniques tend to produce large proportions of erroneous correspondences or outliers, which significantly increases the cost of robust estimation. An alternative approach is to directly search for the subset of correspondences that are pairwise consistent, without optimising the registration function. This gives rise to the combinatorial problem of matching with pairwise constraints. In this paper, we propose a very efficient maximum clique algorithm to solve matching with pairwise constraints. Our technique combines tree searching with efficient bounding and pruning based on graph colouring. We demonstrate that, despite the theoretical intractability, many real problem instances can be solved exactly and quickly (seconds to minutes) with our algorithm, which makes our approach an excellent alternative to standard robust techniques for 3D registration.

📄 PDF Abstract BibTeX arXiv:1902.01534

Code (0)

등록된 구현이 없습니다.

Tasks

Point Cloud Registration

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

Clique-Graph Matching by Preserving Global & Local Structure

2015-06-01 · CVPR 2015 6 · Wei-Zhi Nie, An-An Liu, Zan Gao, Yu-Ting Su

This paper originally proposes the clique-graph and further presents a clique-graph matching method by preserving global and local structures. Especially, we formulate the objective function of clique-graph matching with…

Graph MatchingGraph Similarity

A Short Review on Novel Approaches for Maximum Clique Problem: from Classical algorithms to Graph Neural Networks and Quantum algorithms

2024-03-13 · Raffaele Marino, Lorenzo Buffoni, Bogdan Zavalnij

This manuscript provides a comprehensive review of the Maximum Clique Problem, a computational problem that involves finding subsets of vertices in a graph that are all pairwise adjacent to each other. The manuscript cov…

Brain EEG Time Series Selection: A Novel Graph-Based Approach for Classification

2018-01-14 · Chenglong Dai, Jia Wu, Dechang Pi, Lin Cui

Brain Electroencephalography (EEG) classification is widely applied to analyze cerebral diseases in recent years. Unfortunately, invalid/noisy EEGs degrade the diagnosis performance and most previously developed methods …

ClassificationEEGElectroencephalogram (EEG)General Classification+2

GCLIQUE: An Open Source Genetic Algorithm for the Maximum Clique Problem

2020-05-15 · journal 2020 5 · Shalin Shah

A clique in a graph is a set of vertices that are all connected to each other. A maximum clique is a clique of maximum size. A graph may have more than one maximum cliques. The problem of finding a maximum clique is a st…

C++ code

Randomized heuristic for the maximum clique problem

2016-05-01 · ResearchGate 2016 5 · Shalin Shah

A clique in a graph is a set of vertices that are all directly connected to each other i.e. a complete sub-graph. A clique of the largest size is called a maximum clique. Finding the maximum clique in a graph is an NP-ha…