English

SpecEdit: Training-Free Acceleration for Diffusion based Image Editing via Semantic Locking

Computer Vision and Pattern Recognition 2026-05-05 v1

Abstract

Diffusion-based image editing offers strong semantic controllability, but remains computationally expensive due to iterative high-resolution denoising over all spatial tokens. Dynamic-resolution sampling reduces this cost by performing early steps at reduced resolution. However, existing approaches prioritize upsampling using low-level heuristics such as edge detection or channel variance, which are weakly aligned with editing semantics and may lead to structural inconsistency. Moreover, spatial regions are often upsampled without verifying whether semantic modification is actually required, resulting in redundant high-resolution computation and accumulated errors. Therefore, we propose SpecEdit, a training-free dynamic-resolution framework tailored for diffusion-based image editing. SpecEdit follows a draft-and-verify scheme: a low-resolution draft first estimates the semantic outcome, after which token-level discrepancies are used to identify edit-relevant tokens for high-resolution denoising, while the remaining tokens stay at a coarse resolution. Experiments on Qwen-Image-Edit and FLUX.1-Kontext-dev demonstrate up to 10x and 7x acceleration, while maintaining strong quality. SpecEdit is complementary to step distillation and other acceleration techniques, achieving up to 13x speedup when combined with existing methods. Our code is in supplementary material and will be released on GitHub.

Keywords

Cite

@article{arxiv.2605.02152,
  title  = {SpecEdit: Training-Free Acceleration for Diffusion based Image Editing via Semantic Locking},
  author = {Zhengan Yan and Shikang Zheng and Haoran Qin and Xiaobing Tu and Yinggui Wang and Jiacheng Liu and Jiaxuan Ren and Yuqi Lin and Peiliang Cai and Jinkui Ren and Xiantao Zhang and Linfeng Zhang},
  journal= {arXiv preprint arXiv:2605.02152},
  year   = {2026}
}

Comments

Main paper with supplementary material; figures and tables included

R2 v1 2026-07-01T12:47:51.897Z