paper-with-me

Papers

Efficient Video Instance Segmentation via Tracklet Query and Proposal

2022-03-03 · CVPR 2022 1 · Jialian Wu, Sudhir Yarram, Hui Liang, Tian Lan, Junsong Yuan, Jayan Eledath, Gerard Medioni

Video Instance Segmentation (VIS) aims to simultaneously classify, segment, and track multiple object instances in videos. Recent clip-level VIS takes a short video clip as input each time showing stronger performance than frame-level VIS (tracking-by-segmentation), as more temporal context from multiple frames is utilized. Yet, most clip-level methods are neither end-to-end learnable nor real-time. These limitations are addressed by the recent VIS transformer (VisTR) which performs VIS end-to-end within a clip. However, VisTR suffers from long training time due to its frame-wise dense attention. In addition, VisTR is not fully end-to-end learnable in multiple video clips as it requires a hand-crafted data association to link instance tracklets between successive clips. This paper proposes EfficientVIS, a fully end-to-end framework with efficient training and inference. At the core are tracklet query and tracklet proposal that associate and segment regions-of-interest (RoIs) across space and time by an iterative query-video interaction. We further propose a correspondence learning that makes tracklets linking between clips end-to-end learnable. Compared to VisTR, EfficientVIS requires 15x fewer training epochs while achieving state-of-the-art accuracy on the YouTube-VIS benchmark. Meanwhile, our method enables whole video instance segmentation in a single end-to-end pass without data association at all.

📄 PDF Abstract BibTeX arXiv:2203.01853

Code (0)

등록된 구현이 없습니다.

Tasks

Instance SegmentationSegmentationSemantic SegmentationVideo Instance Segmentation

Methods 이 논문이 사용한 방법론

VisTR VisTR is a Transformer based video instance segmentation model. It views video instance segmentation as a direct end-to-end…

Similar Papers 제목 키워드 기반

Video Relation Detection via Tracklet based Visual Transformer

2021-08-19 · Kaifeng Gao, Long Chen, Yifeng Huang, Jun Xiao

Video Visual Relation Detection (VidVRD), has received significant attention of our community over recent years. In this paper, we apply the state-of-the-art video object tracklet detection pipeline MEGA and deepSORT to …

DecoderRelationVideo Visual Relation Detection

InsPro: Propagating Instance Query and Proposal for Online Video Instance Segmentation

2023-01-05 · Fei He, Haoyang Zhang, Naiyu Gao, Jian Jia 외

Video instance segmentation (VIS) aims at segmenting and tracking objects in videos. Prior methods typically generate frame-level or clip-level object instances first and then associate them by either additional tracking…

Instance SegmentationObjectSemantic SegmentationVideo Instance Segmentation

Target-Aware Object Discovery and Association for Unsupervised Video Multi-Object Segmentation

2021-04-10 · CVPR 2021 1 · Tianfei Zhou, Jianwu Li, Xueyi Li, Ling Shao

This paper addresses the task of unsupervised video multi-object segmentation. Current approaches follow a two-stage paradigm: 1) detect object proposals using pre-trained Mask R-CNN, and 2) conduct generic feature match…

ObjectObject DiscoverySegmentationSemantic Segmentation+2

4D-StOP: Panoptic Segmentation of 4D LiDAR using Spatio-temporal Object Proposal Generation and Aggregation

2022-09-29 · Lars Kreuzberg, Idil Esen Zulfikar, Sabarinath Mahadevan, Francis Engelmann 외

In this work, we present a new paradigm, called 4D-StOP, to tackle the task of 4D Panoptic LiDAR Segmentation. 4D-StOP first generates spatio-temporal proposals using voting-based center predictions, where each point in …

4D Panoptic SegmentationObject Proposal GenerationPanoptic Segmentation

Instances as Queries

2021-05-05 · ICCV 2021 10 · Yuxin Fang, Shusheng Yang, Xinggang Wang, Yu Li 외

Recently, query based object detection frameworks achieve comparable performance with previous state-of-the-art object detectors. However, how to fully leverage such frameworks to perform instance segmentation remains an…

Instance SegmentationObjectobject-detectionObject Detection+2