TrackMPNN: A Message Passing Graph Neural Architecture for Multi-Object Tracking
Akshay Rangesh, Pranav Maheshwari, Mez Gebre, Siddhesh Mhatre, Vahid, Ramezani, Mohan M. Trivedi

TL;DR
TrackMPNN introduces a graph neural network framework for multi-object tracking that models data association as a dynamic graph problem, achieving competitive results using only basic object features.
Contribution
The paper develops a novel dynamic graph-based framework and message passing neural network for multi-object tracking, enabling real-time, online reasoning over multiple timesteps.
Findings
Performs on par with state-of-the-art methods using minimal features.
Demonstrates real-time, online capability with memory-efficient algorithms.
Achieves competitive accuracy on challenging MOT benchmarks.
Abstract
This study follows many classical approaches to multi-object tracking (MOT) that model the problem using dynamic graphical data structures, and adapts this formulation to make it amenable to modern neural networks. Our main contributions in this work are the creation of a framework based on dynamic undirected graphs that represent the data association problem over multiple timesteps, and a message passing graph neural network (MPNN) that operates on these graphs to produce the desired likelihood for every association therein. We also provide solutions and propositions for the computational problems that need to be addressed to create a memory-efficient, real-time, online algorithm that can reason over multiple timesteps, correct previous mistakes, update beliefs, and handle missed/false detections. To demonstrate the efficacy of our approach, we only use the 2D box location and object…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsVideo Surveillance and Tracking Methods · Fire Detection and Safety Systems · Anomaly Detection Techniques and Applications
MethodsGraph Neural Network
