English

Prototypical Cross-Attention Networks for Multiple Object Tracking and Segmentation

Computer Vision and Pattern Recognition 2021-12-02 v2

Abstract

Multiple object tracking and segmentation requires detecting, tracking, and segmenting objects belonging to a set of given classes. Most approaches only exploit the temporal dimension to address the association problem, while relying on single frame predictions for the segmentation mask itself. We propose Prototypical Cross-Attention Network (PCAN), capable of leveraging rich spatio-temporal information for online multiple object tracking and segmentation. PCAN first distills a space-time memory into a set of prototypes and then employs cross-attention to retrieve rich information from the past frames. To segment each object, PCAN adopts a prototypical appearance module to learn a set of contrastive foreground and background prototypes, which are then propagated over time. Extensive experiments demonstrate that PCAN outperforms current video instance tracking and segmentation competition winners on both Youtube-VIS and BDD100K datasets, and shows efficacy to both one-stage and two-stage segmentation frameworks. Code and video resources are available at http://vis.xyz/pub/pcan.

Keywords

Cite

@article{arxiv.2106.11958,
  title  = {Prototypical Cross-Attention Networks for Multiple Object Tracking and Segmentation},
  author = {Lei Ke and Xia Li and Martin Danelljan and Yu-Wing Tai and Chi-Keung Tang and Fisher Yu},
  journal= {arXiv preprint arXiv:2106.11958},
  year   = {2021}
}

Comments

NeurIPS 2021, Spotlight; Our code and video resources are available at http://vis.xyz/pub/pcan

R2 v1 2026-06-24T03:28:50.882Z