paper-with-me

Papers

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

2023-01-05 · Fei He, Haoyang Zhang, Naiyu Gao, Jian Jia, Yanhu Shan, Xin Zhao, Kaiqi Huang

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 heads or complex instance matching algorithms. This explicit instance association approach increases system complexity and fails to fully exploit temporal cues in videos. In this paper, we design a simple, fast and yet effective query-based framework for online VIS. Relying on an instance query and proposal propagation mechanism with several specially developed components, this framework can perform accurate instance association implicitly. Specifically, we generate frame-level object instances based on a set of instance query-proposal pairs propagated from previous frames. This instance query-proposal pair is learned to bind with one specific object across frames through conscientiously developed strategies. When using such a pair to predict an object instance on the current frame, not only the generated instance is automatically associated with its precursors on previous frames, but the model gets a good prior for predicting the same object. In this way, we naturally achieve implicit instance association in parallel with segmentation and elegantly take advantage of temporal clues in videos. To show the effectiveness of our method InsPro, we evaluate it on two popular VIS benchmarks, i.e., YouTube-VIS 2019 and YouTube-VIS 2021. Without bells-and-whistles, our InsPro with ResNet-50 backbone achieves 43.2 AP and 37.6 AP on these two benchmarks respectively, outperforming all other online VIS methods.

📄 PDF Abstract BibTeX arXiv:2301.01882

Code (0)

등록된 구현이 없습니다.

Tasks

Instance SegmentationObjectSemantic SegmentationVideo Instance Segmentation

Similar Papers 제목 키워드 기반

Binscatter Regressions

2019-02-25 · Matias D. Cattaneo, Richard K. Crump, Max H. Farrell, Yingjie Feng

We introduce the package Binsreg, which implements the binscatter methods developed by Cattaneo, Crump, Farrell, and Feng (2024b,a). The package includes seven commands: binsreg, binslogit, binsprobit, binsqreg, binstest…

quantile regressionregressionUncertainty Quantification

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

Instance Guided Proposal Network for Person Search

2020-06-01 · CVPR 2020 6 · Wenkai Dong, Zhaoxiang Zhang, Chunfeng Song, Tieniu Tan

Person detection networks have been widely used in person search. These detectors discriminate persons from the background and generate proposals of all the persons from a gallery of scene images for each query. However,…

Human DetectionPerson SearchRegion ProposalRelation

VL-NMS: Breaking Proposal Bottlenecks in Two-Stage Visual-Language Matching

2021-05-12 · Chenchi Zhang, Wenbo Ma, Jun Xiao, Hanwang Zhang 외

The prevailing framework for matching multimodal inputs is based on a two-stage process: 1) detecting proposals with an object detector and 2) matching text queries with proposals. Existing two-stage solutions mostly foc…

Image-text matchingReferring ExpressionText MatchingVocal Bursts Valence Prediction

A Structure-Aware Relation Network for Thoracic Diseases Detection and Segmentation

2021-04-21 · Jie Lian, Jingyu Liu, Shu Zhang, Kai Gao 외

Instance level detection and segmentation of thoracic diseases or abnormalities are crucial for automatic diagnosis in chest X-ray images. Leveraging on constant structure and disease relations extracted from domain know…

Instance SegmentationObject DetectionRelationRelation Network