English

When Few Steps Are Enough: Training-Free Acceleration of Identity-Preserved Generation

Computer Vision and Pattern Recognition 2026-05-12 v1 Artificial Intelligence

Abstract

Identity-preserved image generation is typically built on many-step diffusion backbones, making personalized generation expensive at deployment time. We show that this cost is often unnecessary for identity-conditioned FLUX generation. A frozen InfuseNet identity adapter trained with dev transfers directly to the distilled schnell backbone without retraining. This two-line replacement -- changing the backbone path and disabling classifier-free guidance -- reduces latency by 5.9x while improving ArcFace identity similarity by +0.028 and lpips by -0.016 over the standard 28-step dev baseline. To explain why this works, we analyze the denoising trajectory and find that identity fidelity enters an early effective regime, often within 4-8 steps, while later steps primarily refine visual detail, sharpness, and contrast. Adapter ablations confirm that identity formation depends on the identity adapter, while attention-stream norm probes suggest that the relative conditioning contribution decreases as sampling proceeds. Preliminary style-adapter and object-adapter sweeps on SDXL and SD1.5 show similar diminishing returns after intermediate steps. These results position distilled backbone replacement as a simple, training-free strategy for improving the efficiency-fidelity tradeoff of identity-preserved generation.

Keywords

Cite

@article{arxiv.2605.09460,
  title  = {When Few Steps Are Enough: Training-Free Acceleration of Identity-Preserved Generation},
  author = {Dongqi Zheng},
  journal= {arXiv preprint arXiv:2605.09460},
  year   = {2026}
}