2022

Mask DINO: Towards A Unified Transformer-based Framework for Object Detection and Segmentation

Li, Feng, Zhang, Hao, xu, Huaizhe et al.

Understand

In this paper we present Mask DINO, a unified object detection and segmentation framework.

  • Mask DINO extends DINO (DETR with Improved Denoising Anchor Boxes) by adding a mask prediction branch which supports all image segmentation tasks (instance, panoptic, and semantic).
  • It makes use of the query embeddings from DINO to dot-product a high-resolution pixel embedding map to predict a set of binary masks.
  • Some key components in DINO are extended for segmentation through a shared architecture and training process.

Reading the bibliography…