CNN in MRF: Video Object Segmentation via Inference in A CNN-Based Higher-Order Spatio-Temporal MRF

CVPR 2018  ·  Linchao Bao, Baoyuan Wu, Wei Liu ·

This paper addresses the problem of video object segmentation, where the initial object mask is given in the first frame of an input video. We propose a novel spatio-temporal Markov Random Field (MRF) model defined over pixels to handle this problem. Unlike conventional MRF models, the spatial dependencies among pixels in our model are encoded by a Convolutional Neural Network (CNN). Specifically, for a given object, the probability of a labeling to a set of spatially neighboring pixels can be predicted by a CNN trained for this specific object. As a result, higher-order, richer dependencies among pixels in the set can be implicitly modeled by the CNN. With temporal dependencies established by optical flow, the resulting MRF model combines both spatial and temporal cues for tackling video object segmentation. However, performing inference in the MRF model is very difficult due to the very high-order dependencies. To this end, we propose a novel CNN-embedded algorithm to perform approximate inference in the MRF. This algorithm proceeds by alternating between a temporal fusion step and a feed-forward CNN step. When initialized with an appearance-based one-shot segmentation CNN, our model outperforms the winning entries of the DAVIS 2017 Challenge, without resorting to model ensembling or any dedicated detectors.

PDF Abstract CVPR 2018 PDF CVPR 2018 Abstract
Task Dataset Model Metric Name Metric Value Global Rank Result Benchmark
Semi-Supervised Video Object Segmentation DAVIS 2016 CINM Jaccard (Mean) 83.4 # 55
Jaccard (Recall) 94.9 # 15
Jaccard (Decay) 12.3 # 8
F-measure (Mean) 85.0 # 51
F-measure (Recall) 92.1 # 14
F-measure (Decay) 14.7 # 5
J&F 84.2 # 52
Semi-Supervised Video Object Segmentation DAVIS 2017 (test-dev) CINM J&F 67.5 # 41
Jaccard (Mean) 64.5 # 41
Jaccard (Recall) 73.8 # 7
Jaccard (Decay) 20.0 # 10
F-measure (Mean) 70.5 # 42
F-measure (Recall) 79.6 # 8
F-measure (Decay) 20.0 # 10
Semi-Supervised Video Object Segmentation DAVIS 2017 (val) CINM Jaccard (Mean) 67.2 # 57
Jaccard (Recall) 74.5 # 13
Jaccard (Decay) 24.6 # 20
F-measure (Mean) 74.0 # 56
F-measure (Recall) 81.6 # 12
F-measure (Decay) 26.2 # 18
J&F 70.6 # 58
Semi-Supervised Video Object Segmentation YouTube MRFCNN mIoU 0.784 # 3

Methods


No methods listed for this paper. Add relevant methods here