FastInst: A Simple Query-Based Model for Real-Time Instance Segmentation

Abstract

Recent attention in instance segmentation has focused on query-based models. Despite being non-maximum suppression (NMS)-free and end-to-end, the superiority of these models on high-accuracy real-time benchmarks has not been well demonstrated. In this paper, we show the strong potential of query-based models on efficient instance segmentation algorithm designs. We present FastInst, a simple, effective query-based framework for real-time instance segmentation. FastInst can execute at a real-time speed (i.e., 32.5 FPS) while yielding an AP of more than 40 (i.e., 40.5 AP) on COCO test-dev without bells and whistles. Specifically, FastInst follows the meta-architecture of recently introduced Mask2Former. Its key designs include instance activation-guided queries, dual-path update strategy, and ground truth mask-guided learning, which enable us to use lighter pixel decoders, fewer Transformer decoder layers, while achieving better performance. The experiments show that FastInst outperforms most state-of-the-art real-time counterparts, including strong fully convolutional baselines, in both speed and accuracy. Code can be found at https://github.com/junjiehe96/FastInst.

Cite

Text

He et al. "FastInst: A Simple Query-Based Model for Real-Time Instance Segmentation." Conference on Computer Vision and Pattern Recognition, 2023. doi:10.1109/CVPR52729.2023.02266

Markdown

[He et al. "FastInst: A Simple Query-Based Model for Real-Time Instance Segmentation." Conference on Computer Vision and Pattern Recognition, 2023.](https://mlanthology.org/cvpr/2023/he2023cvpr-fastinst/) doi:10.1109/CVPR52729.2023.02266

BibTeX

@inproceedings{he2023cvpr-fastinst,
  title     = {{FastInst: A Simple Query-Based Model for Real-Time Instance Segmentation}},
  author    = {He, Junjie and Li, Pengyu and Geng, Yifeng and Xie, Xuansong},
  booktitle = {Conference on Computer Vision and Pattern Recognition},
  year      = {2023},
  pages     = {23663-23672},
  doi       = {10.1109/CVPR52729.2023.02266},
  url       = {https://mlanthology.org/cvpr/2023/he2023cvpr-fastinst/}
}