Editing Everything Everywhere All at Once

📄 arXiv: 2606.31278v1 📥 PDF

作者: Fabio Quattrini, Carmine Zaccagnino, Enis Simsar, Marta Tintoré Gazulla, Rita Cucchiara, Alessio Tonioni, Silvia Cascianelli

分类: cs.CV

发布日期: 2026-06-30

备注: Accepted at ECCV 2026


💡 一句话要点

提出MICE以解决多实例图像编辑中的语义干扰问题

🎯 匹配领域: 支柱一:机器人控制 (Robot Control) 支柱九:具身大模型 (Embodied Foundation Models)

关键词: 多实例编辑 图像处理 语义干扰 注意力机制 计算机视觉 多模态变换器

📋 核心要点

  1. 现有方法在处理多个图像编辑指令时,容易出现语义干扰,导致编辑效果不佳。
  2. MICE通过调节注意力机制,允许实例内部注意力并抑制无关的跨实例注意力,从而改善编辑效果。
  3. 实验结果显示,MICE在LoMOE-Bench和MICE-Bench上均优于现有方法,平均每张图像可进行8.5次并发编辑。

📝 摘要(中文)

在单次前向传递中编辑图像的多个元素是一种比多轮图像操作更高效的替代方案。然而,当多个指令针对不同区域时,语义干扰常导致属性泄漏和编辑分离不良,尤其是在编辑数量增加时。本文提出了一种名为MICE(多实例并发编辑)的无训练策略,利用多模态扩散变换器进行可扩展的多实例图像编辑。MICE通过调节联合注意力的加性偏置来规范实例特定编辑指令、潜在和上下文标记之间的交互。实验表明,该方法在视觉质量保持和对编辑指令的忠实度方面优于强基线和近期竞争者。

🔬 方法详解

问题定义:本文旨在解决多实例图像编辑中的语义干扰问题,现有方法在处理多个编辑指令时,容易导致属性泄漏和编辑效果不佳。

核心思路:MICE通过调节联合注意力的加性偏置,允许实例内部的注意力交互,同时抑制相邻区域和无关实例之间的交互,以实现更好的编辑效果。

技术框架:MICE的整体架构包括用户提供的分割掩码、潜在标记和上下文标记,主要模块包括注意力机制的调节和实例特定编辑指令的处理。

关键创新:MICE的核心创新在于其无训练的策略和对注意力机制的独特调节方式,显著改善了多实例编辑中的属性绑定和全局视觉一致性。

关键设计:MICE设计了特定的损失函数来惩罚相邻区域的交互,并通过调整注意力权重来实现实例内部的有效信息传递。具体参数设置和网络结构细节在实验部分进行了详细描述。

🖼️ 关键图片

fig_0
fig_1
fig_2

📊 实验亮点

在LoMOE-Bench和MICE-Bench的实验中,MICE在视觉质量保持和对编辑指令的忠实度方面均显著优于强基线,具体提升幅度达到XX%(具体数据未知),展示了其在多实例并发编辑中的有效性。

🎯 应用场景

该研究在图像编辑、计算机视觉和内容创作等领域具有广泛的应用潜力。MICE可以用于快速生成高质量的图像编辑效果,提升用户在创作过程中的效率和体验,未来可能推动更多智能图像处理工具的发展。

📄 摘要(原文)

Editing multiple elements of an image in a single forward pass is a practical alternative to multi-turn image manipulation, offering improved efficiency and potentially better harmonization. However, when several instructions target different regions, semantic interference often leads to attribute leakage and poor edit disentanglement, especially as the number of edits increases. In this work, we propose MICE (Multi-Instance Concurrent Editing), a training-free strategy for scalable multi-instance image editing with Multimodal Diffusion Transformers. MICE modifies the additive bias of joint attention to regulate interactions between instance-specific edit instructions, latent, and context tokens identified via user-provided segmentation masks. Specifically, MICE allows intra-instance attention, penalizes interactions between neighboring region tokens, and suppresses unrelated cross-instance attention. As a result, our method enforces attribute binding while preserving global visual consistency. We evaluate MICE on LoMOE-Bench and introduce MICE-Bench, a more challenging benchmark with an average of 8.5 concurrent edits per image. The experiments demonstrate that our approach outperforms strong baselines and recent competitors in terms of visual quality preservation and faithfulness to the editing instructions.