Diffusion Crossover: Defining Evolutionary Recombination in Diffusion Models via Noise Sequence Interpolation

arXiv cs.AI / 4/17/2026

📰 NewsModels & Research

Key Points

  • The paper introduces a concrete definition of “crossover” for diffusion models within Interactive Evolutionary Computation, addressing the difficulty of semantically consistent recombination in high-dimensional generative spaces.
  • It proposes “Diffusion crossover,” which generates offspring by performing step-wise interpolation of noise sequences in the DDPM reverse process, using Slerp on noise associated with selected parent images.
  • By restricting and controlling the interpolation time-step range, the method provides a principled way to balance exploration (diversity) against exploitation (convergence).
  • Experiments (including PCA analysis and LPIPS perceptual similarity metrics) show that offspring exhibit perceptually smooth and semantically consistent transitions between parents.
  • Human-in-the-loop interactive evolution experiments indicate the approach supports effective subjective, preference-driven image exploration using diffusion models as structured search spaces.

Abstract

Interactive Evolutionary Computation (IEC) provides a powerful framework for optimizing subjective criteria such as human preferences and aesthetics, yet it suffers from a fundamental limitation: in high-dimensional generative representations, defining crossover in a semantically consistent manner is difficult, often leading to a mutation-dominated search. In this work, we explicitly define crossover in diffusion models. We propose Diffusion crossover, which formulates evolutionary recombination as step-wise interpolation of noise sequences in the reverse process of Denoising Diffusion Probabilistic Models (DDPMs). By applying spherical linear interpolation (Slerp) to the noise sequences associated with selected parent images, the proposed method generates offspring that inherit characteristics from both parents while preserving the geometric structure of the diffusion process. Furthermore, controlling the time-step range of interpolation enables a principled trade-off between diversity (exploration) and convergence (exploitation). Experimental results using PCA analysis and perceptual similarity metrics (LPIPS) demonstrate that Diffusion crossover produces perceptually smooth and semantically consistent transitions between parent images. Qualitative interactive evolution experiments further confirm that the proposed method effectively supports human-in-the-loop image exploration. These findings suggest a new perspective: diffusion models are not only powerful generators, but also structured evolutionary search spaces in which recombination can be explicitly defined and controlled.