paper-with-me

Papers

Towards Robust Video Instance Segmentation with Temporal-Aware Transformer

2023-01-20 · Zhenghao Zhang, Fangtao Shao, Zuozhuo Dai, Siyu Zhu

Most existing transformer based video instance segmentation methods extract per frame features independently, hence it is challenging to solve the appearance deformation problem. In this paper, we observe the temporal information is important as well and we propose TAFormer to aggregate spatio-temporal features both in transformer encoder and decoder. Specifically, in transformer encoder, we propose a novel spatio-temporal joint multi-scale deformable attention module which dynamically integrates the spatial and temporal information to obtain enriched spatio-temporal features. In transformer decoder, we introduce a temporal self-attention module to enhance the frame level box queries with the temporal relation. Moreover, TAFormer adopts an instance level contrastive loss to increase the discriminability of instance query embeddings. Therefore the tracking error caused by visually similar instances can be decreased. Experimental results show that TAFormer effectively leverages the spatial and temporal information to obtain context-aware feature representation and outperforms state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2301.09416

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderInstance SegmentationSemantic SegmentationVideo Instance Segmentation

Methods 이 논문이 사용한 방법론

Deformable Attention Module Deformable Attention Module is an attention module used in the Deformable DETR architecture, which seeks to overcome one…

Similar Papers 제목 키워드 기반

Hybrid Instance-aware Temporal Fusion for Online Video Instance Segmentation

2021-12-03 · Xiang Li, Jinglu Wang, Xiao Li, Yan Lu

Recently, transformer-based image segmentation methods have achieved notable success against previous solutions. While for video domains, how to effectively model temporal context with the attention of object instances a…

Image SegmentationInstance SegmentationSemantic SegmentationVideo Instance Segmentation

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…

Instance Segmentationobject-detectionObject DetectionSegmentation+2

Temporally Efficient Vision Transformer for Video Instance Segmentation

2022-04-18 · CVPR 2022 1 · Shusheng Yang, Xinggang Wang, Yu Li, Yuxin Fang 외

Recently vision transformer has achieved tremendous success on image-level visual recognition tasks. To effectively and efficiently model the crucial temporal information within a video clip, we propose a Temporally Effi…

Instance SegmentationSemantic SegmentationVideo Instance Segmentation

Online Video Instance Segmentation via Robust Context Fusion

2022-07-12 · Xiang Li, Jinglu Wang, Xiaohao Xu, Bhiksha Raj 외

Video instance segmentation (VIS) aims at classifying, segmenting and tracking object instances in video sequences. Recent transformer-based neural networks have demonstrated their powerful capability of modeling spatio-…

Instance SegmentationSegmentationSemantic SegmentationVideo Instance Segmentation

A2VIS: Amodal-Aware Approach to Video Instance Segmentation

2024-12-02 · Minh Tran, Thang Pham, Winston Bounsavy, Tri Nguyen 외

Handling occlusion remains a significant challenge for video instance-level tasks like Multiple Object Tracking (MOT) and Video Instance Segmentation (VIS). In this paper, we propose a novel framework, Amodal-Aware Video…

Instance SegmentationMultiple Object TrackingObjectObject Tracking+3