Back to Mmdetection

QueryInst

configs/queryinst/README.md

3.3.06.0 KB
Original Source

QueryInst

Instances as Queries

<!-- [ALGORITHM] -->

Abstract

We present QueryInst, a new perspective for instance segmentation. QueryInst is a multi-stage end-to-end system that treats instances of interest as learnable queries, enabling query based object detectors, e.g., Sparse R-CNN, to have strong instance segmentation performance. The attributes of instances such as categories, bounding boxes, instance masks, and instance association embeddings are represented by queries in a unified manner. In QueryInst, a query is shared by both detection and segmentation via dynamic convolutions and driven by parallelly-supervised multi-stage learning. We conduct extensive experiments on three challenging benchmarks, i.e., COCO, CityScapes, and YouTube-VIS to evaluate the effectiveness of QueryInst in object detection, instance segmentation, and video instance segmentation tasks. For the first time, we demonstrate that a simple end-to-end query based framework can achieve the state-of-the-art performance in various instance-level recognition tasks.

<div align=center> </div>

Results and Models

ModelBackboneStyleLr schdNumber of ProposalsMulti-ScaleRandomCropbox APmask APConfigDownload
QueryInstR-50-FPNpytorch1x100FalseFalse42.037.5configmodel | log
QueryInstR-50-FPNpytorch3x100TrueFalse44.839.8configmodel | log
QueryInstR-50-FPNpytorch3x300TrueTrue47.541.7configmodel | log
QueryInstR-101-FPNpytorch3x100TrueFalse46.441.0configmodel | log
QueryInstR-101-FPNpytorch3x300TrueTrue49.042.9configmodel | log

Citation

latex
@InProceedings{Fang_2021_ICCV,
    author    = {Fang, Yuxin and Yang, Shusheng and Wang, Xinggang and Li, Yu and Fang, Chen and Shan, Ying and Feng, Bin and Liu, Wenyu},
    title     = {Instances As Queries},
    booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV)},
    month     = {October},
    year      = {2021},
    pages     = {6910-6919}
}