paper-with-me

Papers

GCNNMatch: Graph Convolutional Neural Networks for Multi-Object Tracking via Sinkhorn Normalization

2020-09-30 · Ioannis Papakis, Abhijit Sarkar, Anuj Karpatne

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.

📄 PDF Abstract BibTeX arXiv:2010.00067

Code (2)

IPapakis/GCNNMatch 공식 구현 pytorch
mhnasseri/sort_oh

Tasks

Multi-Object TrackingObjectObject TrackingOnline Multi-Object Tracking

Similar Papers 제목 키워드 기반

TGCN: Time Domain Graph Convolutional Network for Multiple Objects Tracking

2021-01-06 · Jie Zhang

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 Tracking

Multiple Pedestrians and Vehicles Tracking in Aerial Imagery: A Comprehensive Study

2020-10-19 · Seyed Majid Azimi, Maximilian Kraus, Reza Bahmanyar, Peter Reinartz

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 Tracking

Visual Object Tracking by Segmentation with Graph Convolutional Network

2020-09-05 · Bo Jiang, Panpan Zhang, Lili Huang

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+2

Spatio-temporal Graph Learning on Adaptive Mined Key Frames for High-performance Multi-Object Tracking

2025-01-17 · Futian Wang, Fengxiang Liu, Xiao Wang

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 Tracking

HVC-Net: Unifying Homography, Visibility, and Confidence Learning for Planar Object Tracking

2022-09-19 · Haoxian Zhang, Yonggen Ling

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