Graph Neural Based End-to-end Data Association Framework for Online Multiple-Object Tracking
Xiaolong Jiang, Peizhao Li, Yanjing Li, Xiantong Zhen

TL;DR
This paper introduces an end-to-end graph neural network framework for online multiple-object tracking that learns data association directly from detection responses, integrating appearance and motion cues for improved accuracy.
Contribution
The novel contribution is an end-to-end trainable graph neural network-based data association method that jointly learns affinity estimation and matching for online MOT.
Findings
Achieves state-of-the-art performance on MOT benchmarks.
Demonstrates improved data association accuracy and scalability.
Reduces parameter tuning through end-to-end training.
Abstract
In this work, we present an end-to-end framework to settle data association in online Multiple-Object Tracking (MOT). Given detection responses, we formulate the frame-by-frame data association as Maximum Weighted Bipartite Matching problem, whose solution is learned using a neural network. The network incorporates an affinity learning module, wherein both appearance and motion cues are investigated to encode object feature representation and compute pairwise affinities. Employing the computed affinities as edge weights, the following matching problem on a bipartite graph is resolved by the optimization module, which leverages a graph neural network to adapt with the varying cardinalities of the association problem and solve the combinatorial hardness with favorable scalability and compatibility. To facilitate effective training of the proposed tracking network, we design a multi-level…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsVideo Surveillance and Tracking Methods · Human Pose and Action Recognition · Fire Detection and Safety Systems
MethodsGraph Neural Network
