paper-with-me

홈 › Papers

Exploring Phrase-Level Grounding with Text-to-Image Diffusion Model

2024-07-07 · Danni Yang, Ruohan Dong, Jiayi Ji, Yiwei Ma, Haowei Wang, Xiaoshuai Sun, Rongrong Ji

Recently, diffusion models have increasingly demonstrated their capabilities in vision understanding. By leveraging prompt-based learning to construct sentences, these models have shown proficiency in classification and visual grounding tasks. However, existing approaches primarily showcase their ability to perform sentence-level localization, leaving the potential for leveraging contextual information for phrase-level understanding largely unexplored. In this paper, we utilize Panoptic Narrative Grounding (PNG) as a proxy task to investigate this capability further. PNG aims to segment object instances mentioned by multiple noun phrases within a given narrative text. Specifically, we introduce the DiffPNG framework, a straightforward yet effective approach that fully capitalizes on the diffusion's architecture for segmentation by decomposing the process into a sequence of localization, segmentation, and refinement steps. The framework initially identifies anchor points using cross-attention mechanisms and subsequently performs segmentation with self-attention to achieve zero-shot PNG. Moreover, we introduce a refinement module based on SAM to enhance the quality of the segmentation masks. Our extensive experiments on the PNG dataset demonstrate that DiffPNG achieves strong performance in the zero-shot PNG task setting, conclusively proving the diffusion model's capability for context-aware, phrase-level understanding. Source code is available at \url{https://github.com/nini0919/DiffPNG}.

📄 PDF Abstract BibTeX arXiv:2407.05352

Code (1)

nini0919/diffpng 공식 구현 pytorch

Tasks

SegmentationSentenceVisual Grounding

Methods 이 논문이 사용한 방법론

SAM 설명 없음
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 제목 키워드 기반

Attention as Grounding: Exploring Textual and Cross-Modal Attention on Entities and Relations in Language-and-Vision Transformer

2022-05-01 · Findings (ACL) 2022 5 · Nikolai Ilinykh, Simon Dobnik

We explore how a multi-modal transformer trained for generation of longer image descriptions learns syntactic and semantic representations about entities and relations grounded in objects at the level of masked self-atte…

Text GenerationVisual Grounding

Attention as Grounding: Exploring Textual and Cross-Modal Attention on Entities and Relations in Language-and-Vision Transformer

2021-10-16 · ACL ARR October 2021 10 · Anonymous

We explore how a multi-modal transformer trained for generation of longer image descriptions learns syntactic and semantic representations about entities and relations grounded in objects at the level of masked self-atte…

Text GenerationVisual Grounding

PIRC Net : Using Proposal Indexing, Relationships and Context for Phrase Grounding

2018-12-07 · Rama Kovvuri, Ram Nevatia

Phrase Grounding aims to detect and localize objects in images that are referred to and are queried by natural language phrases. Phrase grounding finds applications in tasks such as Visual Dialog, Visual Search and Image…

Phrase GroundingSentenceTransfer LearningVisual Dialog

Grounding of Textual Phrases in Images by Reconstruction

2015-11-12 · Anna Rohrbach, Marcus Rohrbach, Ronghang Hu, Trevor Darrell 외

Grounding (i.e. localizing) arbitrary, free-form textual phrases in visual content is a challenging problem with many applications for human-computer interaction and image-text reference resolution. Few datasets provide …

Language ModelingLanguage ModellingNatural Language Visual GroundingPhrase Grounding+1

MAGNet: Multi-Region Attention-Assisted Grounding of Natural Language Queries at Phrase Level

2020-06-06 · Amar Shrestha, Krittaphat Pugdeethosapol, Haowen Fang, Qinru Qiu

Grounding free-form textual queries necessitates an understanding of these textual phrases and its relation to the visual cues to reliably reason about the described locations. Spatial attention networks are known to lea…

AttributeImage CaptioningNatural Language QueriesReferring Expression+1