paper-with-me

Papers

Diffuse, Attend, and Segment: Unsupervised Zero-Shot Segmentation using Stable Diffusion

2023-08-23 · Junjiao Tian, Lavisha Aggarwal, Andrea Colaco, Zsolt Kira, Mar Gonzalez-Franco

Producing quality segmentation masks for images is a fundamental problem in computer vision. Recent research has explored large-scale supervised training to enable zero-shot segmentation on virtually any image style and unsupervised training to enable segmentation without dense annotations. However, constructing a model capable of segmenting anything in a zero-shot manner without any annotations is still challenging. In this paper, we propose to utilize the self-attention layers in stable diffusion models to achieve this goal because the pre-trained stable diffusion model has learned inherent concepts of objects within its attention layers. Specifically, we introduce a simple yet effective iterative merging process based on measuring KL divergence among attention maps to merge them into valid segmentation masks. The proposed method does not require any training or language dependency to extract quality segmentation for any images. On COCO-Stuff-27, our method surpasses the prior unsupervised zero-shot SOTA method by an absolute 26% in pixel accuracy and 17% in mean IoU. The project page is at \url{https://sites.google.com/view/diffseg/home}.

📄 PDF Abstract BibTeX arXiv:2308.12469

Code (1)

google/diffseg 공식 구현 tf

Tasks

SegmentationSemantic SegmentationvalidZero Shot 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…

Similar Papers 제목 키워드 기반

Diffuse Attend and Segment: Unsupervised Zero-Shot Segmentation using Stable Diffusion

2024-01-01 · CVPR 2024 1 · Junjiao Tian, Lavisha Aggarwal, Andrea Colaco, Zsolt Kira 외

Producing quality segmentation masks for images is a fundamental problem in computer vision. Recent research has explored large-scale supervised training to enable zero-shot transfer segmentation on virtually any ima…

SegmentationvalidZero Shot Segmentation

Attend to the Right Context: A Plug-and-Play Module for Content-Controllable Summarization

2022-12-21 · Wen Xiao, Lesly Miculicich, Yang Liu, Pengcheng He 외

Content-Controllable Summarization generates summaries focused on the given controlling signals. Due to the lack of large-scale training corpora for the task, we propose a plug-and-play module RelAttn to adapt any genera…

Zero-shot Unsupervised Transfer Instance Segmentation

2023-04-27 · Gyungin Shin, Samuel Albanie, Weidi Xie

Segmentation is a core computer vision competency, with applications spanning a broad range of scientifically and economically valuable domains. To date, however, the prohibitive cost of annotation has limited the deploy…

Instance SegmentationSegmentationSemantic Segmentation

Discriminative Region-based Multi-Label Zero-Shot Learning

2021-08-20 · ICCV 2021 10 · Sanath Narayan, Akshita Gupta, Salman Khan, Fahad Shahbaz Khan 외

Multi-label zero-shot learning (ZSL) is a more realistic counter-part of standard single-label ZSL since several objects can co-exist in a natural image. However, the occurrence of multiple objects complicates the reason…

Image RetrievalMulti-label zero-shot learningzero-shot-classificationZero-Shot Learning

DiffCut: Catalyzing Zero-Shot Semantic Segmentation with Diffusion Features and Recursive Normalized Cut

2024-06-05 · Paul Couairon, Mustafa Shukor, Jean-Emmanuel Haugeard, Matthieu Cord 외

Foundation models have emerged as powerful tools across various domains including language, vision, and multimodal tasks. While prior works have addressed unsupervised image segmentation, they significantly lag behind su…

Image SegmentationSegmentationSemantic SegmentationUnsupervised Image Segmentation+3