作者:Chanho Kim,Li Fuxin,Mazen Alotaibi,James M. Rehg

作者单位:Georgia Institute of Technology,Oregon State University

发布时间:2021

发布期刊/会议:CVPR

出版商:IEEE

**论文全称:**Discriminative Appearance Modeling with Multi-track Pooling for Real-time Multi-object Tracking

论文地址:

CVPR 2021 Open Access Repository

论文代码:

https://github.com/chkim403/blstm-mtp

地位:

个人理解

一、摘要

In multi-object tracking, the tracker maintains in its memory the appearance and motion information for each object in the scene. This memory is utilized for finding matches between tracks and detections, and is updated based on the matching. Many approaches model each target in isolation and lack the ability to use all the targets in the scene to jointly update the memory. This can be problematic when there are similarly looking objects in the scene. In this paper, we solve the problem of simultaneously considering all tracks during memory updating, with only a small spatial overhead, via a novel multi-track pooling module. We additionally propose a training strategy adapted to multi-track pooling which generates hard tracking episodes online. We show that the combination of these innovations results in a strong discriminative appearance model under the bilinear LSTM tracking framework, enabling the use of greedy data association to achieve online tracking performance. Our experiments demonstrate real-time, state-of-the-art online tracking performance on public multi-object tracking (MOT) datasets.