paper-with-me

Papers

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

2025-07-18 · Yung-Hong Sun, Ting-Hung Lin, Jiangang Chen, Hongrui Jiang, Yu Hen Hu arxiv

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.

📄 PDF Abstract BibTeX arXiv:2507.14095

Code (0)

등록된 구현이 없습니다.

Tasks

3D Reconstruction

Similar Papers 제목 키워드 기반

MessyTable: Instance Association in Multiple Camera Views

2020-07-29 · ECCV 2020 8 · Zhongang Cai, Junzhe Zhang, Daxuan Ren, Cunjun Yu 외

We present an interesting and challenging dataset that features a large number of scenes with messy tables captured from multiple camera views. Each scene in this dataset is highly complex, containing multiple object ins…

Learning from Synchronization: Self-Supervised Uncalibrated Multi-View Person Association in Challenging Scenes

2025-03-17 · CVPR 2025 1 · Keqi Chen, Vinkle Srivastav, Didier Mutter, Nicolas Padoy

Multi-view person association is a fundamental step towards multi-view analysis of human activities. Although the person re-identification features have been proven effective, they become unreliable in challenging scenes…

Person Re-IdentificationSelf-Supervised Learning

A probabilistic framework for multi-view feature learning with many-to-many associations via neural networks

2018-02-13 · ICML 2018 7 · Akifumi Okuno, Tetsuya Hada, Hidetoshi Shimodaira

A simple framework Probabilistic Multi-view Graph Embedding (PMvGE) is proposed for multi-view feature learning with many-to-many associations so that it generalizes various existing multi-view methods. PMvGE is a probab…

Graph Embedding

Multi-typed Objects Multi-view Multi-instance Multi-label Learning

2020-10-06 · Yuanlin Yang, Guoxian Yu, Jun Wang, Carlotta Domeniconi 외

Multi-typed objects Multi-view Multi-instance Multi-label Learning (M4L) deals with interconnected multi-typed objects (or bags) that are made of diverse instances, represented with heterogeneous feature views and annota…

Multi-Label Learning

S$^3$Track: Self-supervised Tracking with Soft Assignment Flow

2023-05-17 · Fatemeh Azimi, Fahim Mannan, Felix Heide

In this work, we study self-supervised multiple object tracking without using any video-level association labels. We propose to cast the problem of multiple object tracking as learning the frame-wise associations between…

Multiple Object TrackingObjectObject TrackingOptical Flow Estimation