English

Tracking Objects as Pixel-wise Distributions

Computer Vision and Pattern Recognition 2022-07-18 v2 Artificial Intelligence Machine Learning

Abstract

Multi-object tracking (MOT) requires detecting and associating objects through frames. Unlike tracking via detected bounding boxes or tracking objects as points, we propose tracking objects as pixel-wise distributions. We instantiate this idea on a transformer-based architecture, P3AFormer, with pixel-wise propagation, prediction, and association. P3AFormer propagates pixel-wise features guided by flow information to pass messages between frames. Furthermore, P3AFormer adopts a meta-architecture to produce multi-scale object feature maps. During inference, a pixel-wise association procedure is proposed to recover object connections through frames based on the pixel-wise prediction. P3AFormer yields 81.2\% in terms of MOTA on the MOT17 benchmark -- the first among all transformer networks to reach 80\% MOTA in literature. P3AFormer also outperforms state-of-the-arts on the MOT20 and KITTI benchmarks.

Keywords

Cite

@article{arxiv.2207.05518,
  title  = {Tracking Objects as Pixel-wise Distributions},
  author = {Zelin Zhao and Ze Wu and Yueqing Zhuang and Boxun Li and Jiaya Jia},
  journal= {arXiv preprint arXiv:2207.05518},
  year   = {2022}
}

Comments

Accepted in ECCV22 as an oral presentation paper. The code&project page is at https://github.com/dvlab-research/ECCV22-P3AFormer-Tracking-Objects-as-Pixel-wise-Distributions

R2 v1 2026-06-25T00:50:52.108Z