Fast-DiM: Towards Fast Diffusion Morphs
Zander W. Blasingame, Chen Liu
TL;DR
This work tackles the high computational cost of diffusion-based face morphs by redesigning the DiM pipeline around faster numerical solvers. By replacing the PF-ODE solver with the high-order DPM++ 2M method and introducing efficient forward-time encoding through principled forward ODE formulations, Fast-DiM achieves substantial reductions in network evaluations while preserving morph quality. The encoding NFE shrinks by up to 85% and forward-sampling NFE by about 50%, with only minimal drops in MMPMR (as low as 1.6%) and 0.23% in sampling. Evaluations on the SYN-MAD 2022 dataset across ArcFace, AdaFace, and ElasticFace demonstrate that Fast-DiM maintains competitive vulnerability while improving efficiency, and detectability analyses indicate that diverse training data is essential for robust S-MAD performance. Overall, the paper provides practical guidance for deploying diffusion-based morphing with substantially reduced computational demands and offers insights into the role of forward-time solving in diffusion models.
Abstract
Diffusion Morphs (DiM) are a recent state-of-the-art method for creating high quality face morphs; however, they require a high number of network function evaluations (NFE) to create the morphs. We propose a new DiM pipeline, Fast-DiM, which can create morphs of a similar quality but with fewer NFE. We investigate the ODE solvers used to solve the Probability Flow ODE and the impact they have on the the creation of face morphs. Additionally, we employ an alternative method for encoding images into the latent space of the Diffusion model by solving the Probability Flow ODE as time runs forwards. Our experiments show that we can reduce the NFE by upwards of 85% in the encoding process while experiencing only 1.6\% reduction in Mated Morph Presentation Match Rate (MMPMR). Likewise, we showed we could cut NFE, in the sampling process, in half with only a maximal reduction of 0.23% in MMPMR.
