paper-with-me

홈 › Papers

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

2022-06-06 · CVPR 2023 1 · Feng Li, Hao Zhang, Huaizhe xu, Shilong Liu, Lei Zhang, Lionel M. Ni, Heung-Yeung Shum

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. Mask DINO is simple, efficient, and scalable, and it can benefit from joint large-scale detection and segmentation datasets. Our experiments show that Mask DINO significantly outperforms all existing specialized segmentation methods, both on a ResNet-50 backbone and a pre-trained model with SwinL backbone. Notably, Mask DINO establishes the best results to date on instance segmentation (54.5 AP on COCO), panoptic segmentation (59.4 PQ on COCO), and semantic segmentation (60.8 mIoU on ADE20K) among models under one billion parameters. Code is available at \url{https://github.com/IDEACVR/MaskDINO}.

📄 PDF Abstract BibTeX arXiv:2206.02777

Code (10)

idea-research/maskdino 공식 구현 pytorch
Expedit-LargeScale-Vision-Transformer/Expedit-DINO pytorch
IDEA-opensource/DAB-DETR pytorch
IDEA-opensource/DN-DETR pytorch
IDEACVR/DINO pytorch
PaddlePaddle/PaddleDetection paddle
idea-research/dab-detr pytorch
idea-research/dn-detr pytorch
isbrycee/gem pytorch
isbrycee/gem-glass-segmentor pytorch

Tasks

Image SegmentationInstance SegmentationObject DetectionPanoptic SegmentationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Residual Connection 설명 없음
Vision Transformer The Vision Transformer, or ViT, is a model for image classification that employs a Transformer-like architecture over…

Similar Papers 제목 키워드 기반

DI-MaskDINO: A Joint Object Detection and Instance Segmentation Model

2024-10-22 · Zhixiong Nan, Xianghong Li, Tao Xiang, Jifeng Dai

This paper is motivated by an interesting phenomenon: the performance of object detection lags behind that of instance segmentation (i.e., performance imbalance) when investigating the intermediate results from the begin…

DecoderInstance SegmentationObjectobject-detection+3

UIFormer: A Unified Transformer-based Framework for Incremental Few-Shot Object Detection and Instance Segmentation

2024-11-13 · ChengYuan Zhang, Yilin Zhang, Lei Zhu, Deyin Liu 외

This paper introduces a novel framework for unified incremental few-shot object detection (iFSOD) and instance segmentation (iFSIS) using the Transformer architecture. Our goal is to create an optimal solution for situat…

DecoderFew-Shot Object DetectionIncremental LearningInstance Segmentation+4

Rethinking Random Masking in Self Distillation on ViT

2025-06-12 · Jihyeon Seong, Hyunkyung Han

Vision Transformers (ViTs) have demonstrated remarkable performance across a wide range of vision tasks. In particular, self-distillation frameworks such as DINO have contributed significantly to these advances. Within s…

Analyzing Local Representations of Self-supervised Vision Transformers

2023-12-31 · Ani Vanyan, Alvard Barseghyan, Hakob Tamazyan, Vahan Huroyan 외

In this paper, we present a comparative analysis of various self-supervised Vision Transformers (ViTs), focusing on their local representative power. Inspired by large language models, we examine the abilities of ViTs to…

Contrastive LearningFew-Shot Semantic SegmentationRetrievalSemantic Segmentation

DINO-X: A Unified Vision Model for Open-World Object Detection and Understanding

2024-11-21 · Tianhe Ren, Yihao Chen, Qing Jiang, Zhaoyang Zeng 외

In this paper, we introduce DINO-X, which is a unified object-centric vision model developed by IDEA Research with the best open-world object detection performance to date. DINO-X employs the same Transformer-based encod…

Long-tailed Object DetectionObjectobject-detectionObject Detection+3