Search papers, labs, and topics across Lattice.
This paper introduces SelFix, a novel fixed-point inversion method that enhances the quality of image reconstruction and editing by selecting solutions that induce straighter inversion trajectories. The authors identify that traditional fixed-point methods often yield multiple solutions, leading to significant variability in performance, and establish trajectory straightness as a critical criterion for selection. Experimental results demonstrate that SelFix outperforms existing baselines in both real-image reconstruction and source-preserving prompt-based editing tasks on benchmark datasets FLUX.1-dev and PIE-Bench.
Straightening the path to better image reconstruction, SelFix leverages trajectory straightness to significantly enhance fixed-point inversion quality.
Finding the initial noise that generates a given data sample, known as inversion, is a key component for downstream applications such as training-free image editing. Existing fixed-point inversion methods improve inversion accuracy by formulating each inversion step as a fixed-point problem, but they lack a principled mechanism for selecting among multiple fixed-point solutions that can arise in practice. We observe that different selections induce different inversion trajectories, leading to substantial variation in reconstruction and editing quality. For rectified flows, we further find that this variation is closely associated with trajectory straightness, motivating straightness as a principled selection criterion. We propose SelFix, a fixed-point inversion method that selects fixed-point solutions inducing straighter inverse trajectories while retaining convergence to an exact inverse root under standard local assumptions. Experiments on FLUX.1-dev and PIE-Bench show that SelFix improves fixed-point inversion, achieving stronger real-image reconstruction and better source-preserving prompt-based editing than prior inversion baselines. The code is available at https://github.com/seminkim/selfix.