paper-with-me

Papers

CLIPPER+: A Fast Maximal Clique Algorithm for Robust Global Registration

2024-02-23 · Kaveh Fathian, Tyler Summers

We present CLIPPER+, an algorithm for finding maximal cliques in unweighted graphs for outlier-robust global registration. The registration problem can be formulated as a graph and solved by finding its maximum clique. This formulation leads to extreme robustness to outliers; however, finding the maximum clique is an NP-hard problem, and therefore approximation is required in practice for large-size problems. The performance of an approximation algorithm is evaluated by its computational complexity (the lower the runtime, the better) and solution accuracy (how close the solution is to the maximum clique). Accordingly, the main contribution of CLIPPER+ is outperforming the state-of-the-art in accuracy while maintaining a relatively low runtime. CLIPPER+ builds on prior work (CLIPPER [1] and PMC [2]) and prunes the graph by removing vertices that have a small core number and cannot be a part of the maximum clique. This will result in a smaller graph, on which the maximum clique can be estimated considerably faster. We evaluate the performance of CLIPPER+ on standard graph benchmarks, as well as synthetic and real-world point cloud registration problems. These evaluations demonstrate that CLIPPER+ has the highest accuracy and can register point clouds in scenarios where over $99\%$ of associations are outliers. Our code and evaluation benchmarks are released at https://github.com/ariarobotics/clipperp.

📄 PDF Abstract BibTeX arXiv:2402.15464

Code (1)

ariarobotics/clipperp 공식 구현

Tasks

Point Cloud Registration

Similar Papers 제목 키워드 기반

CLIPPER: Robust Data Association without an Initial Guess

2024-02-11 · Parker C. Lusk, Jonathan P. How

Identifying correspondences in noisy data is a critically important step in estimation processes. When an informative initial estimation guess is available, the data association challenge is less acute; however, the exis…

Point Cloud Registration

Faster maximal clique enumeration in large real-world link streams

2023-02-01 · Alexis Baudin, Clémence Magnien, Lionel Tabourier

Link streams offer a good model for representing interactions over time. They consist of links $(b,e,u,v)$, where $u$ and $v$ are vertices interacting during the whole time interval $[b,e]$. In this paper, we deal with t…

TurboReg: TurboClique for Robust and Efficient Point Cloud Registration

2025-07-02 · Shaocheng Yan, Pengcheng Shi, Zhenjun Zhao, Kaixin Wang 외 arxiv

Robust estimation is essential in correspondence-based Point Cloud Registration (PCR). Existing methods using maximal clique search in compatibility graphs achieve high recall but suffer from exponential time complexity,…

Point Cloud Registration

BBK: a simpler, faster algorithm for enumerating maximal bicliques in large sparse bipartite graphs

2024-05-07 · Alexis Baudin, Clémence Magnien, Lionel Tabourier

Bipartite graphs are a prevalent modeling tool for real-world networks, capturing interactions between vertices of two different types. Within this framework, bicliques emerge as crucial structures when studying dense su…

Node Classification via Simplicial Interaction with Augmented Maximal Clique Selection

2025-09-28 · Eunho Koo, Tongseok Lim arxiv

Considering higher-order interactions allows for a more comprehensive understanding of network structures beyond simple pairwise connections. While leveraging all cliques in a network to handle higher-order interactions …

Node Classification