CVDec 6, 2022

DiffusionInst: Diffusion Model for Instance Segmentation

arXiv:2212.02773v3118 citationsh-index: 14Has Code
Originality Highly original
AI Analysis

This work addresses instance segmentation for computer vision applications, offering a novel diffusion-based approach that is incremental in adapting generative models to discriminative tasks.

The paper tackles instance segmentation by proposing DiffusionInst, a framework that treats instances as filters and formulates segmentation as a denoising process, achieving competitive performance on COCO and LVIS datasets with various backbones like ResNet and Swin Transformers.

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.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes