CVJul 18, 2025

C-DOG: Multi-View Multi-instance Feature Association Using Connected δ-Overlap Graphs

arXiv:2507.14095v2h-index: 4
Originality Incremental advance
AI Analysis

This work addresses a crucial step for scalable 3D reconstruction in practical applications, though it is incremental as it builds on existing geometrical methods.

The paper tackles the problem of multi-view multi-instance feature association in 3D reconstruction, which is challenging due to ambiguities from identical objects, by using geometrical constraints like epipolar geometry. The result is the C-DOG algorithm, which outperforms geometry-based baselines in synthetic benchmarks and remains robust under high object density, no visual features, and restricted camera overlap.

Multi-view multi-instance feature association constitutes a crucial step in 3D reconstruction, facilitating the consistent grouping of object instances across various camera perspectives. The presence of multiple identical objects within a scene often leads to ambiguities for appearance-based feature matching algorithms. Our work circumvents this challenge by exclusively employing geometrical constraints, specifically epipolar geometry, for feature association. We introduce C-DOG (Connected delta-Overlap Graph), an algorithm designed for robust geometrical feature association, even in the presence of noisy feature detections. In a C-DOG graph, two nodes representing 2D feature points from distinct views are connected by an edge if they correspond to the same 3D point. Each edge is weighted by its epipolar distance. Ideally, true associations yield a zero distance; however, noisy feature detections can result in non-zero values. To robustly retain edges where the epipolar distance is less than a threshold delta, we employ a Szymkiewicz--Simpson coefficient. This process leads to a delta-neighbor-overlap clustering of 2D nodes. Furthermore, unreliable nodes are pruned from these clusters using an Inter-quartile Range (IQR)-based criterion. Our extensive experiments on synthetic benchmarks demonstrate that C-DOG not only outperforms geometry-based baseline algorithms but also remains remarkably robust under demanding conditions. This includes scenes with high object density, no visual features, and restricted camera overlap, positioning C-DOG as an excellent solution for scalable 3D reconstruction in practical applications.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes