Diff-ID: Identity Consistent Facial Image Generation and Morphing via Diffusion Models

📅 2026-07-27
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
High-resolution face generation often struggles to balance identity consistency and photorealism, a challenge particularly critical in privacy-sensitive applications like biometrics, where identity drift can severely undermine system reliability. To address this, this work proposes Diff-ID, a framework that integrates ArcFace and CLIP embeddings within a diffusion model via dual cross-attention adapters and introduces an exponential timestep-weighted pseudo-discriminative loss based on ArcFace cosine similarity, enabling unified DDIM-based face fusion without fine-tuning. The authors curate a synthetic dataset of 210K identity-annotated images and propose the FIQ metric to jointly evaluate identity fidelity and perceptual quality. Experiments demonstrate that Diff-ID achieves the lowest FID on unseen face generation and attains state-of-the-art performance on the identity–realism trade-off as measured by FIQ, outperforming existing methods in overall generation quality.
📝 Abstract
Generative diffusion models have revolutionized facial image synthesis, yet robust identity preservation in high resolution outputs remains a critical challenge. This issue is especially vital for security systems, biometric authentication, and privacy sensitive applications, where any drift in identity integrity can undermine trust and functionality. We introduce Diff-ID, a diffusion based framework that enforces identity consistency while delivering photorealistic quality. Central to our approach is a custom 210K image dataset synthesized from CelebA-HQ, FFHQ, and LAION-Face and captioned via a fine tuned BLIP model to bolster identity awareness during training. Diff-ID integrates ArcFace and CLIP embeddings through a dual cross attention adapter within a fine tuned Stable Diffusion UNet. To further reinforce identity fidelity, we propose a pseudo discriminator loss based on ArcFace cosine similarity with exponential timestep weighting. Experiments on held out and unseen faces show that Diff-ID does not exceed InstantID in raw ArcFace Face Similarity, but achieves substantially lower FID and the strongest FIQ based identity--realism trade off among the evaluated methods. We also present a unified DDIM based morphing pipeline that enables qualitative facial interpolation without per identity fine tuning. We further argue that identity preservation and photorealism should be evaluated jointly rather than in isolation, as high identity similarity alone does not guarantee realistic outputs. To make this trade off explicit, we report Face Image Quality (FIQ) as a complementary ratio based score that combines identity similarity and perceptual realism while keeping FS and FID as the primary metrics.
Problem

Research questions and friction points this paper is trying to address.

identity preservation
facial image generation
diffusion models
biometric authentication
face morphing
Innovation

Methods, ideas, or system contributions that make the work stand out.

Diffusion Models
Identity Preservation
Dual Cross-Attention Adapter
Pseudo Discriminator Loss
Face Image Quality (FIQ)