DynaDrag: Dynamic Drag-Style Image Editing by Motion Prediction
Jiacheng Sui, Yujie Zhou, Li Niu
TL;DR
DynaDrag tackles the instability and artifact-ridden edits of prior drag-style methods by introducing a predict-and-move framework that decouples movement prediction from supervision. Motion Prediction proactively forecasts intermediate handle-point movements, while Motion Supervision refines latent diffusion states, with dynamic valid-point selection improving robustness and authenticity. The approach leverages LoRA-finetuned diffusion, DDIM inversion, and a KV-replacement denoising strategy to preserve original content while enabling precise edits. Across face and human datasets, DynaDrag demonstrates higher editability and image fidelity than strong baselines, highlighting its practical potential for pixel-level editing in diffusion-based pipelines.
Abstract
To achieve pixel-level image manipulation, drag-style image editing which edits images using points or trajectories as conditions is attracting widespread attention. Most previous methods follow move-and-track framework, in which miss tracking and ambiguous tracking are unavoidable challenging issues. Other methods under different frameworks suffer from various problems like the huge gap between source image and target edited image as well as unreasonable intermediate point which can lead to low editability. To avoid these problems, we propose DynaDrag, the first dragging method under predict-and-move framework. In DynaDrag, Motion Prediction and Motion Supervision are performed iteratively. In each iteration, Motion Prediction first predicts where the handle points should move, and then Motion Supervision drags them accordingly. We also propose to dynamically adjust the valid handle points to further improve the performance. Experiments on face and human datasets showcase the superiority over previous works.
