paper-with-me

Papers

SGDiff: Scene Graph Guided Diffusion Model for Image Collaborative SegCaptioning

2025-12-01 · Xu Zhang, Jin Yuan, Hanwang Zhang, Guojin Zhong, Yongsheng Zang, Jiacheng Lin, Zhiyong Li arxiv

Controllable image semantic understanding tasks, such as captioning or segmentation, necessitate users to input a prompt (e.g., text or bounding boxes) to predict a unique outcome, presenting challenges such as high-cost prompt input or limited information output. This paper introduces a new task ``Image Collaborative Segmentation and Captioning'' (SegCaptioning), which aims to translate a straightforward prompt, like a bounding box around an object, into diverse semantic interpretations represented by (caption, masks) pairs, allowing flexible result selection by users. This task poses significant challenges, including accurately capturing a user's intention from a minimal prompt while simultaneously predicting multiple semantically aligned caption words and masks. Technically, we propose a novel Scene Graph Guided Diffusion Model that leverages structured scene graph features for correlated mask-caption prediction. Initially, we introduce a Prompt-Centric Scene Graph Adaptor to map a user's prompt to a scene graph, effectively capturing his intention. Subsequently, we employ a diffusion process incorporating a Scene Graph Guided Bimodal Transformer to predict correlated caption-mask pairs by uncovering intricate correlations between them. To ensure accurate alignment, we design a Multi-Entities Contrastive Learning loss to explicitly align visual and textual entities by considering inter-modal similarity, resulting in well-aligned caption-mask pairs. Extensive experiments conducted on two datasets demonstrate that SGDiff achieves superior performance in SegCaptioning, yielding promising results for both captioning and segmentation tasks with minimal prompt input.

📄 PDF Abstract BibTeX arXiv:2512.01975

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive Learning

Similar Papers 제목 키워드 기반

Diffusion-Based Scene Graph to Image Generation with Masked Contrastive Pre-Training

2022-11-21 · Ling Yang, Zhilin Huang, Yang song, Shenda Hong 외

Generating images from graph-structured inputs, such as scene graphs, is uniquely challenging due to the difficulty of aligning nodes and connections in graphs with objects and their relations in images. Most existing me…

Image Generation

SGDiff: A Style Guided Diffusion Model for Fashion Synthesis

2023-08-15 · Zhengwentai Sun, Yanghong Zhou, HongHong He, P. Y. Mok

This paper reports on the development of \textbf{a novel style guided diffusion model (SGDiff)} which overcomes certain weaknesses inherent in existing models for image synthesis. The proposed SGDiff combines image modal…

Fashion SynthesisImage Generation

SATURN: Autoregressive Image Generation Guided by Scene Graphs

2025-08-20 · Thanh-Nhan Vo, Trong-Thuan Nguyen, Tam V. Nguyen, Minh-Triet Tran arxiv

State-of-the-art text-to-image models excel at photorealistic rendering but often struggle to capture the layout and object relationships implied by complex prompts. Scene graphs provide a natural structural prior, yet p…

Image Generation

Dual-Granularity Semantic Guided Sparse Routing Diffusion Model for General Pansharpening

2025-01-01 · CVPR 2025 1 · Yinghui Xing, Litao Qu, Shizhou Zhang, Di Xu 외

Pansharpening aims at integrating complementary information from panchromatic and multispectral images. Available deep-learning based pansharpening methods typically perform exceptionally with particular satellite da…

Pansharpening

TSGDiff: Rethinking Synthetic Time Series Generation from a Pure Graph Perspective

2025-11-15 · Lifeng Shen, Xuyang Li, Lele Long arxiv

Diffusion models have shown great promise in data generation, yet generating time series data remains challenging due to the need to capture complex temporal dependencies and structural patterns. In this paper, we presen…

Graph Neural Network