CVApr 10, 2019

FAMNet: Joint Learning of Feature, Affinity and Multi-dimensional Assignment for Online Multiple Object Tracking

arXiv:1904.04989v1230 citations
Originality Incremental advance
AI Analysis

This addresses the problem of simplifying and improving tracking accuracy for researchers and practitioners in computer vision, though it is incremental by integrating existing techniques like single object tracking.

The paper tackles the complexity of multiple object tracking by introducing FAMNet, an end-to-end model that jointly learns feature extraction, affinity estimation, and multi-dimensional assignment, achieving promising performance on benchmarks like MOT2015 and MOT2017.

Data association-based multiple object tracking (MOT) involves multiple separated modules processed or optimized differently, which results in complex method design and requires non-trivial tuning of parameters. In this paper, we present an end-to-end model, named FAMNet, where Feature extraction, Affinity estimation and Multi-dimensional assignment are refined in a single network. All layers in FAMNet are designed differentiable thus can be optimized jointly to learn the discriminative features and higher-order affinity model for robust MOT, which is supervised by the loss directly from the assignment ground truth. We also integrate single object tracking technique and a dedicated target management scheme into the FAMNet-based tracking system to further recover false negatives and inhibit noisy target candidates generated by the external detector. The proposed method is evaluated on a diverse set of benchmarks including MOT2015, MOT2017, KITTI-Car and UA-DETRAC, and achieves promising performance on all of them in comparison with state-of-the-arts.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes