paper-with-me

홈 › Papers

Curriculum Learning for Recurrent Video Object Segmentation

2020-08-15 · Maria Gonzalez-i-Calabuig, Carles Ventura, Xavier Giró-i-Nieto

Video object segmentation can be understood as a sequence-to-sequence task that can benefit from the curriculum learning strategies for better and faster training of deep neural networks. This work explores different schedule sampling and frame skipping variations to significantly improve the performance of a recurrent architecture. Our results on the car class of the KITTI-MOTS challenge indicate that, surprisingly, an inverse schedule sampling is a better option than a classic forward one. Also, that a progressive skipping of frames during training is beneficial, but only when training with the ground truth masks instead of the predicted ones. Source code and trained models are available at http://imatge-upc.github.io/rvos-mots/.

📄 PDF Abstract BibTeX arXiv:2008.06698

Code (1)

imatge-upc/rvos-mots 공식 구현 pytorch

Tasks

ObjectSemantic SegmentationVideo Object SegmentationVideo Semantic Segmentation

Similar Papers 제목 키워드 기반

RVOS: End-to-End Recurrent Network for Video Object Segmentation

2019-03-13 · CVPR 2019 6 · Carles Ventura, Miriam Bellver, Andreu Girbau, Amaia Salvador 외

Multiple object video object segmentation is a challenging task, specially for the zero-shot case, when no object mask is given at the initial frame and the model has to find the objects to be segmented along the sequenc…

GPUObjectOne-shot visual object segmentationSegmentation+4

Consistent Video Instance Segmentation with Inter-Frame Recurrent Attention

2022-06-14 · Quanzeng You, Jiang Wang, Peng Chu, Andre Abrantes 외

Video instance segmentation aims at predicting object segmentation masks for each frame, as well as associating the instances across multiple frames. Recent end-to-end video instance segmentation methods are capable of p…

Instance SegmentationObjectSegmentationSemantic Segmentation+1

MaskRNN: Instance Level Video Object Segmentation

2018-03-29 · NeurIPS 2017 12 · Yuan-Ting Hu, Jia-Bin Huang, Alexander G. Schwing

Instance level video object segmentation is an important technique for video editing and compression. To capture the temporal coherence, in this paper, we develop MaskRNN, a recurrent neural net approach which fuses in e…

ObjectSegmentationSemantic SegmentationVideo Editing+2

VideoClick: Video Object Segmentation with a Single Click

2021-01-16 · Namdar Homayounfar, Justin Liang, Wei-Chiu Ma, Raquel Urtasun

Annotating videos with object segmentation masks typically involves a two stage procedure of drawing polygons per object instance for all the frames and then linking them through time. While simple, this is a very tediou…

ObjectSegmentationSemantic SegmentationVideo Object Segmentation+2

CapsuleVOS: Semi-Supervised Video Object Segmentation Using Capsule Routing

2019-09-30 · ICCV 2019 10 · Kevin Duarte, Yogesh S Rawat, Mubarak Shah

In this work we propose a capsule-based approach for semi-supervised video object segmentation. Current video object segmentation methods are frame-based and often require optical flow to capture temporal consistency acr…

ObjectOne-shot visual object segmentationOptical Flow EstimationSegmentation+5