paper-with-me

홈 › Papers

Region in Context: Text-condition Image editing with Human-like semantic reasoning

2025-10-19 · Thuy Phuong Vu, Dinh-Cuong Hoang, Minhhuy Le, Phan Xuan Tan arxiv

Recent research has made significant progress in localizing and editing image regions based on text. However, most approaches treat these regions in isolation, relying solely on local cues without accounting for how each part contributes to the overall visual and semantic composition. This often results in inconsistent edits, unnatural transitions, or loss of coherence across the image. In this work, we propose Region in Context, a novel framework for text-conditioned image editing that performs multilevel semantic alignment between vision and language, inspired by the human ability to reason about edits in relation to the whole scene. Our method encourages each region to understand its role within the global image context, enabling precise and harmonized changes. At its core, the framework introduces a dual-level guidance mechanism: regions are represented with full-image context and aligned with detailed region-level descriptions, while the entire image is simultaneously matched to a comprehensive scene-level description generated by a large vision-language model. These descriptions serve as explicit verbal references of the intended content, guiding both local modifications and global structure. Experiments show that it produces more coherent and instruction-aligned results. Code is available at: https://github.com/thuyvuphuong/Region-in-Context.git

📄 PDF Abstract BibTeX arXiv:2510.16772

Code (0)

등록된 구현이 없습니다.

Tasks

Image Editing

Similar Papers 제목 키워드 기반

SpotEdit: Selective Region Editing in Diffusion Transformers

2025-12-26 · Zhibin Qin, Zhenxiong Tan, Zeqing Wang, Songhua Liu 외 arxiv

Diffusion Transformer models have significantly advanced image editing by encoding conditional images and integrating them into transformer layers. However, most edits involve modifying only small regions, while current …

Image Editing

CA-Edit: Causality-Aware Condition Adapter for High-Fidelity Local Facial Attribute Editing

2024-12-18 · Xiaole Xian, Xilin He, Zenghao Niu, Junliang Zhang 외

For efficient and high-fidelity local facial attribute editing, most existing editing methods either require additional fine-tuning for different editing effects or tend to affect beyond the editing regions. Alternativel…

Attribute

Lazy Diffusion Transformer for Interactive Image Editing

2024-04-18 · Yotam Nitzan, Zongze Wu, Richard Zhang, Eli Shechtman 외

We introduce a novel diffusion transformer, LazyDiffusion, that generates partial image updates efficiently. Our approach targets interactive image editing applications in which, starting from a blank canvas or an image,…

Decoder

Self-Prompting Diffusion Transformer for Open-Vocabulary Scene Text Editing via In-Context Learning

2026-05-15 · Hongxi Li, Tong Wang, Chengjing Wu, Tianbao Liu 외 arxiv

Scene text editing aims to modify text in a target region of an image while preserving surrounding background style and texture. Existing methods rely solely on image background information while neglecting the visual de…

In-context Region-based Drag: Drag Any Region to Any Shape

2026-06-24 · Jiacheng Sui, Tianyu Hao, Bingjie Gao, Li Niu 외 arxiv

Diffusion models have shown promise in drag-style editing. Previous works mainly focus on point-based drag, which is inherently ambiguous. This paper focuses on region-based drag and introduces a novel In-Context Region-…