FIA-Edit: Frequency-Interactive Attention for Efficient and High-Fidelity Inversion-Free Text-Guided Image Editing
Kaixiang Yang, Boyang Shen, Xin Li, Yuchen Dai, Yuxuan Luo, Yueran Ma, Wei Fang, Qiang Li, Zhiwei Wang
TL;DR
FIA-Edit tackles efficient, high-fidelity text-guided image editing in an inversion-free setting by explicitly modeling source–target interactions. It introduces Frequency-Interactive Attention with two modules, Frequency Representation Interaction (FRI) and Feature Injection (FIJ), to fuse frequency components and inject source features into target cross-attention, producing a velocity-field update $v^{\Delta}_t$. Built on Rectified Flow, FIA-Edit delivers fast editing (~6s per 512×512 on RTX 4090) and achieves state-of-the-art background preservation and semantic control on PIE-Bench, with additional demonstration of clinical bleeding augmentation improving downstream classification. The work also presents the first application of text-guided editing to medical images, enabling anatomically coherent hemorrhage variations. The code is publicly available at the provided GitHub repository.
Abstract
Text-guided image editing has advanced rapidly with the rise of diffusion models. While flow-based inversion-free methods offer high efficiency by avoiding latent inversion, they often fail to effectively integrate source information, leading to poor background preservation, spatial inconsistencies, and over-editing due to the lack of effective integration of source information. In this paper, we present FIA-Edit, a novel inversion-free framework that achieves high-fidelity and semantically precise edits through a Frequency-Interactive Attention. Specifically, we design two key components: (1) a Frequency Representation Interaction (FRI) module that enhances cross-domain alignment by exchanging frequency components between source and target features within self-attention, and (2) a Feature Injection (FIJ) module that explicitly incorporates source-side queries, keys, values, and text embeddings into the target branch's cross-attention to preserve structure and semantics. Comprehensive and extensive experiments demonstrate that FIA-Edit supports high-fidelity editing at low computational cost (~6s per 512 * 512 image on an RTX 4090) and consistently outperforms existing methods across diverse tasks in visual quality, background fidelity, and controllability. Furthermore, we are the first to extend text-guided image editing to clinical applications. By synthesizing anatomically coherent hemorrhage variations in surgical images, FIA-Edit opens new opportunities for medical data augmentation and delivers significant gains in downstream bleeding classification. Our project is available at: https://github.com/kk42yy/FIA-Edit.
