REVIEW 5 major objections 7 minor 41 references
MorphUNet: Alpha-Controlled Biometric Transport for Diffusion-Based Face Morphing Attacks
T0 review · 5 major / 7 minor · reviewed 2026-07-31 · grok-4.5
Pith's one-line read MorphUNet keeps two face identities separate inside a diffusion U-Net, then mixes them with alpha, producing morphs that fool more recognition systems while looking more real.
desk verdict Solid systems paper with a real architecture idea, but the “best on both datasets” headline is oversold once you notice FRLL is in-domain for them and FEI is a statistical tie with MorDIFF. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
Biometric Transport Layer: a trainable U-Net attention block that attends to two parent-specific identity-aware token banks (CLIP appearance plus ArcFace identity mapped into CLIP token space) separately, then mixes the biometric residuals with alpha; coupled with DDIM-inverted latent interpolation and weaker-parent-guided candidate selection.
What would settle it
Regenerate the FEI/FRLL benchmark without weaker-parent selection (fixed alpha, single sample) and score MAP at c=3 plus minimum parent similarity with face matchers never used in training or selection; if MorphUNet no longer leads StableMorph, MIPGAN-II, and MorDIFF, the central claim fails.
Extended reading notes
Core claim
The paper claims that diffusion face morphing becomes a stronger multi-system attack when the two parents remain separately accessible inside the denoising U-Net via a Biometric Transport Layer—parent-specific dual cross-attention whose residuals are mixed only afterward by alpha—rather than by averaging identities or latents before denoising. On FEI and FRLL this yields the best MAP at c=3 and the best FID versus three strong baselines, with morphs that also remain hard for detectors under cross-dataset transfer.
Load-bearing premise
Training alphas and final morph picks both lean on recognition similarity scores of the same kind used to judge success, so the reported balance and attack gains may shrink if selection is fixed or scored by held-out systems.
Editorial extensions
If this is right
- Morph evaluation should report multi-matcher MAP (e.g. c=3), weaker-parent similarity, MAD, and FID together rather than single-matcher success or visuals alone.
- Diffusion morphers should keep two parent conditioning paths separate until late residual fusion instead of pre-averaging embeddings or latents.
- Cross-dataset detector transfer can leave high-MAP diffusion morphs largely undetected even when same-dataset detectors catch more of them.
- Unseen-identity and low parent-similarity pairs remain the hard regime; alpha-parametrised transport is offered as a reusable trajectory model without per-pair fine-tuning.
Reading between the lines
- If delayed parent-specific attention is the real lever, similar dual-bank transport could transfer to other two-identity biometric forgeries (e.g. iris or voice morphs) with modality-appropriate encoders.
- Operational passport pipelines that only gate on one commercial matcher plus a same-domain MAD model may systematically under-estimate risk from this class of attack.
- Decoupling candidate selection from the evaluation matchers is the cleanest next experiment to separate architectural gain from scorer-aligned picking.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces MorphUNet, a diffusion-based face-morphing framework in which each parent is decomposed into CLIP appearance and ArcFace identity features, the latter aligned into a CLIP-compatible token space (Biometric Token Alignment), and the two parents are kept as separate token banks attended to by trainable, parent-specific cross-attention paths inside a frozen Stable-Diffusion-style U-Net (Biometric Transport Layer), with residuals fused by the morphing coefficient α, which also controls slerp interpolation of DDIM-inverted parent latents. Training uses FRLL triplets with dynamic α labels derived from ArcFace parent similarities (Eq. 8); inference adds weaker-parent-guided candidate selection. The authors evaluate against StableMorph, MIPGAN-II, and MorDIFF on FEI and FRLL under a six-FRS protocol (MAP at c=1/3/6, per-FRS MMPMR, identity-balance metrics, FID/KID/CMMD/LPIPS), ensemble MAD at several BPCER operating points, gender/similarity stress tests, and a MorphUNet-only CFD unseen-identity study, plus conditioning ablations in the supplement. Claimed results: best MAP at c=3 on FEI (0.919) and FRLL (0.886), best FID on both datasets, and high cross-dataset MAD APCER.
Significance. If the results hold, the contribution is meaningful for the morphing-attack literature: a reusable two-parent conditioning mechanism with explicit identity-balance control, evaluated with an unusually broad protocol — six matchers, three MAP criteria, per-FRS MMPMR, identity-balance distributions, four image-quality metrics, MAD at four BPCER operating points in same- and cross-dataset settings, demographic/similarity stress tests, and conditioning ablations in the supplement. The honesty of the limitations section (§6.1) is also a strength. However, the significance of the headline comparative claim currently rests on an asymmetric training protocol and noise-level margins on the one symmetric dataset, and no code release is stated, which limits reproducibility. The architectural idea is valuable independently of the leaderboard claim, and the evaluation protocol itself is a useful contribution.
major comments (5)
- [§5.2, Table 2] Table 2 and §5.2: the headline claim 'best MAP at c=3 on both datasets' is not supported under a symmetric protocol. MorphUNet is trained primarily on FRLL (§3.3.1), so the FRLL c=3 gap (0.886 vs 0.818 MorDIFF) compares an in-domain model with zero-shot baselines. FEI is the only comparison where all four methods are equally out-of-domain, and there the margin over MorDIFF is 0.006 (0.919 vs 0.913, N=676) — within binomial sampling noise (SE ≈ 0.011 per method) — while MorDIFF leads at c=6 (0.41 vs 0.37) and ties min-similarity (0.59 vs 0.59). Please report confidence intervals and a paired test (e.g., McNemar or bootstrap over morph pairs), reframe the FEI result as a tie, and ideally add an FRLL-free training variant or FRLL-adapted baselines to make the decisive comparison symmetric.
- [§3.3.2, §3.5.3, §4.2.1–4.2.2] Evaluator coupling through ArcFace: ArcFace embeddings drive (i) dynamic alpha supervision (Eq. 8), (ii) the identity tokens in Biometric Token Alignment (Eq. 10), (iii) inference-time weaker-parent-guided candidate selection (§3.5.3), and (iv) the min-similarity/imbalance metrics (Eq. 25) — while ArcFace is also one of the six evaluation matchers (§4.2.1). The reported identity-balance gains (Fig. 6) and part of the MAP advantage may therefore be partially tautological. Please add a control: select candidates using a held-out matcher (e.g., MagFace), recompute min-sim/imbalance in a non-ArcFace space, and report MAP with ArcFace excluded from the matcher set. §6.1 acknowledges the selection-dependence but the experiments do not quantify it.
- [§3.5.3, §4.2.2] The weaker-parent-guided selection procedure is under-specified: the number of candidate morphs generated per pair, the α grid over which candidates are sampled, and the exact selection rule ('favours candidates that improve the weaker parent') are not formalized. Because selection directly optimises an evaluation-adjacent quantity, comparability requires stating whether StableMorph, MIPGAN-II, and MorDIFF outputs underwent an equivalent candidate-selection budget, or reporting selection-free (single-sample) results alongside. As written, part of the Table 2 gap could be a selection-budget effect rather than an architecture effect.
- [Appendix B, Table 7] Ablation protocol inconsistency (Table 7, §B.1): the ablation benchmark uses up to MAP@8 ('strictest criterion'), implying 8 matchers, whereas the main protocol uses 6; the 8 matchers are never identified. Further, ablation FRLL MAP@3 for the full MorphUNet is 94.98% vs 0.886–0.89 for the same model and dataset in Table 2, with no explanation of the discrepancy ('merged benchmark package' is undefined). The ablation is also FRLL-only. Since these ablations are the evidence that the parent-separated transport layer (the central architectural claim) is responsible for the gains, the protocols must be reconciled and the matcher sets listed.
- [§4.2.2, §5.6] The CFD unseen-identity study is MorphUNet-only, justified by the claim that 'several competing morphing pipelines require identity-specific optimisation' (§4.2.2). That applies to MIPGAN-II but not obviously to MorDIFF or StableMorph, which are zero-shot pipelines and could be run on CFD directly. Either run at least MorDIFF on the CFD categories, or correct the justification and remove any comparative implication from §5.6 (e.g., 'remains successful across many CFD families' is fine; implying this is a differentiating strength is not currently evidenced).
minor comments (7)
- [Abstract, Table 3] Abstract/Table 3 inconsistency: the abstract reports cross-dataset APCER@5% of 0.996 (FEI) and 0.946 (FRLL), but Table 3 shows 1.00 and 0.95 for those cells. Please align the numbers.
- [Abstract, §5.3, Table 3] The abstract states MorphUNet 'gives the highest APCER at the main 5% BPCER operating point in the same-dataset setting.' Technically true, but on FRLL that value is 0.041 — the detector rejects ~96% of MorphUNet morphs in-domain. The abstract should present the same-dataset FRLL detectability alongside the cross-dataset headline to avoid overstatement.
- [Table 2] Table 2: MIPGAN-II on FRLL has N=1266 morphs versus 1096 for all other methods. Please explain the unequal probe count and confirm MAP comparisons are unaffected.
- [§4.2.2, Eq. (25)] Eq. 25: the face-recognition feature space used for s_A and s_B is not named. Given Major Comment 2, this must be specified (presumably ArcFace).
- [§3.4.4, §3.5] Reproducibility: γ_ℓ is described as 'learned or configured' (§3.4.4) without saying which; token bank size m, width d, number and placement of transport layers, optimiser, learning rate, and training steps are not reported, and no code release is mentioned. Please add an implementation-details section.
- [§5.2, Tables 5 and 7] Figure ordering: §5.2 cites Figure 4 (MAP curves) before Figure 3 (heatmap) appears; also Table 5 and Table 7 format sample counts as '21.00'/'1096.00'. Minor presentational cleanup.
- [§2.5, Abstract] The 'first trainable parent-separated dual cross-attention' claim (§2.5) is plausibly distinct from single-reference decoupled cross-attention (IP-Adapter, InstantID), but given the pace of diffusion-morphing work the 'to the best of our knowledge' hedge should be retained in the abstract as well, not only the body.
Circularity Check
Partial selection–metric coupling on identity balance; central MAP/FID claims are not by-construction tautologies.
-
fitted input called prediction
[§3.5.3 Training and Inference Procedure; also Abstract / §4.2.2]
"When multiple generated candidates are available for a parent pair, the final morph is selected using parent-wise verification scores rather than visual quality alone. The selection favours candidates that improve the weaker parent while avoiding collapse toward the stronger parent... weaker-parent-guided candidate selection favours morphs that maximise the lower of the two parent-similarity scores"
Final reported morphs are chosen by maximising the weaker parent-similarity (min-sim). The paper then treats elevated minimum parent similarity and low identity imbalance (§5.2.2, Table 2: Min Sim., Imbal.) as empirical support for Biometric Transport. For those metrics, the selection step directly optimises the reported quantity, so the balance improvement is partly by construction of the candidate picker rather than an independent out-of-sample prediction of balance.
-
fitted input called prediction
[§3.3.2 Alpha Supervision and Dynamic Alpha Sampling, Eq. (8)]
"MorphUNet therefore constructs a dynamic training alpha from the target morph’s ArcFace similarities to both parents. Let sAB_A and sAB_B be the ArcFace similarities between the target morph xAB and parents xA and xB. For nominal midpoint examples, the training alpha is assigned to one of two near-midpoint values according to which parent is stronger in the target: α_train = 0.4 if sAB_A ≥ sAB_B, else 0.6."
Training α is labelled from ArcFace parent similarities of the supervised target, ArcFace also supplies identity tokens for conditioning, and ArcFace is one of the six MAP matchers plus a natural scorer for parent-similarity metrics. This does not make MAP@c=3 equal to the training labels by definition, but it couples the same biometric scorer into supervision, conditioning, and part of the evaluation stack, so ArcFace-linked identity-balance and ArcFace MMPMR are not fully independent of the fitted/labelled ArcFace signal.
full rationale
MorphUNet is an empirical systems paper, not a first-principles derivation. Its load-bearing claims (best MAP at c=3 vs StableMorph/MIPGAN-II/MorDIFF, best FID, cross-dataset MAD APCER) are measured on held-out parent pairs with external baselines and multiple independent matchers/detectors; those results are not algebraically forced by the method’s definitions. The one clear circularity pattern is inference-time weaker-parent-guided candidate selection, which explicitly maximises the lower parent-similarity and then reports min-similarity / imbalance as evidence of identity balance—so those particular balance metrics are partly optimised rather than purely predicted. Dynamic α labels (Eq. 8) and Biometric Token Alignment also use ArcFace, and ArcFace is one of the six evaluation FRS, which is evaluator-stack overlap but not a self-definitional reduction of MAP. There is no self-citation uniqueness theorem, no ansatz smuggled in as a theorem, and no renaming of a known closed-form result. In-domain FRLL training vs zero-shot baselines is an evaluation-symmetry concern, not circularity under this rubric. Overall: minor partial circularity on secondary identity-balance evidence; score 3.
Assumptions & free parameters
free parameters (6)
- Dynamic training alpha near-midpoint values {0.4, 0.6} =
0.4 if sA≥sB else 0.6; endpoints softened to {0,0.1}/{0.9,1.0}
- Biometric Token Alignment loss weights λ_cos, λ_tok, λ_mse, λ_nce =
1.0, 0.5, 0.25, 0.1
- Token bank size m and width d; transport scale γ_ℓ
- DDIM inversion/denoising step count =
50
- Weaker-parent-guided candidate selection rule
- MAD operating points and ensemble soft-vote =
BPCER ∈ {1%,5%,10%,20%}; main 5%
assumptions (6)
- standard math Standard latent diffusion noise-prediction objective and DDIM deterministic inversion/sampling correctly anchor parent structure in z_T.
- domain assumption CLIP appearance and ArcFace identity are complementary and jointly necessary for biometric morphs; ArcFace can be projected into CLIP-compatible tokens without destroying verification geometry.
- ad hoc to paper Keeping parents as separate cross-attention paths until α-mixed residuals preserves weaker-parent evidence better than early fusion.
- domain assumption Supervised intermediate morph targets x_AB on FRLL define a meaningful identity trajectory the denoiser should learn; inference without targets still follows that trajectory.
- domain assumption Six academic FRS embeddings and controlled FEI/FRLL imagery are adequate proxies for morphing attack potential relevant to border/document settings.
- domain assumption MAP(c) with both-parent acceptance per matcher is the right primary success criterion; c=3 is the main comparison point.
invented entities (5)
-
Biometric Transport Layer (parent-separated dual cross-attention + α residual mix)
-
Biometric Token Alignment (ArcFace→CLIP token bank with appearance-queries-identity attention)
-
Coupled alpha control (same α for slerp of inverted latents and biometric residuals)
-
Weaker-parent-guided candidate selection
-
CFD-based unseen-identity morph stress protocol (gender/ethnicity/similarity strata)
Cite this review
Pith. "Pith review of MorphUNet: Alpha-Controlled Biometric Transport for Diffusion-Based Face Morphing Attacks." pith.science (2026). https://pith.science/paper/LD37TV72
@misc{pith2026260725092,
author = {Pith},
title = {Pith review of: MorphUNet: Alpha-Controlled Biometric Transport for Diffusion-Based Face Morphing Attacks},
year = {2026},
howpublished = {\url{https://pith.science/paper/LD37TV72}},
note = {Machine review of arXiv:2607.25092}
}
read the original abstract
Face morphing attacks create synthetic images verifiable against multiple identities, threatening border control and identity verification systems. We introduce MorphUNet, a diffusion morphing framework formulating two-parent generation as alpha-controlled biometric transport: each parent is decomposed into CLIP appearance and ArcFace identity evidence, aligned into a CLIP-compatible token space, with the two contributors preserved as separate identity-aware token banks. To our knowledge, MorphUNet is the first diffusion-based morphing framework using trainable parent-separated dual cross-attention inside the denoising U-Net: a Biometric Transport Layer carrying parent-specific identity evidence through denoising, attending to each parent separately before combining residuals via the morphing parameter alpha. DDIM-inverted latent interpolation gives a coherent denoising start, while weaker-parent-guided selection favours morphs maximising the lower parent-similarity score, reducing collapse toward one contributor. We evaluate MorphUNet against three state-of-the-art baselines (StableMorph, MIPGAN-II, and MorDIFF) on FEI and FRLL using six recognition systems, and propose CFD-based unseen-identity stress testing across gender and ethnicity pairing, demographic shifts, and parent-similarity extremes. MorphUNet achieves the best Morphing Attack Potential (MAP) when at least three of six systems are fooled by one morph, reaching 0.919 on FEI and 0.886 on FRLL, and obtains the best FID on both datasets (35.19 FEI, 44.86 FRLL). It also gives the highest APCER at 5% BPCER in the same-dataset setting, and remains highly difficult to detect under cross-dataset transfer, with APCER 0.996 on FEI and 0.946 on FRLL. The full evaluation analyses MAP, MAD, per-system vulnerability, identity balance, image quality, top/bottom-similarity stress tests, and CFD unseen-identity robustness.
Figures
Figures from the paper (20 more)
Reference graph
Works this paper leans on
-
[1]
The magic passport
Matteo Ferrara, Annalisa Franco, and Davide Maltoni. The magic passport. In2014 IEEE International Joint Conference on Biometrics, pages 1–7. IEEE, 2014
2014
-
[2]
Robertson, Robin S
David J. Robertson, Robin S. S. Kramer, and A. Mike Burton. Face morphing attacks: Investigating detection with humans and computers.Cognitive Research: Principles and Implications, 4(1):1–12, 2019
2019
-
[3]
Automatic generation and detection of visually faultless facial morphs
Andrey Makrushin, Tom Neubert, and Jana Dittmann. Automatic generation and detection of visually faultless facial morphs. InProceedings of the 12th International Joint Conference on Computer Vision, Imaging and Computer Graphics Theory and Applications, pages 39–50, 2017
2017
-
[4]
Face recognition systems under morphing attacks: A survey.IEEE Access, 7:23012–23026, 2019
Ulrich Scherhag, Christian Rathgeb, Johannes Merkle, Ralph Breithaupt, and Christoph Busch. Face recognition systems under morphing attacks: A survey.IEEE Access, 7:23012–23026, 2019
2019
-
[5]
Mipgan–generating strong and high quality morphing attacks using identity prior driven gan.IEEE Transactions on Biometrics, Behavior , and Identity Science, 3(3):365–383, 2021
Haoyu Zhang, Sushma Venkatesh, Raghavendra Ramachandra, Kiran Raja, Naser Damer, and Christoph Busch. Mipgan–generating strong and high quality morphing attacks using identity prior driven gan.IEEE Transactions on Biometrics, Behavior , and Identity Science, 3(3):365–383, 2021
2021
-
[6]
Naser Damer, Kiran Raja, Marius Süßmilch, Sushma Venkatesh, Fadi Boutros, Meiling Fang, Florian Kirchbuchner, Raghavendra Ramachandra, and Arjan Kuijper. Regenmorph: Visibly realistic gan generated face morphing attacks by attack re-generation.arXiv preprint arXiv:2108.09130, 2021
arXiv 2021
-
[7]
Denoising diffusion probabilistic models
Jonathan Ho, Ajay Jain, and Pieter Abbeel. Denoising diffusion probabilistic models. InAdvances in Neural Information Processing Systems, volume 33, pages 6840–6851, 2020
2020
-
[8]
High-resolution image synthesis with latent diffusion models
Robin Rombach, Andreas Blattmann, Dominik Lorenz, Patrick Esser, and Björn Ommer. High-resolution image synthesis with latent diffusion models. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 10684–10695, 2022
2022
Show all 41 references
-
[9]
Stablemorph: High-quality face morph generation with stable diffusion
Wassim Kabbani, Kiran Raja, Raghavendra Ramachandra, and Christoph Busch. Stablemorph: High-quality face morph generation with stable diffusion. In2025 IEEE International Joint Conference on Biometrics (IJCB), 2025
2025
-
[10]
Mordiff: Recog- nition vulnerability and attack detectability of face morphing attacks created by diffusion autoencoders
Naser Damer, Meiling Fang, Patrick Siebke, Jan Niklas Kolf, Marco Huber, and Fadi Boutros. Mordiff: Recog- nition vulnerability and attack detectability of face morphing attacks created by diffusion autoencoders. In International Workshop on Biometrics and F orensics, 2023
2023
-
[11]
A style-based generator architecture for generative adversarial networks
Tero Karras, Samuli Laine, and Timo Aila. A style-based generator architecture for generative adversarial networks. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 4401–4410, 2019
2019
-
[12]
Analyzing and improving the image quality of stylegan
Tero Karras, Samuli Laine, Miika Aittala, Janne Hellsten, Jaakko Lehtinen, and Timo Aila. Analyzing and improving the image quality of stylegan. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 8110–8119, 2020
2020
-
[13]
Vulnera- bility analysis of face morphing attacks from landmarks and generative adversarial networks.arXiv preprint arXiv:2012.05344, 2020
Sushma Venkatesh, Haoyu Zhang, Kiran Raja, Raghavendra Ramachandra, and Christoph Busch. Vulnera- bility analysis of face morphing attacks from landmarks and generative adversarial networks.arXiv preprint arXiv:2012.05344, 2020
2012 arXiv
-
[14]
Kingma and Max Welling
Diederik P. Kingma and Max Welling. Auto-encoding variational bayes. InInternational Conference on Learning Representations, 2014
2014
-
[15]
Diffusion autoen- coders: Toward a meaningful and decodable representation
Konpat Preechakul, Nattanat Chatthee, Suttisak Wizadwongsa, and Supasorn Suwajanakorn. Diffusion autoen- coders: Toward a meaningful and decodable representation. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 10619–10629, 2022
2022
-
[16]
Denoising diffusion implicit models
Jiaming Song, Chenlin Meng, and Stefano Ermon. Denoising diffusion implicit models. InInternational Conference on Learning Representations, 2021
2021
-
[17]
Ladimo: Face morph generation through biometric template inversion with latent diffusion.arXiv preprint arXiv:2410.07988, 2024
Matthias Grimmer, Fadi Boutros, Meiling Fang, and Naser Damer. Ladimo: Face morph generation through biometric template inversion with latent diffusion.arXiv preprint arXiv:2410.07988, 2024. 22 MorphUNet: Alpha-Controlled Biometric Transport for Diffusion-Based Face Morphing Attacks
2024 arXiv
-
[18]
Facenet: A unified embedding for face recognition and clustering
Florian Schroff, Dmitry Kalenichenko, and James Philbin. Facenet: A unified embedding for face recognition and clustering. InProceedings of the IEEE Conference on Computer Vision and Pattern Recognition, pages 815–823, 2015
2015
-
[19]
Arcface: Additive angular margin loss for deep face recognition
Jiankang Deng, Jia Guo, Niannan Xue, and Stefanos Zafeiriou. Arcface: Additive angular margin loss for deep face recognition. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 4690–4699, 2019
2019
-
[20]
Magface: A universal representation for face recognition and quality assessment
Qiang Meng, Shichao Zhao, Zhida Huang, and Feng Zhou. Magface: A universal representation for face recognition and quality assessment. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 14225–14234, 2021
2021
-
[21]
Jain, and Xiaoming Liu
Minchul Kim, Anil K. Jain, and Xiaoming Liu. Adaface: Quality adaptive margin for face recognition. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 18750–18759, 2022
2022
-
[22]
Learning transferable visual models from natural language supervision
Alec Radford, Jong Wook Kim, Chris Hallacy, Aditya Ramesh, Gabriel Goh, Sandhini Agarwal, Girish Sastry, Amanda Askell, Pamela Mishkin, Jack Clark, Gretchen Krueger, and Ilya Sutskever. Learning transferable visual models from natural language supervision. InProceedings of the...
2021
-
[23]
Ip-adapter: Text compatible image prompt adapter for text-to-image diffusion models.arXiv preprint arXiv:2308.06721, 2023
Hu Ye, Jun Zhang, Sibo Liu, Xiao Han, and Wei Yang. Ip-adapter: Text compatible image prompt adapter for text-to-image diffusion models.arXiv preprint arXiv:2308.06721, 2023
2023 arXiv
-
[24]
Instantid: Zero-shot identity-preserving generation in seconds.arXiv preprint arXiv:2401.07519, 2024
Qixun Wang, Xu Bai, Haofan Wang, Zekui Qin, and Anthony Chen. Instantid: Zero-shot identity-preserving generation in seconds.arXiv preprint arXiv:2401.07519, 2024
2024 arXiv
-
[25]
Bermano, Gal Chechik, and Daniel Cohen-Or
Rinon Gal, Yuval Alaluf, Yuval Atzmon, Or Patashnik, Amit H. Bermano, Gal Chechik, and Daniel Cohen-Or. An image is worth one word: Personalizing text-to-image generation using textual inversion. InInternational Conference on Learning Representations, 2023
2023
-
[26]
Dreambooth: Fine tuning text-to-image diffusion models for subject-driven generation
Nataniel Ruiz, Yuanzhen Li, Varun Jampani, Yael Pritch, Michael Rubinstein, and Kfir Aberman. Dreambooth: Fine tuning text-to-image diffusion models for subject-driven generation. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, pages 22500–...
2023
-
[27]
Hu, Yelong Shen, Phillip Wallis, Zeyuan Allen-Zhu, Yuanzhi Li, Shean Wang, Lu Wang, and Weizhu Chen
Edward J. Hu, Yelong Shen, Phillip Wallis, Zeyuan Allen-Zhu, Yuanzhi Li, Shean Wang, Lu Wang, and Weizhu Chen. Lora: Low-rank adaptation of large language models.arXiv preprint arXiv:2106.09685, 2021
2021 arXiv
-
[28]
Diffmorpher: Unleashing the capability of diffusion models for image morphing.arXiv preprint arXiv:2312.07409, 2023
Kaiwen Zhang, Yifan Zhou, Xudong Xu, Xingang Pan, and Bo Dai. Diffmorpher: Unleashing the capability of diffusion models for image morphing.arXiv preprint arXiv:2312.07409, 2023
2023 arXiv
-
[29]
Face research lab london set, 2017
Lisa DeBruine and Benedict Jones. Face research lab london set, 2017
2017
-
[30]
Thomaz and Gilson A
Carlos E. Thomaz and Gilson A. Giraldi. A new ranking method for principal components analysis and its application to face image analysis.Image and Vision Computing, 28(6):902–913, 2010
2010
-
[31]
Deep learning face attributes in the wild
Ziwei Liu, Ping Luo, Xiaogang Wang, and Xiaoou Tang. Deep learning face attributes in the wild. InProceedings of the IEEE International Conference on Computer Vision, pages 3730–3738, 2015
2015
-
[32]
Ma, Joshua Correll, and Bernd Wittenbrink
Debbie S. Ma, Joshua Correll, and Bernd Wittenbrink. The chicago face database: A free stimulus set of faces and norming data.Behavior Research Methods, 47(4):1122–1135, 2015
2015
-
[33]
Parkhi, Andrea Vedaldi, and Andrew Zisserman
Omkar M. Parkhi, Andrea Vedaldi, and Andrew Zisserman. Deep face recognition. InBritish Machine Vision Conference, 2015
2015
-
[34]
Nasrabadi
Hossein Kashiani, Shoaib Meraj Sami, Sobhan Soleymani, and Nasser M. Nasrabadi. Robust ensemble morph detection with domain generalization. In2022 IEEE International Joint Conference on Biometrics, 2022
2022
-
[35]
Deep residual learning for image recognition
Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun. Deep residual learning for image recognition. In Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, pages 770–778, 2016
2016
-
[36]
An image is worth 16x16 words: Transformers for image recognition at scale
Alexey Dosovitskiy, Lucas Beyer, Alexander Kolesnikov, Dirk Weissenborn, Xiaohua Zhai, Thomas Unterthiner, Mostafa Dehghani, Matthias Minderer, Georg Heigold, Sylvain Gelly, Jakob Uszkoreit, and Neil Houlsby. An image is worth 16x16 words: Transformers for image recognition at...
2021
-
[37]
Information technology – biometric presentation attack detection – part 3: Testing and reporting
International Organization for Standardization. Information technology – biometric presentation attack detection – part 3: Testing and reporting. ISO/IEC 30107-3:2017, 2017
2017
-
[38]
Gans trained by a two time-scale update rule converge to a local nash equilibrium
Martin Heusel, Hubert Ramsauer, Thomas Unterthiner, Bernhard Nessler, and Sepp Hochreiter. Gans trained by a two time-scale update rule converge to a local nash equilibrium. InAdvances in Neural Information Processing Systems, volume 30, 2017. 23 MorphUNet: Alpha-Controlled Bi...
2017
-
[39]
Sutherland, Michael Arbel, and Arthur Gretton
Mikołaj Bi ´nkowski, Danica J. Sutherland, Michael Arbel, and Arthur Gretton. Demystifying mmd gans. In International Conference on Learning Representations, 2018
2018
-
[40]
Rethinking fid: Towards a better evaluation metric for image generation.arXiv preprint arXiv:2401.09603, 2024
Sadeep Jayasumana, Srikumar Ramalingam, Andreas Veit, Daniel Glasner, Ayan Chakrabarti, and Sanjiv Kumar. Rethinking fid: Towards a better evaluation metric for image generation.arXiv preprint arXiv:2401.09603, 2024
2024 arXiv
-
[41]
Efros, Eli Shechtman, and Oliver Wang
Richard Zhang, Phillip Isola, Alexei A. Efros, Eli Shechtman, and Oliver Wang. The unreasonable effectiveness of deep features as a perceptual metric. InProceedings of the IEEE Conference on Computer Vision and Pattern Recognition, pages 586–595, 2018. 24 MorphUNet: Alpha-Cont...
2018
Reviewed July 31, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.