🤖 AI Summary
Text-driven multi-object image editing suffers from attention entanglement among objects, causing editing leakage and constraint violation—especially in overlapping regions where disentangled manipulation remains challenging. To address this, we propose a training-free, multi-layer disentanglement editing framework. Its core innovations are conflict-aware hierarchical decomposition and consistency-preserving fusion: conflicts are localized via attention-guided IoU estimation; then, temporal region removal, intra-layer text guidance, cross-layer geometric mapping, and alpha-weighted fusion jointly enforce semantic isolation and collaborative optimization at the object level. Experiments demonstrate substantial improvements in intra-object editing controllability and inter-object spatial consistency under complex scenes. Our method outperforms existing state-of-the-art approaches across comprehensive quantitative and qualitative evaluations.
📝 Abstract
Text-driven multi-object image editing which aims to precisely modify multiple objects within an image based on text descriptions, has recently attracted considerable interest. Existing works primarily follow the localize-editing paradigm, focusing on independent object localization and editing while neglecting critical inter-object interactions. However, this work points out that the neglected attention entanglements in inter-object conflict regions, inherently hinder disentangled multi-object editing, leading to either inter-object editing leakage or intra-object editing constraints. We thereby propose a novel multi-layer disentangled editing framework LayerEdit, a training-free method which, for the first time, through precise object-layered decomposition and coherent fusion, enables conflict-free object-layered editing. Specifically, LayerEdit introduces a novel"decompose-editingfusion"framework, consisting of: (1) Conflict-aware Layer Decomposition module, which utilizes an attention-aware IoU scheme and time-dependent region removing, to enhance conflict awareness and suppression for layer decomposition. (2) Object-layered Editing module, to establish coordinated intra-layer text guidance and cross-layer geometric mapping, achieving disentangled semantic and structural modifications. (3) Transparency-guided Layer Fusion module, to facilitate structure-coherent inter-object layer fusion through precise transparency guidance learning. Extensive experiments verify the superiority of LayerEdit over existing methods, showing unprecedented intra-object controllability and inter-object coherence in complex multi-object scenarios. Codes are available at: https://github.com/fufy1024/LayerEdit.