paper-with-me

Papers

TransVOS: Video Object Segmentation with Transformers

2021-06-01 · Jianbiao Mei, Mengmeng Wang, Yeneng Lin, Yi Yuan, Yong liu

Recently, Space-Time Memory Network (STM) based methods have achieved state-of-the-art performance in semi-supervised video object segmentation (VOS). A crucial problem in this task is how to model the dependency both among different frames and inside every frame. However, most of these methods neglect the spatial relationships (inside each frame) and do not make full use of the temporal relationships (among different frames). In this paper, we propose a new transformer-based framework, termed TransVOS, introducing a vision transformer to fully exploit and model both the temporal and spatial relationships. Moreover, most STM-based approaches employ two separate encoders to extract features of two significant inputs, i.e., reference sets (history frames with predicted masks) and query frame (current frame), respectively, increasing the models' parameters and complexity. To slim the popular two-encoder pipeline while keeping the effectiveness, we design a single two-path feature extractor to encode the above two inputs in a unified way. Extensive experiments demonstrate the superiority of our TransVOS over state-of-the-art methods on both DAVIS and YouTube-VOS datasets.

📄 PDF Abstract BibTeX arXiv:2106.00588

Code (1)

sallymmx/TransVOS 공식 구현 pytorch

Tasks

ObjectOne-shot visual object segmentationSegmentationSemantic SegmentationSemi-Supervised Video Object SegmentationVideo Object SegmentationVideo Semantic Segmentation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Multi-Head Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
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$…
Vision Transformer The Vision Transformer, or ViT, is a model for image classification that employs a Transformer-like architecture over…

Similar Papers 제목 키워드 기반

ZJU ReLER Submission for EPIC-KITCHEN Challenge 2023: Semi-Supervised Video Object Segmentation

2023-07-05 · Jiahao Li, Yuanyou Xu, Zongxin Yang, Yi Yang 외

The Associating Objects with Transformers (AOT) framework has exhibited exceptional performance in a wide range of complex scenarios for video object segmentation. In this study, we introduce MSDeAOT, a variant of the AO…

ObjectPositionSegmentationSemantic Segmentation+3

Understanding Video Transformers for Segmentation: A Survey of Application and Interpretability

2023-10-18 · Rezaul Karim, Richard P. Wildes

Video segmentation encompasses a wide range of categories of problem formulation, e.g., object, scene, actor-action and multimodal video segmentation, for delineating task-specific scene components with pixel-level masks…

SegmentationVideo SegmentationVideo Semantic Segmentation

ZJU ReLER Submission for EPIC-KITCHEN Challenge 2023: TREK-150 Single Object Tracking

2023-07-05 · Yuanyou Xu, Jiahao Li, Zongxin Yang, Yi Yang 외

The Associating Objects with Transformers (AOT) framework has exhibited exceptional performance in a wide range of complex scenarios for video object tracking and segmentation. In this study, we convert the bounding boxe…

ObjectObject TrackingSegmentationSemantic Segmentation+3

End-to-End Video Instance Segmentation with Transformers

2020-11-30 · CVPR 2021 1 · Yuqing Wang, Zhaoliang Xu, Xinlong Wang, Chunhua Shen 외

Video instance segmentation (VIS) is the task that requires simultaneously classifying, segmenting and tracking object instances of interest in video. Recent methods typically develop sophisticated pipelines to tackle th…

Instance SegmentationSegmentationSemantic SegmentationVideo Instance Segmentation+1

On Moving Object Segmentation from Monocular Video with Transformers

2024-11-28 · Christian Homeyer, Christoph Schnörr

Moving object detection and segmentation from a single moving camera is a challenging task, requiring an understanding of recognition, motion and 3D geometry. Combining both recognition and reconstruction boils down to a…

3D geometryMotion SegmentationMoving Object Detectionobject-detection+3