3Dポイントクラウド登録の一般的なパラダイムは、3Dキーポイント対応を抽出し、堅牢なアルゴリズムを使用して対応から登録関数を推定することです。ただし、多くの既存の3Dキーポイントテクニックは、誤った対応または外れ値の大部分を生成する傾向があり、ロバストな推定のコストが大幅に増加します。別のアプローチは、登録関数を最適化せずに、ペアワイズ整合性のある対応のサブセットを直接検索することです。これにより、ペアワイズ制約とのマッチングの組み合わせ問題が発生します。本論文では、ペアワイズ制約によるマッチングを解決するための非常に効率的な最大クリークアルゴリズムを提案します。この手法では、ツリー検索と、グラフの色付けに基づく効率的な境界と枝刈りを組み合わせています。理論的な難易度にも関わらず、多くの実際の問題のインスタンスをアルゴリズムで正確かつ迅速(数秒から数分)に解決できることを実証します。
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.