English

Hybrid Tracker with Pixel and Instance for Video Panoptic Segmentation

Computer Vision and Pattern Recognition 2023-12-12 v2

Abstract

Video Panoptic Segmentation (VPS) aims to generate coherent panoptic segmentation and track the identities of all pixels across video frames. Existing methods predominantly utilize the trained instance embedding to keep the consistency of panoptic segmentation. However, they inevitably struggle to cope with the challenges of small objects, similar appearance but inconsistent identities, occlusion, and strong instance contour deformations. To address these problems, we present HybridTracker, a lightweight and joint tracking model attempting to eliminate the limitations of the single tracker. HybridTracker performs pixel tracker and instance tracker in parallel to obtain the association matrices, which are fused into a matching matrix. In the instance tracker, we design a differentiable matching layer, ensuring the stability of inter-frame matching. In the pixel tracker, we compute the dice coefficient of the same instance of different frames given the estimated optical flow, forming the Intersection Over Union (IoU) matrix. We additionally propose mutual check and temporal consistency constraints during inference to settle the occlusion and contour deformation challenges. Comprehensive experiments show that HybridTracker achieves superior performance than state-of-the-art methods on Cityscapes-VPS and VIPER datasets.

Keywords

Cite

@article{arxiv.2203.01217,
  title  = {Hybrid Tracker with Pixel and Instance for Video Panoptic Segmentation},
  author = {Weicai Ye and Xinyue Lan and Ge Su and Hujun Bao and Zhaopeng Cui and Guofeng Zhang},
  journal= {arXiv preprint arXiv:2203.01217},
  year   = {2023}
}
R2 v1 2026-06-24T09:59:33.770Z