paper-with-me

홈 › Papers

SGEdit: Bridging LLM with Text2Image Generative Model for Scene Graph-based Image Editing

2024-10-15 · Zhiyuan Zhang, Dongdong Chen, Jing Liao

Scene graphs offer a structured, hierarchical representation of images, with nodes and edges symbolizing objects and the relationships among them. It can serve as a natural interface for image editing, dramatically improving precision and flexibility. Leveraging this benefit, we introduce a new framework that integrates large language model (LLM) with Text2Image generative model for scene graph-based image editing. This integration enables precise modifications at the object level and creative recomposition of scenes without compromising overall image integrity. Our approach involves two primary stages: 1) Utilizing a LLM-driven scene parser, we construct an image's scene graph, capturing key objects and their interrelationships, as well as parsing fine-grained attributes such as object masks and descriptions. These annotations facilitate concept learning with a fine-tuned diffusion model, representing each object with an optimized token and detailed description prompt. 2) During the image editing phase, a LLM editing controller guides the edits towards specific areas. These edits are then implemented by an attention-modulated diffusion editor, utilizing the fine-tuned model to perform object additions, deletions, replacements, and adjustments. Through extensive experiments, we demonstrate that our framework significantly outperforms existing image editing methods in terms of editing precision and scene aesthetics.

📄 PDF Abstract BibTeX arXiv:2410.11815

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModellingLarge Language ModelObject

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 제목 키워드 기반

VENUS: Visual Editing with Noise Inversion Using Scene Graphs

2026-01-12 · Thanh-Nhan Vo, Trong-Thuan Nguyen, Tam V. Nguyen, Minh-Triet Tran arxiv

State-of-the-art text-based image editing models often struggle to balance background preservation with semantic consistency, frequently resulting either in the synthesis of entirely new images or in outputs that fail to…

Text-based Image Editing

Generative Photography: Scene-Consistent Camera Control for Realistic Text-to-Image Synthesis

2024-12-03 · CVPR 2025 1 · Yu Yuan, Xijun Wang, Yichen Sheng, Prateek Chennuri 외

Image generation today can produce somewhat realistic images from text prompts. However, if one asks the generator to synthesize a particular camera setting such as creating different fields of view using a 24mm lens ver…

Image Generation

GenRecon: Bridging Generative Priors for Multi-View 3D Scene Reconstruction

2026-05-22 · Katharina Schmid, Nicolas von Lützow, Jozef Hladký, Angela Dai 외 arxiv

We introduce a new approach to high-fidelity 3D scene reconstruction from multi-view RGB images that tightly couples reconstruction with a strong generative 3D prior. We cast scene reconstruction as conditional 3D genera…

3D Generation

SceneHI: High-Resolution 3D-Consistent Scene Texturing with Controllable Illumination

2026-09-09 · Athanasios Tragakis, Marco Aversa, Daniela Ivanova, Chaitanya Kaul 외 arxiv

SceneHI is a framework that lifts high-resolution, illumination-aware priors from 2D diffusion models to perform 3D texture synthesis. It is the first to demonstrate that high-resolution textures, previously limited to 2…

Learning Object-Centric Representations Based on Slots in Real World Scenarios

2025-09-29 · Adil Kaan Akan arxiv

A central goal in AI is to represent scenes as compositions of discrete objects, enabling fine-grained, controllable image and video generation. Yet leading diffusion models treat images holistically and rely on text con…

Unsupervised Video Object SegmentationVideo GenerationImage Generation