paper-with-me

Papers

Graph Neural Networks for Cross-Camera Data Association

2022-01-17 · Elena Luna, Juan C. SanMiguel, José M. Martínez, Pablo Carballeira

Cross-camera image data association is essential for many multi-camera computer vision tasks, such as multi-camera pedestrian detection, multi-camera multi-target tracking, 3D pose estimation, etc. This association task is typically stated as a bipartite graph matching problem and often solved by applying minimum-cost flow techniques, which may be computationally inefficient with large data. Furthermore, cameras are usually treated by pairs, obtaining local solutions, rather than finding a global solution at once. Other key issue is that of the affinity measurement: the widespread usage of non-learnable pre-defined distances, such as the Euclidean and Cosine ones. This paper proposes an efficient approach for cross-cameras data-association focused on a global solution, instead of processing cameras by pairs. To avoid the usage of fixed distances, we leverage the connectivity of Graph Neural Networks, previously unused in this scope, using a Message Passing Network to jointly learn features and similarity. We validate the proposal for pedestrian multi-view association, showing results over the EPFL multi-camera pedestrian dataset. Our approach considerably outperforms the literature data association techniques, without requiring to be trained in the same scenario in which it is tested. Our code is available at \url{http://www-vpu.eps.uam.es/publications/gnn_cca}.

📄 PDF Abstract BibTeX arXiv:2201.06311

Code (2)

ShawnHXH/GNN-CCA pytorch
chengche6230/rest pytorch

Tasks

3D Pose EstimationGraph MatchingPedestrian DetectionPose Estimation

Similar Papers 제목 키워드 기반

Unsupervised Graph Association for Person Re-Identification

2019-10-01 · ICCV 2019 10 · Jinlin Wu, Yang Yang, Hao Liu, Shengcai Liao 외

In this paper, we propose an unsupervised graph association (UGA) framework to learn the underlying viewinvariant representations from the video pedestrian tracklets. The core points of UGA are mining the underlying cros…

Domain AdaptationPerson Re-Identification

Multi-camera Multi-Object Tracking

2017-09-20 · Wenqian Liu, Octavia Camps, Mario Sznaier

In this paper, we propose a pipeline for multi-target visual tracking under multi-camera system. For multi-camera system tracking problem, efficient data association across cameras, and at the same time, across frames be…

Multi-Object TrackingObjectObject TrackingVisual Tracking

Cross-Camera Data Association via GNN for Supervised Graph Clustering

2024-10-01 · Đorđe Nedeljković

Cross-camera data association is one of the cornerstones of the multi-camera computer vision field. Although often integrated into detection and tracking tasks through architecture design and loss definition, it is also …

ClusteringGraph ClusteringGraph Neural Network

Leveraging Localization for Multi-camera Association

2020-08-07 · Zhongang Cai, Cunjun Yu, Junzhe Zhang, Jiawei Ren 외

We present McAssoc, a deep learning approach to the as-sociation of detection bounding boxes in different views ofa multi-camera system. The vast majority of the academiahas been developing single-camera computer vision …

ReST: A Reconfigurable Spatial-Temporal Graph Model for Multi-Camera Multi-Object Tracking

2023-08-25 · ICCV 2023 1 · Cheng-Che Cheng, Min-Xuan Qiu, Chen-Kuo Chiang, Shang-Hong Lai

Multi-Camera Multi-Object Tracking (MC-MOT) utilizes information from multiple views to better handle problems with occlusion and crowded scenes. Recently, the use of graph-based approaches to solve tracking problems has…

Multi-Object TrackingObject Tracking