paper-with-me

Papers

Open-vocabulary Object Segmentation with Diffusion Models

2023-01-12 · ICCV 2023 1 · Ziyi Li, Qinye Zhou, Xiaoyun Zhang, Ya zhang, Yanfeng Wang, Weidi Xie

The goal of this paper is to extract the visual-language correspondence from a pre-trained text-to-image diffusion model, in the form of segmentation map, i.e., simultaneously generating images and segmentation masks for the corresponding visual entities described in the text prompt. We make the following contributions: (i) we pair the existing Stable Diffusion model with a novel grounding module, that can be trained to align the visual and textual embedding space of the diffusion model with only a small number of object categories; (ii) we establish an automatic pipeline for constructing a dataset, that consists of {image, segmentation mask, text prompt} triplets, to train the proposed grounding module; (iii) we evaluate the performance of open-vocabulary grounding on images generated from the text-to-image diffusion model and show that the module can well segment the objects of categories beyond seen ones at training time; (iv) we adopt the augmented diffusion model to build a synthetic semantic segmentation dataset, and show that, training a standard segmentation model on such dataset demonstrates competitive performance on the zero-shot segmentation(ZS3) benchmark, which opens up new opportunities for adopting the powerful diffusion model for discriminative tasks.

📄 PDF Abstract BibTeX arXiv:2301.05221

Code (1)

lipurple/grounded-diffusion pytorch

Tasks

Image SegmentationObjectSegmentationSemantic SegmentationZero Shot Segmentation

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…
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…

Similar Papers 제목 키워드 기반

Diffusion Model is Secretly a Training-free Open Vocabulary Semantic Segmenter

2023-09-06 · Jinglong Wang, Xiawei Li, Jing Zhang, Qingyuan Xu 외

The pre-trained text-image discriminative models, such as CLIP, has been explored for open-vocabulary semantic segmentation with unsatisfactory results due to the loss of crucial localization information and awareness of…

Contrastive LearningDenoisingImage GenerationObject+5

Open-Vocabulary Panoptic Segmentation with Text-to-Image Diffusion Models

2023-03-08 · CVPR 2023 1 · Jiarui Xu, Sifei Liu, Arash Vahdat, Wonmin Byeon 외

We present ODISE: Open-vocabulary DIffusion-based panoptic SEgmentation, which unifies pre-trained text-image diffusion and discriminative models to perform open-vocabulary panoptic segmentation. Text-to-image diffusion …

Open Vocabulary Panoptic SegmentationOpen Vocabulary Semantic SegmentationOpen-World Instance SegmentationPanoptic Segmentation+3

Leveraging Open-Vocabulary Diffusion to Camouflaged Instance Segmentation

2023-12-29 · Tuan-Anh Vu, Duc Thanh Nguyen, Qing Guo, Binh-Son Hua 외

Text-to-image diffusion techniques have shown exceptional capability of producing high-quality images from text descriptions. This indicates that there exists a strong correlation between the visual and textual domains. …

Instance SegmentationSegmentationSemantic Segmentation

Open-Vocabulary 3D Semantic Segmentation with Text-to-Image Diffusion Models

2024-07-18 · Xiaoyu Zhu, Hao Zhou, Pengfei Xing, Long Zhao 외

In this paper, we investigate the use of diffusion models which are pre-trained on large-scale image-caption pairs for open-vocabulary 3D semantic understanding. We propose a novel method, namely Diff2Scene, which levera…

3D Semantic SegmentationSemantic SegmentationVisual Grounding

FreeSeg-Diff: Training-Free Open-Vocabulary Segmentation with Diffusion Models

2024-03-29 · Barbara Toniella Corradini, Mustafa Shukor, Paul Couairon, Guillaume Couairon 외

Foundation models have exhibited unprecedented capabilities in tackling many domains and tasks. Models such as CLIP are currently widely used to bridge cross-modal representations, and text-to-image diffusion models are …

Image GenerationImage SegmentationSegmentationSemantic Segmentation+1