paper-with-me

Papers

DiffusionInst: Diffusion Model for Instance Segmentation

2022-12-06 · Zhangxuan Gu, Haoxing Chen, Zhuoer Xu, Jun Lan, Changhua Meng, Weiqiang Wang

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.

📄 PDF Abstract BibTeX arXiv:2212.02773

Code (2)

chenhaoxing/DiffusionInst 공식 구현 pytorch
alipay/diffusion-model-for-instance-segmentation pytorch

Tasks

DenoisingInstance SegmentationmodelSegmentation

Methods 이 논문이 사용한 방법론

1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Average Pooling 설명 없음
Residual Connection 설명 없음
Batch Normalization 설명 없음
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Kaiming Initialization 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

SEMI-DiffusionInst: A Diffusion Model Based Approach for Semiconductor Defect Classification and Segmentation

2023-07-17 · Vic De Ridder, Bappaditya Dey, Sandip Halder, Bartel Van Waeyenberge

With continuous progression of Moore's Law, integrated circuit (IC) device complexity is also increasing. Scanning Electron Microscope (SEM) image based extensive defect inspection and accurate metrology extraction are t…

Instance Migration Diffusion for Nuclear Instance Segmentation in Pathology

2025-04-02 · Lirui Qi, Hongliang He, Tong Wang, Siwei Feng 외

Nuclear instance segmentation plays a vital role in disease diagnosis within digital pathology. However, limited labeled data in pathological images restricts the overall performance of nuclear instance segmentation. To …

Data AugmentationInstance SegmentationSegmentationSemantic Segmentation

Conditional Latent Diffusion Models for Zero-Shot Instance Segmentation

2025-08-06 · Maximilian Ulmer, Wout Boerdijk, Rudolph Triebel, Maximilian Durner arxiv

This paper presents OC-DiT, a novel class of diffusion models designed for object-centric prediction, and applies it to zero-shot instance segmentation. We propose a conditional latent diffusion framework that generates …

Instance Segmentation

MosaicFusion: Diffusion Models as Data Augmenters for Large Vocabulary Instance Segmentation

2023-09-22 · Jiahao Xie, Wei Li, Xiangtai Li, Ziwei Liu 외

We present MosaicFusion, a simple yet effective diffusion-based data augmentation approach for large vocabulary instance segmentation. Our method is training-free and does not rely on any label supervision. Two key desig…

Data AugmentationInstance SegmentationSemantic Segmentation

Where's Waldo: Diffusion Features for Personalized Segmentation and Retrieval

2024-05-28 · Dvir Samuel, Rami Ben-Ari, Matan Levy, Nir Darshan 외

Personalized retrieval and segmentation aim to locate specific instances within a dataset based on an input image and a short description of the reference instance. While supervised methods are effective, they require ex…

Personalized SegmentationRetrievalSegmentation