CVMar 2, 2022

Hybrid Tracker with Pixel and Instance for Video Panoptic Segmentation

arXiv:2203.01217v26 citationsh-index: 71
AI Analysis

This work addresses video panoptic segmentation for applications in autonomous driving and video analysis, representing an incremental improvement over existing methods.

The paper tackles the problem of maintaining consistent panoptic segmentation and tracking across video frames, particularly for challenges like small objects and occlusions, by proposing HybridTracker, which achieves superior performance on Cityscapes-VPS and VIPER datasets.

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.

Foundations

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

Your Notes