CVAug 25, 2023

Integrating Boxes and Masks: A Multi-Object Framework for Unified Visual Tracking and Segmentation

arXiv:2308.13266v318 citationsh-index: 39Has Code
Originality Incremental advance
AI Analysis

This addresses the need for unified multi-object tracking and segmentation in computer vision, though it is incremental by building on prior joint methods.

The paper tackles the problem of joint visual object tracking and segmentation by proposing a multi-object framework that integrates box and mask inputs, achieving state-of-the-art performance with a 6% improvement on the GOT-10k test set and better box initialization in VOS benchmarks.

Tracking any given object(s) spatially and temporally is a common purpose in Visual Object Tracking (VOT) and Video Object Segmentation (VOS). Joint tracking and segmentation have been attempted in some studies but they often lack full compatibility of both box and mask in initialization and prediction, and mainly focus on single-object scenarios. To address these limitations, this paper proposes a Multi-object Mask-box Integrated framework for unified Tracking and Segmentation, dubbed MITS. Firstly, the unified identification module is proposed to support both box and mask reference for initialization, where detailed object information is inferred from boxes or directly retained from masks. Additionally, a novel pinpoint box predictor is proposed for accurate multi-object box prediction, facilitating target-oriented representation learning. All target objects are processed simultaneously from encoding to propagation and decoding, as a unified pipeline for VOT and VOS. Experimental results show MITS achieves state-of-the-art performance on both VOT and VOS benchmarks. Notably, MITS surpasses the best prior VOT competitor by around 6% on the GOT-10k test set, and significantly improves the performance of box initialization on VOS benchmarks. The code is available at https://github.com/yoxu515/MITS.

Code Implementations1 repo
Foundations

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

Your Notes