ResearchPod Summary
Text-guided image editing often suffers from global drift, where changing a prompt to modify a specific attribute (e.g., changing a dog to a cat) inadvertently alters the background or layout of the entire image. The authors investigate how to achieve targeted local edits in Diffusion Transformers (DiTs) without requiring external masks, user-provided guidance, or model fine-tuning.
ATDEdit reformulates the diffusion sampling process as an asynchronous, token-indexed operation. Instead of updating all latent tokens synchronously under the new target prompt, the framework uses a two-stage process:
This approach provides a flexible, training-free way to perform high-fidelity image editing. By moving away from static, pre-computed masks and toward dynamic, model-driven introspection, ATDEdit allows the editing process to adapt to the evolving semantics of the reverse diffusion trajectory. Experiments on the PIE-Bench dataset demonstrate that this method achieves superior preservation of the original image structure while maintaining competitive semantic alignment with the target text.
AI-generated third-party summary by ResearchPod. Not official content or an endorsement by the paper authors or affiliated organizations.