SOTAVerified

MHP-VOS: Multiple Hypotheses Propagation for Video Object Segmentation

2019-04-17CVPR 2019Code Available0· sign in to hype

Shuangjie Xu, Daizong Liu, Linchao Bao, Wei Liu, Pan Zhou

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

We address the problem of semi-supervised video object segmentation (VOS), where the masks of objects of interests are given in the first frame of an input video. To deal with challenging cases where objects are occluded or missing, previous work relies on greedy data association strategies that make decisions for each frame individually. In this paper, we propose a novel approach to defer the decision making for a target object in each frame, until a global view can be established with the entire video being taken into consideration. Our approach is in the same spirit as Multiple Hypotheses Tracking (MHT) methods, making several critical adaptations for the VOS problem. We employ the bounding box (bbox) hypothesis for tracking tree formation, and the multiple hypotheses are spawned by propagating the preceding bbox into the detected bbox proposals within a gated region starting from the initial object mask in the first frame. The gated region is determined by a gating scheme which takes into account a more comprehensive motion model rather than the simple Kalman filtering model in traditional MHT. To further design more customized algorithms tailored for VOS, we develop a novel mask propagation score instead of the appearance similarity score that could be brittle due to large deformations. The mask propagation score, together with the motion score, determines the affinity between the hypotheses during tree pruning. Finally, a novel mask merging strategy is employed to handle mask conflicts between objects. Extensive experiments on challenging datasets demonstrate the effectiveness of the proposed method, especially in the case of object missing.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
DAVIS 2016MHP-VOSJ&F88.55Unverified
DAVIS-2017 (test-dev)MHP-VOSJ&F69.5Unverified
DAVIS 2017 (val)MHP-VOSJ&F76.15Unverified

Reproductions