paper-with-me

홈 › Papers

Video Object Segmentation With Dynamic Memory Networks and Adaptive Object Alignment

2021-01-01 · ICCV 2021 10 · Shuxian Liang, Xu Shen, Jianqiang Huang, Xian-Sheng Hua

In this paper, we propose a novel solution for object-matching based semi-supervised video object segmentation, where the target object masks in the first frame are provided. Existing object-matching based methods focus on the matching between the raw object features of the current frame and the first/previous frames. However, two issues are still not solved by these object-matching based methods. As the appearance of the video object changes drastically over time, 1) unseen parts/details of the object present in the current frame, resulting in incomplete annotation in the first annotated frame (e.g., view/scale changes). 2) even for the seen parts/details of the object in the current frame, their positions change relatively (e.g., pose changes/camera motion), leading to a misalignment for the object matching. To obtain the complete information of the target object, we propose a novel object-based dynamic memory network that exploits visual contents of all the past frames. To solve the misalignment problem caused by position changes of visual contents, we propose an adaptive object alignment module by incorporating a region translation function that aligns object proposals towards templates in the feature space. Our method achieves state-of-the-art results on latest benchmark datasets DAVIS 2017 (J of 81.4% and F of 87.5% on the validation set) and YouTube-VOS (the overall score of 82.7% on the validation set) with a very efficient inference time (0.16 second/frame on DAVIS 2017 validation set). Code is available at: https://github.com/liang4sx/DMN-AOA.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

ObjectSemantic SegmentationSemi-Supervised Video Object SegmentationVideo Object SegmentationVideo Semantic Segmentation

Methods 이 논문이 사용한 방법론

GRU A Gated Recurrent Unit, or GRU, is a type of recurrent neural network. It is similar to an LSTM, but only has two gates - a reset…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Dynamic Memory Network A Dynamic Memory Network is a neural network architecture which processes input sequences and questions, forms episodic memories, and generates relevant answers. Questions…
Memory Network 설명 없음

Similar Papers 제목 키워드 기반

SwiftNet: Real-time Video Object Segmentation

2021-02-09 · CVPR 2021 1 · Haochen Wang, XiaoLong Jiang, Haibing Ren, Yao Hu 외

In this work we present SwiftNet for real-time semisupervised video object segmentation (one-shot VOS), which reports 77.8% J &F and 70 FPS on DAVIS 2017 validation dataset, leading all present solutions in overall accur…

ObjectSegmentationSemantic SegmentationSemi-Supervised Video Object Segmentation+2

Adaptive Memory Management for Video Object Segmentation

2022-04-13 · Ali Pourganjalikhan, Charalambos Poullis

Matching-based networks have achieved state-of-the-art performance for video object segmentation (VOS) tasks by storing every-k frames in an external memory bank for future inference. Storing the intermediate frames' pre…

ManagementObjectSegmentationSemantic Segmentation+3

Training-Free Spatio-temporal Decoupled Reasoning Video Segmentation with Adaptive Object Memory

2026-03-02 · Zhengtong Zhu, Jiaqing Fan, Zhixuan Liu, Fanzhang Li arxiv

Reasoning Video Object Segmentation (ReasonVOS) is a challenging task that requires stable object segmentation across video sequences using implicit and complex textual inputs. Previous methods fine-tune Multimodal Large…

Video Object SegmentationVideo Segmentation

Local-Global Context Aware Transformer for Language-Guided Video Segmentation

2022-03-18 · Chen Liang, Wenguan Wang, Tianfei Zhou, Jiaxu Miao 외

We explore the task of language-guided video segmentation (LVS). Previous algorithms mostly adopt 3D CNNs to learn video representation, struggling to capture long-term context and easily suffering from visual-linguistic…

Referring Expression SegmentationReferring Video Object SegmentationSegmentationSemantic Segmentation+4

Two-Stream Networks for Object Segmentation in Videos

2022-08-08 · Hannan Lu, Zhi Tian, Lirong Yang, Haibing Ren 외

Existing matching-based approaches perform video object segmentation (VOS) via retrieving support features from a pixel-level memory, while some pixels may suffer from lack of correspondence in the memory (i.e., unseen),…

ObjectRetrievalSegmentationSemantic Segmentation+3