paper-with-me

Papers

FAMINet: Learning Real-time Semi-supervised Video Object Segmentation with Steepest Optimized Optical Flow

2021-11-20 · Ziyang Liu, Jingmeng Liu, Weihai Chen, Xingming Wu, Zhengguo Li

Semi-supervised video object segmentation (VOS) aims to segment a few moving objects in a video sequence, where these objects are specified by annotation of first frame. The optical flow has been considered in many existing semi-supervised VOS methods to improve the segmentation accuracy. However, the optical flow-based semi-supervised VOS methods cannot run in real time due to high complexity of optical flow estimation. A FAMINet, which consists of a feature extraction network (F), an appearance network (A), a motion network (M), and an integration network (I), is proposed in this study to address the abovementioned problem. The appearance network outputs an initial segmentation result based on static appearances of objects. The motion network estimates the optical flow via very few parameters, which are optimized rapidly by an online memorizing algorithm named relaxed steepest descent. The integration network refines the initial segmentation result using the optical flow. Extensive experiments demonstrate that the FAMINet outperforms other state-of-the-art semi-supervised VOS methods on the DAVIS and YouTube-VOS benchmarks, and it achieves a good trade-off between accuracy and efficiency. Our code is available at https://github.com/liuziyang123/FAMINet.

📄 PDF Abstract BibTeX arXiv:2111.10531

Code (1)

liuziyang123/faminet 공식 구현 pytorch

Tasks

Optical Flow EstimationSegmentationSemantic SegmentationSemi-Supervised Video Object SegmentationVideo Object SegmentationVideo Semantic Segmentation

Methods 이 논문이 사용한 방법론

VOS VOS is a type of video object segmentation model consisting of two network components. The target appearance model consists of a light-weight module, which is learned during…

Similar Papers 제목 키워드 기반

SiamPolar: Semi-supervised Realtime Video Object Segmentation with Polar Representation

2021-10-27 · Yaochen Li, Yuhui Hong, Yonghong Song, Chao Zhu 외

Video object segmentation (VOS) is an essential part of autonomous vehicle navigation. The real-time speed is very important for the autonomous vehicle algorithms along with the accuracy metric. In this paper, we propose…

Objectobject-detectionObject DetectionSemantic Segmentation+3

Semi-Supervised Video Desnowing Network via Temporal Decoupling Experts and Distribution-Driven Contrastive Regularization

2024-10-10 · Hongtao Wu, Yijun Yang, Angelica I Aviles-Rivero, Jingjing Ren 외

Snow degradations present formidable challenges to the advancement of computer vision tasks by the undesirable corruption in outdoor scenarios. While current deep learning-based desnowing approaches achieve success on sy…

Snow Removal

Iterative Contrast-Classify For Semi-supervised Temporal Action Segmentation

2021-12-02 · Dipika Singhania, Rahul Rahaman, Angela Yao

Temporal action segmentation classifies the action of each frame in (long) video sequences. Due to the high cost of frame-wise labeling, we propose the first semi-supervised method for temporal action segmentation. Our m…

Action SegmentationRepresentation LearningSegmentationSemi-Supervised Video Classification+1

Semi-Supervised Learning for Video Captioning

2020-11-01 · Findings of the Association for Computational Linguistics 2020 · Ke Lin, Zhuoxin Gan, LiWei Wang

Deep neural networks have made great success on video captioning in supervised learning setting. However, annotating videos with descriptions is very expensive and time-consuming. If the video captioning algorithm can be…

Video Captioning

TimeBalance: Temporally-Invariant and Temporally-Distinctive Video Representations for Semi-Supervised Action Recognition

2023-03-28 · CVPR 2023 1 · Ishan Rajendrakumar Dave, Mamshad Nayeem Rizve, Chen Chen, Mubarak Shah

Semi-Supervised Learning can be more beneficial for the video domain compared to images because of its higher annotation cost and dimensionality. Besides, any video understanding task requires reasoning over both spatial…

Action RecognitionOptical Flow EstimationVideo Understanding