Skip to content

[IEEE TBIOM and IJCB 2024] Official PyTorch implementation for the papers "Leveraging Diffusion For Strong and High Quality Face Morphing Attacks" and "Fast-DiM: Towards Fast Diffusion Morphs Publisher: IEEE"

Notifications You must be signed in to change notification settings

zblasingame/DiM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 

Repository files navigation

Diffusion Morphs (DiM) - Official PyTorch implementation

Teaser image

This repository contains the official PyTorch implementation of the following papers:

Leveraging Diffusion for Strong and High Quality Face Morphing Attacks
Zander W. Blasingame and Chen Liu
IEEE TBIOM arXiv

Abstract: Face morphing attacks seek to deceive a Face Recognition (FR) system by presenting a morphed image consisting of the biometric qualities from two different identities with the aim of triggering a false acceptance with one of the two identities, thereby presenting a significant threat to biometric systems. The success of a morphing attack is dependent on the ability of the morphed image to represent the biometric characteristics of both identities that were used to create the image. We present a novel morphing attack that uses a Diffusion-based architecture to improve the visual fidelity of the image and the ability of the morphing attack to represent characteristics from both identities. We demonstrate the effectiveness of the proposed attack by evaluating its visual fidelity via the Frechet Inception Distance (FID). Also, extensive experiments are conducted to measure the vulnerability of FR systems to the proposed attack. The ability of a morphing attack detector to detect the proposed attack is measured and compared against two state-of-the-art GAN-based morphing attacks along with two Landmark-based attacks. Additionally, a novel metric to measure the relative strength between different morphing attacks is introduced and evaluated.

Fast-DiM: Towards Fast Diffusion Morphs
Zander W. Blasingame and Chen Liu
IEEE Security & Privacy arXiv

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.

★★★ NEW: Greedy-DiM is now available. Contains an updated codebase for DiM and Fast-DiM in addition to the new Greedy-DiM model. ★★★

Code Access

Sign the code request form and send it to citer@clarkson.edu

Citation

@article{blasingame_dim,
   title={Leveraging Diffusion for Strong and High Quality Face Morphing Attacks},
   volume={6},
   ISSN={2637-6407},
   url={http://dx.doi.org/10.1109/TBIOM.2024.3349857},
   DOI={10.1109/tbiom.2024.3349857},
   number={1},
   journal={IEEE Transactions on Biometrics, Behavior, and Identity Science},
   publisher={Institute of Electrical and Electronics Engineers (IEEE)},
   author={Blasingame, Zander W. and Liu, Chen},
   year={2024},
   month=jan, pages={118–131}}

@article{blasingame_fast_dim,
   title={Fast-DiM: Towards Fast Diffusion Morphs},
   volume={22},
   ISSN={1558-4046},
   url={http://dx.doi.org/10.1109/MSEC.2024.3410112},
   DOI={10.1109/msec.2024.3410112},
   number={4},
   journal={IEEE Security & Privacy},
   publisher={Institute of Electrical and Electronics Engineers (IEEE)},
   author={Blasingame, Zander W. and Liu, Chen},
   year={2024},
   month=jul, pages={103–114} }

About

[IEEE TBIOM and IJCB 2024] Official PyTorch implementation for the papers "Leveraging Diffusion For Strong and High Quality Face Morphing Attacks" and "Fast-DiM: Towards Fast Diffusion Morphs Publisher: IEEE"

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published