Learnable Graph Matching: Incorporating Graph Partitioning with Deep
Feature Learning for Multiple Object Tracking
- URL: http://arxiv.org/abs/2103.16178v1
- Date: Tue, 30 Mar 2021 08:58:45 GMT
- Title: Learnable Graph Matching: Incorporating Graph Partitioning with Deep
Feature Learning for Multiple Object Tracking
- Authors: Jiawei He, Zehao Huang, Naiyan Wang, Zhaoxiang Zhang
- Abstract summary: Data association across frames is at the core of Multiple Object Tracking (MOT) task.
Existing methods mostly ignore the context information among tracklets and intra-frame detections.
We propose a novel learnable graph matching method to address these issues.
- Score: 58.30147362745852
- License: http://creativecommons.org/licenses/by/4.0/
- Abstract: Data association across frames is at the core of Multiple Object Tracking
(MOT) task. This problem is usually solved by a traditional graph-based
optimization or directly learned via deep learning. Despite their popularity,
we find some points worth studying in current paradigm: 1) Existing methods
mostly ignore the context information among tracklets and intra-frame
detections, which makes the tracker hard to survive in challenging cases like
severe occlusion. 2) The end-to-end association methods solely rely on the data
fitting power of deep neural networks, while they hardly utilize the advantage
of optimization-based assignment methods. 3) The graph-based optimization
methods mostly utilize a separate neural network to extract features, which
brings the inconsistency between training and inference. Therefore, in this
paper we propose a novel learnable graph matching method to address these
issues. Briefly speaking, we model the relationships between tracklets and the
intra-frame detections as a general undirected graph. Then the association
problem turns into a general graph matching between tracklet graph and
detection graph. Furthermore, to make the optimization end-to-end
differentiable, we relax the original graph matching into continuous quadratic
programming and then incorporate the training of it into a deep graph network
with the help of the implicit function theorem. Lastly, our method GMTracker,
achieves state-of-the-art performance on several standard MOT datasets. Our
code will be available at https://github.com/jiaweihe1996/GMTracker .
Related papers
- Tensor-based Graph Learning with Consistency and Specificity for Multi-view Clustering [20.925436328405574]
We propose a novel multi-view graph learning framework that simultaneously considers consistency and specificity.
We formulate a new tensor-based target graph learning paradigm for noise-free graph fusion.
Experiments on six datasets have demonstrated the superiority of our method.
arXiv Detail & Related papers (2024-03-27T09:30:50Z) - MGNet: Learning Correspondences via Multiple Graphs [78.0117352211091]
Learning correspondences aims to find correct correspondences from the initial correspondence set with an uneven correspondence distribution and a low inlier rate.
Recent advances usually use graph neural networks (GNNs) to build a single type of graph or stack local graphs into the global one to complete the task.
We propose MGNet to effectively combine multiple complementary graphs.
arXiv Detail & Related papers (2024-01-10T07:58:44Z) - Learnable Graph Matching: A Practical Paradigm for Data Association [74.28753343714858]
We propose a general learnable graph matching method to address these issues.
Our method achieves state-of-the-art performance on several MOT datasets.
For image matching, our method outperforms state-of-the-art methods on a popular indoor dataset, ScanNet.
arXiv Detail & Related papers (2023-03-27T17:39:00Z) - Neural Graph Matching for Pre-training Graph Neural Networks [72.32801428070749]
Graph neural networks (GNNs) have been shown powerful capacity at modeling structural data.
We present a novel Graph Matching based GNN Pre-Training framework, called GMPT.
The proposed method can be applied to fully self-supervised pre-training and coarse-grained supervised pre-training.
arXiv Detail & Related papers (2022-03-03T09:53:53Z) - Joint Graph Learning and Matching for Semantic Feature Correspondence [69.71998282148762]
We propose a joint emphgraph learning and matching network, named GLAM, to explore reliable graph structures for boosting graph matching.
The proposed method is evaluated on three popular visual matching benchmarks (Pascal VOC, Willow Object and SPair-71k)
It outperforms previous state-of-the-art graph matching methods by significant margins on all benchmarks.
arXiv Detail & Related papers (2021-09-01T08:24:02Z) - Co-embedding of Nodes and Edges with Graph Neural Networks [13.020745622327894]
Graph embedding is a way to transform and encode the data structure in high dimensional and non-Euclidean feature space.
CensNet is a general graph embedding framework, which embeds both nodes and edges to a latent feature space.
Our approach achieves or matches the state-of-the-art performance in four graph learning tasks.
arXiv Detail & Related papers (2020-10-25T22:39:31Z) - Line Graph Neural Networks for Link Prediction [71.00689542259052]
We consider the graph link prediction task, which is a classic graph analytical problem with many real-world applications.
In this formalism, a link prediction problem is converted to a graph classification task.
We propose to seek a radically different and novel path by making use of the line graphs in graph theory.
In particular, each node in a line graph corresponds to a unique edge in the original graph. Therefore, link prediction problems in the original graph can be equivalently solved as a node classification problem in its corresponding line graph, instead of a graph classification task.
arXiv Detail & Related papers (2020-10-20T05:54:31Z) - Learning to Solve Combinatorial Optimization Problems on Real-World
Graphs in Linear Time [12.43303621344215]
We develop a new framework to solve any optimization problem over graphs without expert knowledge.
Our method trains a graph neural network using reinforcement learning on an unlabeled training set of graphs.
We demonstrate our approach on both NP-hard problems with optimality gaps close to 1, and show that our method is able to generalize well.
arXiv Detail & Related papers (2020-06-06T01:35:45Z)
This list is automatically generated from the titles and abstracts of the papers in this site.
This site does not guarantee the quality of this site (including all information) and is not responsible for any consequences.