paper-with-me

Papers

MaskDiff: Modeling Mask Distribution with Diffusion Probabilistic Model for Few-Shot Instance Segmentation

2023-03-09 · Minh-Quan Le, Tam V. Nguyen, Trung-Nghia Le, Thanh-Toan Do, Minh N. Do, Minh-Triet Tran

Few-shot instance segmentation extends the few-shot learning paradigm to the instance segmentation task, which tries to segment instance objects from a query image with a few annotated examples of novel categories. Conventional approaches have attempted to address the task via prototype learning, known as point estimation. However, this mechanism depends on prototypes (\eg mean of $K-$shot) for prediction, leading to performance instability. To overcome the disadvantage of the point estimation mechanism, we propose a novel approach, dubbed MaskDiff, which models the underlying conditional distribution of a binary mask, which is conditioned on an object region and $K-$shot information. Inspired by augmentation approaches that perturb data with Gaussian noise for populating low data density regions, we model the mask distribution with a diffusion probabilistic model. We also propose to utilize classifier-free guided mask sampling to integrate category information into the binary mask generation process. Without bells and whistles, our proposed method consistently outperforms state-of-the-art methods on both base and novel classes of the COCO dataset while simultaneously being more stable than existing methods. The source code is available at: https://github.com/minhquanlecs/MaskDiff.

📄 PDF Abstract BibTeX arXiv:2303.05105

Code (1)

minhquanlecs/maskdiff 공식 구현

Tasks

Few-shot Instance SegmentationFew-Shot LearningInstance SegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
BASE 설명 없음

Similar Papers 제목 키워드 기반

Masked Diffusion Modeling for Anomaly Detection

2026-05-28 · Lixing Zhang, Yuchen Liang, Liyan Xie arxiv

Anomaly detection aims to identify samples that deviate from the nominal data distribution and is central to many safety-critical applications. However, developing effective anomaly detection methods for categorical, mix…

Anomaly Detection

MaskDiffusion: Exploiting Pre-trained Diffusion Models for Semantic Segmentation

2024-03-17 · Yasufumi Kawano, Yoshimitsu Aoki

Semantic segmentation is essential in computer vision for various applications, yet traditional approaches face significant challenges, including the high cost of annotation and extensive training for supervised learning…

Open Vocabulary Semantic SegmentationOpen-Vocabulary Semantic SegmentationProper NounSegmentation+1

MaskDiffusion: Boosting Text-to-Image Consistency with Conditional Mask

2023-09-08 · Yupeng Zhou, Daquan Zhou, Zuo-Liang Zhu, Yaxing Wang 외

Recent advancements in diffusion models have showcased their impressive capacity to generate visually striking images. Nevertheless, ensuring a close match between the generated image and the given prompt remains a persi…

Beyond Hard Masks: Progressive Token Evolution for Diffusion Language Models

2026-01-12 · Linhao Zhong, Linyu Wu, Bozhen Fang, Tianjian Feng 외 arxiv

Diffusion Language Models (DLMs) offer a promising alternative for language modeling by enabling parallel decoding through iterative refinement. However, most DLMs rely on hard binary masking and discrete token assignmen…

RePaint: Inpainting using Denoising Diffusion Probabilistic Models

2022-01-24 · CVPR 2022 1 · Andreas Lugmayr, Martin Danelljan, Andres Romero, Fisher Yu 외

Free-form inpainting is the task of adding new content to an image in the regions specified by an arbitrary binary mask. Most existing approaches train for a certain distribution of masks, which limits their generalizati…

DenoisingImage Inpainting