GCNNMatch: Graph Convolutional Neural Networks for Multi-Object Tracking via Sinkhorn Normalization
This paper proposes a novel method for online Multi-Object Tracking (MOT) using Graph Convolutional Neural Network (GCNN) based feature extraction and end-to-end feature matching for object association. The Graph based approach incorporates both appearance and geometry of objects at past frames as well as the current frame into the task of feature learning. This new paradigm enables the network to leverage the "context" information of the geometry of objects and allows us to model the interactions among the features of multiple objects. Another central innovation of our proposed framework is the use of the Sinkhorn algorithm for end-to-end learning of the associations among objects during model training. The network is trained to predict object associations by taking into account constraints specific to the MOT task. Experimental results demonstrate the efficacy of the proposed approach in achieving top performance on the MOT '15, '16, '17 and '20 Challenges among state-of-the-art online approaches. The code is available at https://github.com/IPapakis/GCNNMatch.
Code (2)
Tasks
Multi-Object TrackingObjectObject TrackingOnline Multi-Object TrackingSimilar Papers 제목 키워드 기반
TGCN: Time Domain Graph Convolutional Network for Multiple Objects Tracking
Multiple object tracking is to give each object an id in the video. The difficulty is how to match the predicted objects and detected objects in same frames. Matching features include appearance features, location featur…
Multiple Object TrackingObjectObject TrackingMultiple Pedestrians and Vehicles Tracking in Aerial Imagery: A Comprehensive Study
In this paper, we address various challenges in multi-pedestrian and vehicle tracking in high-resolution aerial imagery by intensive evaluation of a number of traditional and Deep Learning based Single- and Multi-Object …
Multi-Object TrackingObjectObject TrackingVisual Object Tracking by Segmentation with Graph Convolutional Network
Segmentation-based tracking has been actively studied in computer vision and multimedia. Superpixel based object segmentation and tracking methods are usually developed for this task. However, they independently perform …
ObjectObject TrackingSegmentationSemantic Segmentation+2Spatio-temporal Graph Learning on Adaptive Mined Key Frames for High-performance Multi-Object Tracking
In the realm of multi-object tracking, the challenge of accurately capturing the spatial and temporal relationships between objects in video sequences remains a significant hurdle. This is further complicated by frequent…
Graph LearningMulti-Object TrackingObject TrackingHVC-Net: Unifying Homography, Visibility, and Confidence Learning for Planar Object Tracking
Robust and accurate planar tracking over a whole video sequence is vitally important for many vision applications. The key to planar object tracking is to find object correspondences, modeled by homography, between the r…
ObjectObject Tracking