SOTAVerified

DiffusionInst: Diffusion Model for Instance Segmentation

2022-12-06Code Available2· sign in to hype

Zhangxuan Gu, Haoxing Chen, Zhuoer Xu, Jun Lan, Changhua Meng, Weiqiang Wang

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Diffusion frameworks have achieved comparable performance with previous state-of-the-art image generation models. Researchers are curious about its variants in discriminative tasks because of its powerful noise-to-image denoising pipeline. This paper proposes DiffusionInst, a novel framework that represents instances as instance-aware filters and formulates instance segmentation as a noise-to-filter denoising process. The model is trained to reverse the noisy groundtruth without any inductive bias from RPN. During inference, it takes a randomly generated filter as input and outputs mask in one-step or multi-step denoising. Extensive experimental results on COCO and LVIS show that DiffusionInst achieves competitive performance compared to existing instance segmentation models with various backbones, such as ResNet and Swin Transformers. We hope our work could serve as a strong baseline, which could inspire designing more efficient diffusion frameworks for challenging discriminative tasks. Our code is available in https://github.com/chenhaoxing/DiffusionInst.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
COCO test-devDiffusionInst-SwinLmask AP48.3Unverified
COCO test-devDiffusionInst-SwinBmask AP47.6Unverified
COCO test-devDiffusionInst-ResNet101mask AP41.5Unverified
COCO test-devDiffusionInst-ResNet50mask AP37.1Unverified
LVIS v1.0 valDiffusionInst-SwinLmask AP38.6Unverified
LVIS v1.0 valDiffusionInst-SwinBmask AP36Unverified
LVIS v1.0 valDiffusionInst-ResNet101mask AP27Unverified
LVIS v1.0 valDiffusionInst-ResNet50mask AP22.3Unverified

Reproductions