English

U-Net Based Multi-instance Video Object Segmentation

Computer Vision and Pattern Recognition 2019-05-21 v1

Abstract

Multi-instance video object segmentation is to segment specific instances throughout a video sequence in pixel level, given only an annotated first frame. In this paper, we implement an effective fully convolutional networks with U-Net similar structure built on top of OSVOS fine-tuned layer. We use instance isolation to transform this multi-instance segmentation problem into binary labeling problem, and use weighted cross entropy loss and dice coefficient loss as our loss function. Our best model achieves F mean of 0.467 and J mean of 0.424 on DAVIS dataset, which is a comparable performance with the State-of-the-Art approach. But case analysis shows this model can achieve a smoother contour and better instance coverage, meaning it better for recall focused segmentation scenario. We also did experiments on other convolutional neural networks, including Seg-Net, Mask R-CNN, and provide insightful comparison and discussion.

Keywords

Cite

@article{arxiv.1905.07826,
  title  = {U-Net Based Multi-instance Video Object Segmentation},
  author = {Heguang Liu and Jingle Jiang},
  journal= {arXiv preprint arXiv:1905.07826},
  year   = {2019}
}

Comments

Stanford cs231n class project

R2 v1 2026-06-23T09:12:20.674Z