Face Re-morphing: Differential Morphing Attack Detection via Feature-Space Similarity Changes

Jie Jin, Masakatsu Nishigaki, Tetsushi Ohki
Shizuoka University and RIKEN AIP IJCB 2026
Overview of the Face Re-morphing detection framework

The method compares the baseline document-live similarity with the live-re-morphed similarity to expose morphing attacks through feature-space changes.

Abstract

Face morphing attacks pose a serious threat to face recognition systems because a single morphed document image can be matched to multiple contributors. Differential morphing attack detection addresses this threat by comparing a document image with a trusted live image, but existing methods often rely on static feature differences, constituent-face reconstruction, or multi-cue fusion.

Face Re-morphing uses the feature-space response to an additional morphing operation as a detection cue. Given a document image and a trusted live image, the method generates a re-morphed image and computes the similarity change between the original pair and the live-re-morphed pair. Experiments on FRLL-Morphs and FEI Morph show that this re-morphing-induced similarity change provides a complementary cue for D-MAD.

Method

A document image D and a trusted live image L are aligned, and a re-morphed image Re is generated using a morphing method such as MorDIFF, OpenCV landmark morphing, or StyleGAN2-ADA. A face feature extractor maps the three images to embeddings and computes:

\[ s_{\mathrm{base}} = \cos(\mathbf{F}_D, \mathbf{F}_L), \qquad s_{\mathrm{re}} = \cos(\mathbf{F}_L, \mathbf{F}_{Re}) \] \[ \Delta s = s_{\mathrm{re}} - s_{\mathrm{base}} = \cos(\mathbf{F}_L, \mathbf{F}_{Re}) - \cos(\mathbf{F}_D, \mathbf{F}_L) \]

Bona-fide pairs are expected to remain near the same identity cluster after re-morphing, while morphing attack pairs tend to move toward the live contributor in feature space.

Key Results

FRLL-Morphs

OpenCV re-morphing achieved mean EERs around 0.001 across the reported Accomplice, Criminal, and Both conditions.

FEI Morph Version 2

MorDIFF and OpenCV produced low error rates in the Criminal condition, while the Accomplice condition remained more challenging.

Comparison

On AMSL, the OpenCV setting reported EER and B0.01 values of 0.000 under the evaluated protocol.

Similarity Change Distributions

Delta s distributions for bona-fide and morph samples using IR101
Distributions of \(\Delta s\) for bona-fide and morphed samples using IR101.

Paper

BibTeX

@inproceedings{jin2026face_remorphing,
  title = {Face Re-morphing: Differential Morphing Attack Detection via Feature-Space Similarity Changes},
  author = {Jin, Jie and Nishigaki, Masakatsu and Ohki, Tetsushi},
  booktitle = {Proceedings of the International Joint Conference on Biometrics (IJCB)},
  year = {2026},
  eprint = {2608.13858},
  archivePrefix = {arXiv},
  primaryClass = {cs.CV},
  url = {https://arxiv.org/abs/2608.13858}
}