paper-with-me

홈 › Papers

RefineVIS: Video Instance Segmentation with Temporal Attention Refinement

2023-06-07 · Andre Abrantes, Jiang Wang, Peng Chu, Quanzeng You, Zicheng Liu

We introduce a novel framework called RefineVIS for Video Instance Segmentation (VIS) that achieves good object association between frames and accurate segmentation masks by iteratively refining the representations using sequence context. RefineVIS learns two separate representations on top of an off-the-shelf frame-level image instance segmentation model: an association representation responsible for associating objects across frames and a segmentation representation that produces accurate segmentation masks. Contrastive learning is utilized to learn temporally stable association representations. A Temporal Attention Refinement (TAR) module learns discriminative segmentation representations by exploiting temporal relationships and a novel temporal contrastive denoising technique. Our method supports both online and offline inference. It achieves state-of-the-art video instance segmentation accuracy on YouTube-VIS 2019 (64.4 AP), Youtube-VIS 2021 (61.4 AP), and OVIS (46.1 AP) datasets. The visualization shows that the TAR module can generate more accurate instance segmentation masks, particularly for challenging cases such as highly occluded objects.

📄 PDF Abstract BibTeX arXiv:2306.04774

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningDenoisingInstance SegmentationSegmentationTARVideo Instance Segmentation

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Consistent Video Instance Segmentation with Inter-Frame Recurrent Attention

2022-06-14 · Quanzeng You, Jiang Wang, Peng Chu, Andre Abrantes 외

Video instance segmentation aims at predicting object segmentation masks for each frame, as well as associating the instances across multiple frames. Recent end-to-end video instance segmentation methods are capable of p…

Instance SegmentationObjectSegmentationSemantic Segmentation+1

MAIN: Multi-Attention Instance Network for Video Segmentation

2019-04-11 · Juan Leon Alcazar, Maria A. Bravo, Ali K. Thabet, Guillaume Jeanneret 외

Instance-level video segmentation requires a solid integration of spatial and temporal information. However, current methods rely mostly on domain-specific information (online learning) to produce accurate instance-level…

One-shot visual object segmentationSegmentationVideo SegmentationVideo Semantic Segmentation

Object Propagation via Inter-Frame Attentions for Temporally Stable Video Instance Segmentation

2021-11-15 · Anirudh S Chakravarthy, Won-Dong Jang, Zudi Lin, Donglai Wei 외

Video instance segmentation aims to detect, segment, and track objects in a video. Current approaches extend image-level segmentation algorithms to the temporal domain. However, this results in temporally inconsistent ma…

Instance SegmentationSegmentationSemantic SegmentationVideo Instance Segmentation

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

InstanceFormer: An Online Video Instance Segmentation Framework

2022-08-22 · Rajat Koner, Tanveer Hannan, Suprosanna Shit, Sahand Sharifzadeh 외

Recent transformer-based offline video instance segmentation (VIS) approaches achieve encouraging results and significantly outperform online approaches. However, their reliance on the whole video and the immense computa…

DecoderInstance SegmentationSemantic SegmentationVideo Instance Segmentation