U-Net Based Multi-instance Video Object Segmentation
Heguang Liu, Jingle Jiang

TL;DR
This paper presents a U-Net based approach for multi-instance video object segmentation, achieving competitive results with smoother contours and better instance coverage compared to state-of-the-art methods.
Contribution
It introduces a novel multi-instance segmentation method using a U-Net structure with instance isolation and specialized loss functions, improving segmentation quality.
Findings
Achieved F mean of 0.467 and J mean of 0.424 on DAVIS dataset.
Model produces smoother contours and better instance coverage.
Compared with Seg-Net, Mask R-CNN, showing insightful performance analysis.
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Image and Video Retrieval Techniques · Image Retrieval and Classification Techniques · Retinal Imaging and Analysis
MethodsRegion Proposal Network · Concatenated Skip Connection · *Communicated@Fast*How Do I Communicate to Expedia? · Max Pooling · U-Net · Softmax · RoIAlign · Convolution · Mask R-CNN
