paper-with-me

홈 › Papers

Graph Neural Based End-to-end Data Association Framework for Online Multiple-Object Tracking

2019-07-11 · Xiaolong Jiang, Peizhao Li, Yanjing Li, Xian-Tong Zhen

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 matrix loss in conjunction with the assembled supervision methodology. Being trained end-to-end, all modules in the tracker can co-adapt and co-operate collaboratively, resulting in improved model adaptiveness and less parameter-tuning efforts. Experiment results on the MOT benchmarks demonstrate the efficacy of the proposed approach.

📄 PDF Abstract BibTeX arXiv:1907.05315

Code (1)

peizhaoli05/EDA_GNN pytorch

Tasks

Graph Neural NetworkMultiple Object TrackingObject Tracking

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

A Hybrid Data Association Framework for Robust Online Multi-Object Tracking

2017-03-31 · Min Yang, Yuwei Wu, Yunde Jia

Global optimization algorithms have shown impressive performance in data-association based multi-object tracking, but handling online data remains a difficult hurdle to overcome. In this paper, we present a hybrid data a…

global-optimizationMulti-Object TrackingObject TrackingOnline Multi-Object Tracking

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 a…

Multi-Object TrackingObjectObject TrackingOnline Multi-Object Tracking

4D Association Graph for Realtime Multi-person Motion Capture Using Multiple Video Cameras

2020-02-28 · CVPR 2020 6 · Yuxiang Zhang, Liang An, Tao Yu, Xiu Li 외

This paper contributes a novel realtime multi-person motion capture algorithm using multiview video inputs. Due to the heavy occlusions in each view, joint optimization on the multiview images and multiple temporal frame…

3D Multi-Person Pose Estimation

MHT-X: Offline Multiple Hypothesis Tracking with Algorithm X

2020-12-17 · Peteris Zvejnieks, Mihails Birjukovs, Martins Klevs, Megumi Akashi 외

An efficient and versatile implementation of offline multiple hypothesis tracking with Algorithm X for optimal association search was developed using Python. The code is intended for scientific applications that do not r…

Object

TrackMPNN: A Message Passing Graph Neural Architecture for Multi-Object Tracking

2021-01-11 · Akshay Rangesh, Pranav Maheshwari, Mez Gebre, Siddhesh Mhatre 외

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 m…

Autonomous DrivingGraph Neural NetworkMulti-Object TrackingObject+1