paper-with-me

Papers

DeVIS: Making Deformable Transformers Work for Video Instance Segmentation

2022-07-22 · Adrià Caelles, Tim Meinhardt, Guillem Brasó, Laura Leal-Taixé

Video Instance Segmentation (VIS) jointly tackles multi-object detection, tracking, and segmentation in video sequences. In the past, VIS methods mirrored the fragmentation of these subtasks in their architectural design, hence missing out on a joint solution. Transformers recently allowed to cast the entire VIS task as a single set-prediction problem. Nevertheless, the quadratic complexity of existing Transformer-based methods requires long training times, high memory requirements, and processing of low-single-scale feature maps. Deformable attention provides a more efficient alternative but its application to the temporal domain or the segmentation task have not yet been explored. In this work, we present Deformable VIS (DeVIS), a VIS method which capitalizes on the efficiency and performance of deformable Transformers. To reason about all VIS subtasks jointly over multiple frames, we present temporal multi-scale deformable attention with instance-aware object queries. We further introduce a new image and video instance mask head with multi-scale features, and perform near-online video processing with multi-cue clip tracking. DeVIS reduces memory as well as training time requirements, and achieves state-of-the-art results on the YouTube-VIS 2021, as well as the challenging OVIS dataset. Code is available at https://github.com/acaelles97/DeVIS.

📄 PDF Abstract BibTeX arXiv:2207.11103

Code (1)

acaelles97/devis 공식 구현 pytorch

Tasks

Instance Segmentationobject-detectionObject DetectionSegmentationSemantic SegmentationVideo Instance Segmentation

Methods 이 논문이 사용한 방법론

CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

Deformable Video Transformer

2022-03-31 · CVPR 2022 1 · Jue Wang, Lorenzo Torresani

Video transformers have recently emerged as an effective alternative to convolutional networks for action classification. However, most prior video transformers adopt either global space-time attention or hand-defined st…

Action Classification

DeU-Net: Deformable U-Net for 3D Cardiac MRI Video Segmentation

2020-07-13 · Shunjie Dong, Jinlong Zhao, Maojun Zhang, Zhengxue Shi 외

Automatic segmentation of cardiac magnetic resonance imaging (MRI) facilitates efficient and accurate volume measurement in clinical applications. However, due to anisotropic resolution and ambiguous border (e.g., right …

Video SegmentationVideo Semantic Segmentation

EDVR: Video Restoration with Enhanced Deformable Convolutional Networks

2019-05-07 · Xintao Wang, Kelvin C. K. Chan, Ke Yu, Chao Dong 외

Video restoration tasks, including super-resolution, deblurring, etc, are drawing increasing attention in the computer vision community. A challenging benchmark named REDS is released in the NTIRE19 Challenge. This new b…

DeblurringSuper-ResolutionVideo EnhancementVideo Restoration+1

Self-supervised Video Object Segmentation with Distillation Learning of Deformable Attention

2024-01-25 · Quang-Trung Truong, Duc Thanh Nguyen, Binh-Son Hua, Sai-Kit Yeung

Video object segmentation is a fundamental research problem in computer vision. Recent techniques have often applied attention mechanism to object representation learning from video sequences. However, due to temporal ch…

Knowledge DistillationObjectRepresentation LearningSegmentation+4

STDAN: Deformable Attention Network for Space-Time Video Super-Resolution

2022-03-14 · Hai Wang, Xiaoyu Xiang, Yapeng Tian, Wenming Yang 외

The target of space-time video super-resolution (STVSR) is to increase the spatial-temporal resolution of low-resolution (LR) and low frame rate (LFR) videos. Recent approaches based on deep learning have made significan…

Space-time Video Super-resolutionSuper-ResolutionVideo Super-Resolution