REVIEW 4 major objections 7 minor 38 references
Diff-ID keeps generated faces identity-consistent and more photorealistic than compared methods, winning on a joint identity–realism score rather than raw face similarity alone.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · grok-4.5
2026-07-31 01:54 UTC pith:CGJMAV4C
load-bearing objection Solid incremental face-ID diffusion system with honest FS reporting, but the headline FID/FIQ win is partly confounded by in-domain fine-tuning against off-the-shelf baselines. the 4 major comments →
Diff-ID: Identity Consistent Facial Image Generation and Morphing via Diffusion Models
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
Among the evaluated identity-guided diffusion methods, Diff-ID does not lead in raw ArcFace Face Similarity, but it achieves substantially lower FID and the highest FIQ-based identity–realism trade-off on both validation and unseen splits, while supporting qualitative face morphing in one unified model without per-identity fine-tuning.
What carries the argument
A dual cross-attention adapter that fuses projected ArcFace and CLIP embeddings inside a fine-tuned Stable Diffusion UNet, trained with an ArcFace cosine-similarity identity loss under exponential timestep weighting; FIQ = 100 · FS / FID is reported as a secondary joint score.
Load-bearing premise
The ranking depends on treating the evaluation splits as fair and identity-disjoint, even though the validation set comes from the same training pool and the “unseen” set is only assumed disjoint without a verified identity audit.
What would settle it
Re-run the same caption-conditioned generation protocol on a strictly identity-audited, non-overlapping face set: if Diff-ID no longer has the lowest FID and highest FIQ among the same baselines while InstantID still leads raw FS, the claimed trade-off advantage fails.
If this is right
- Synthetic training and test faces for recognition systems can be generated with stronger measured photorealism without sacrificing competitive identity retention.
- Privacy-preserving biometric pipelines can substitute real subject images with Diff-ID outputs when identity geometry and realism both matter.
- Smooth identity morphs for robustness or morph-attack study become available from a single checkpoint without DreamBooth-style per-person tuning.
- Reporting FS and FID separately, with FIQ only as a secondary ratio, becomes a clearer standard than optimizing identity similarity alone.
Where Pith is reading between the lines
- If FIQ-style joint scoring were adopted more widely, methods that game ArcFace with stylized or over-sharpened faces would lose leaderboard advantage even when raw FS looks strong.
- The same adapter-plus-weighted-identity-loss pattern could transfer to transformer diffusion backbones (e.g., DiT) with only injection-point changes, as the paper itself notes architecturally.
- Without verified demographic and consent audits on the 210K mix, deployment for biometric synthetic data still carries bias and licensing risk the metrics do not capture.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper presents Diff-ID, an identity-conditioned face generation framework built on Stable Diffusion 1.5. A dual cross-attention adapter fuses ArcFace identity embeddings with CLIP image/text embeddings (without softmax normalization), refined by a Fusion MLP and injected into a fine-tuned UNet; training adds an ArcFace cosine-similarity "pseudo-discriminator" loss with exponential timestep weighting, on a new 210K BLIP-captioned corpus drawn from CelebA-HQ/FFHQ/LAION-Face. The headline empirical claim (Table 1) is deliberately modest: Diff-ID does not beat InstantID on raw ArcFace Face Similarity, but achieves the lowest FID and the highest value of a proposed composite FIQ = 100·FS/FID on both an in-domain validation split and an LFW "unseen" split, i.e., the best measured identity–realism trade-off. A DDIM-inversion morphing pipeline with joint latent/embedding interpolation is presented qualitatively, without per-identity fine-tuning.
Significance. If the evaluation holds up, the paper makes a useful, honestly framed contribution: it explicitly concedes the raw-FS lead to InstantID, argues for joint identity–realism evaluation, and backs the composite-metric conclusion with a sensitivity analysis over six alternative formulations (Table 2), which is more rigor than most composite-score proposals receive. The adapter ablation (Table 3) isolating ArcFace-only, CLIP-only, Joint, and Joint+Fusion-MLP variants is a genuine strength, as is the qualitative morphing pipeline that avoids per-identity checkpoints. The 210K captioned corpus could be useful if released. Offsetting this: no code, data, or model release is mentioned; FIQ is unvalidated against human judgment (the authors say so); and the central FID result is exposed to a train/eval distribution-match confound detailed below. The result is incrementally significant for the identity-preserving generation subfield rather than a conceptual advance.
major comments (4)
- [§4.2, Table 1] The central claim (lowest FID, hence highest FIQ, on both splits) is confounded by a train/eval distribution match. §4.2 states the validation split is sampled from the same curated CelebA-HQ/FFHQ/LAION-Face pool Diff-ID was fine-tuned on for 1M steps, while all baselines are off-the-shelf models trained on other data. FID measures distance to a reference distribution; a model fine-tuned on (a superset of) the reference pool will score lower almost by construction, independent of perceptual realism. The FID protocol itself is never specified: reference set composition and size, image resolution/alignment, Inception network and feature layer, and number of generated samples are all missing. The absolute values (>100 on both splits) are an order of magnitude above typical face-generation FIDs, which strongly suggests a non-standard setup that must be documented. Required: (a) full FID prot
- [§4.2] Identity/image disjointness of the 'unseen' LFW split is asserted as a best-effort dataset-level assumption with no audit. LAION-Face is a web crawl, and LFW images are heavily replicated on the public web, so the training pool may contain LFW images or near-duplicates outright. Since the unseen split is the only control for the in-domain confound above, this is load-bearing. A concrete, cheap fix: run an ArcFace nearest-neighbor / duplicate-detection pass between the 210K training pool and the 5,000 LFW evaluation images, report the overlap statistics, and remove any matches. If an audit is infeasible, the 'unseen' framing should be softened throughout (abstract, §4.2, §7).
- [§3.4, Eq. (15)–(17)] The pseudo-discriminator identity loss is under-specified to the point of being non-reproducible. Computing CosineSim(ArcFace(original), ArcFace(generated)) during training requires an image-space 'generated' sample at arbitrary timestep t, but the paper never states how this is obtained: is the predicted x0 decoded through the frozen VAE at every training step (expensive), is a one-step estimate used, is the ArcFace gradient path differentiable end-to-end, and does the exponential weighting apply to the sampling distribution of t or only to the loss magnitude? The description of Wt = exp(−kτ) is also internally ambiguous: with τ = t/T and t large = high noise, exp(−kτ) is smallest at high noise, which matches the text, but the value of k is never given. These details determine whether the loss behaves as claimed in Fig. 10 and must be added.
- [§4.1.2, Table 1] ArcFace serves simultaneously as (i) the training identity loss, (ii) the conditioning embedding source, and (iii) the sole evaluation metric for identity (FS). This is a mild but real circularity: Diff-ID is directly optimized for the metric it is ranked on, whereas baselines are not. The authors are transparent about InstantID winning raw FS, which mitigates the impact, but a second, independently trained face-recognition backbone (e.g., a non-ArcFace model such as a CurricularFace/MagFace or a different-architecture recognizer) used only at evaluation time would substantially strengthen the identity claims on both splits. This is a standard control in this literature and is feasible within the paper's scope.
minor comments (7)
- [§3.3.2, Eq. (5)] The claim that omitting softmax 'preserves raw magnitude relationships... helpful for fine-grained details' is unmotivated and never ablated; Table 3 varies embedding sources and the Fusion MLP but not the softmax. Either add a softmax-vs-no-softmax ablation or soften the claim to a design choice.
- [References] Several citations are placeholders or incorrect: [5], [6], [7] cite 'arXiv:2303.XXXX / 2304.XXXX'; [3] (GLIDE) cites arXiv:2112.10752, which is the Latent Diffusion paper ([2]); [8] attributes ControlNet to the PhotoMaker authors; [36] lists an author set for DreamBooth that does not match the actual paper (Ruiz et al.). Please audit the full bibliography.
- [§4.1.3, Eq. (23)] 'FIQ' collides with the established face-image-quality assessment literature (e.g., SER-FIQ and related ISO/IEC 29794-1 quality scores), where the term denotes a well-defined, standardized concept. A distinct name (e.g., 'identity–realism ratio') would avoid confusion, especially given the paper's stated intention not to validate the score against human or biometric judgments.
- [Table 3, §5.2] The adapter ablation reports FS only, on the in-domain validation split. Since the paper's thesis is the identity–realism trade-off, FID (and ideally unseen-split numbers) for the four variants would make the ablation commensurate with the main claim; the CLIP-only variant in particular might trade FS for FID.
- [§4.2] Inference configuration for evaluation is not reported: number of DDIM/sampling steps, guidance scale, seed count, and whether one or multiple images per identity were generated and how FS was aggregated. These affect both FS and FID comparability with baselines.
- [§3.1] 'resized to a uniform resolution of 512' — presumably 512×512 pixels; also state whether face crops/alignment were applied, since this affects both training and the FID reference statistics.
- [Fig. 6 / Fig. 8] Fig. 6 reports per-image FID values (e.g., 101.3 for a single image), but FID is a distributional statistic and is undefined for one image; clarify that these are per-subject estimates over a sample set, and state the sample count. In Fig. 8, please state the α values corresponding to each shown frame.
Circularity Check
No derivation-chain circularity: empirical ML comparisons on external metrics, with openly conceded FS loss to InstantID.
full rationale
Diff-ID is an empirical systems paper, not a first-principles derivation. Its load-bearing claims are experimental rankings on ArcFace Face Similarity, FID, and a secondary ratio FIQ = 100·FS/FID (Eq. 23, Table 1). FS and FID are standard external metrics computed against held-out/unseen image sets; the paper explicitly reports that InstantID wins raw FS and that Diff-ID’s advantage is FID/FIQ. Defining FIQ as a complementary summary and ranking by it is a metric-design choice, not a case where a predicted quantity equals a fitted input by construction—alternative composites in Table 2 are reported and InstantID could have won FIQ had its FS margin dominated. Using ArcFace both as a training identity loss and as the FS evaluator is common practice and creates possible evaluation bias, but it is not self-definitional circularity (the loss does not algebraically force the reported FS ranking against independently trained baselines). There is no self-citation uniqueness theorem, no ansatz smuggled in via author-overlapping prior work, and no renaming of a known closed-form result. Confounds such as fine-tuning on the same pool used for the validation FID reference (§4.2) are validity/generalization concerns, not circular reductions of a claimed derivation. Score 0 with empty steps is the warranted finding.
Axiom & Free-Parameter Ledger
free parameters (5)
- lambda_identity =
0.10
- identity_loss_decay_k =
not numerically specified
- Adam learning rate / batch size / train steps =
1e-5; batch 16; 1,000,000 steps
- FIQ scale factor 100 and composite form FS/FID =
FIQ = 100 · FS / FID
- projection/adapter weight matrices (W_arc, W_i, W_s, attention WQs/Ks/Vs, Fusion MLP) =
trained end-to-end (values not reported)
axioms (6)
- domain assumption ArcFace cosine similarity is a valid primary proxy for identity preservation of generated faces.
- domain assumption FID on Inception features is a valid primary proxy for photorealism of face images.
- domain assumption Frozen CLIP text/image embeddings supply useful semantic conditioning without needing explicit attribute control modules.
- ad hoc to paper Training and LFW evaluation identities can be treated as disjoint at dataset level without a formal identity-matching audit.
- ad hoc to paper Omitting softmax in dual cross-attention preserves fine-grained magnitude relationships helpful for identity detail.
- standard math Standard latent diffusion / DDIM inversion mathematics from prior work holds for the fine-tuned UNet+adapter.
invented entities (4)
-
Diff-ID dual cross-attention adapter + Fusion MLP
no independent evidence
-
Pseudo-discriminator ArcFace loss with exponential timestep weighting
no independent evidence
-
Face Image Quality (FIQ) score
no independent evidence
-
210K BLIP-captioned identity-centric face corpus
no independent evidence
read the original 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.
Figures
Reference graph
Works this paper leans on
-
[1]
Denoising diffusion probabilistic models
Jonathan Ho, Ajay Jain, and Pieter Abbeel. Denoising diffusion probabilistic models. InAdvances in Neural Information Processing Systems, 2020
2020
-
[3]
Glide: Towards photorealistic image generation and editing with text-guided diffusion models
Alexander Quinn Nichol and Prafulla Dhariwal. Glide: Towards photorealistic image generation and editing with text-guided diffusion models. InarXiv preprint arXiv:2112.10752, 2021
Pith/arXiv arXiv 2021
-
[4]
Photorealistic text-to-image diffusion models with deep language understanding
Chitwan Saharia, William Chan, Saurabh Saxena, Lala Li, Jay Whang, Emily Denton, Seyed Kamyar Ghasemipour, Aditya Ramesh, Ilya Sutskever, Ruslan Salakhutdinov, et al. Photorealistic text-to-image diffusion models with deep language understanding. InProceedings of the 39th International Conference on Machine Learning (ICML), 2022
2022
-
[5]
Ip-adapter: Learning to adapt pretrained text-to-image models for personalized image editing
Jian Liu et al. Ip-adapter: Learning to adapt pretrained text-to-image models for personalized image editing. In arXiv preprint arXiv:2303.XXXX, 2023. 18 Diff-ID: Identity Consistent Facial Generation and Morphing
2023
-
[6]
Photomaker: Stacked-id embeddings for enhanced identity preservation in diffusion models
Xi Zhang et al. Photomaker: Stacked-id embeddings for enhanced identity preservation in diffusion models. In arXiv preprint arXiv:2303.XXXX, 2023
2023
-
[7]
Instantid: Fast and accurate identity preservation in text-to-image models
Wei Chen et al. Instantid: Fast and accurate identity preservation in text-to-image models. InarXiv preprint arXiv:2304.XXXX, 2023
2023
-
[8]
Controlnet: Adding conditional control to diffusion models
Xi Zhang et al. Controlnet: Adding conditional control to diffusion models. InarXiv preprint arXiv:2301.11368, 2023
Pith/arXiv arXiv 2023
-
[9]
Zero-shot text-to-image generation
Aditya Ramesh, Mikhail Pavlov, Gabriel Goh, Scott Gray, Chelsea V oss, Alec Radford, and Mark Chen. Zero-shot text-to-image generation. InarXiv preprint arXiv:2102.12092, 2021
Pith/arXiv arXiv 2021
-
[10]
Cogview: Mastering text-to-image generation via transformers
Zizhao Ding, Yunzhi Wang, Yuxiao Dong, Xiaodong Dong, Shengjie Tang, Feng Wu, Xunyu Lu, Gang Liu, Xiong Zhu, and Jian Gao. Cogview: Mastering text-to-image generation via transformers. InarXiv preprint arXiv:2105.13290, 2021
Pith/arXiv arXiv 2021
-
[12]
Score-based generative modeling through stochastic differential equations
Yang Song and Stefano Ermon. Score-based generative modeling through stochastic differential equations. International Conference on Learning Representations (ICLR), 2021
2021
-
[13]
Aditya Ramesh, Prafulla Dhariwal, Alex Nichol, Casey Chu, and Mark Chen. Hierarchical text-conditional image generation with clip latents.arXiv preprint arXiv:2204.06125, 2022
Pith/arXiv arXiv 2022
-
[14]
Adding conditional control to text-to-image diffusion models.arXiv preprint arXiv:2302.05543, 2023
Ze Zhang, Ding Zhu, Jorge Martinez, Jian Yang, Yixin Wang, Yi Zhang, and Li Fei-Fei Sun. Adding conditional control to text-to-image diffusion models.arXiv preprint arXiv:2302.05543, 2023
Pith/arXiv arXiv 2023
-
[15]
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, et al. Learning transferable visual models from natural language supervision. InInternational Conference on Machine Learning (ICML), 2021
2021
-
[16]
Arcface: Additive angular margin loss for deep face recognition
Jiankang Deng, Jia Guo, Yuxiao Ni, Stefanos Zafeiriou, and Sameer Kumar. 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
-
[17]
Jiankang Deng, Grigorios Chrysos, Evangelos Ververas, Jie Shen, Irene Kotsia, and Stefanos Zafeiriou. Uv-gan: Adversarial facial uv map completion for pose-invariant face recognition.arXiv preprint arXiv:1905.04150, 2019. Available athttps://arxiv.org/abs/1905.04150
Pith/arXiv arXiv 1905
-
[18]
Ms-celeb-1m: A dataset and benchmark for large-scale face recognition
Yandong Guo, Lei Zhang, Yuxiao Yuan, Jun Liu, Tao Wang, Yu Cai, Jessey Chen, Zhangyang Wang, Zhen Zhang, and Huabin Su. Ms-celeb-1m: A dataset and benchmark for large-scale face recognition. InEuropean Conference on Computer Vision (ECCV), pages 87–102, 2016
2016
-
[19]
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 conference on computer vision and pattern recognition, pages 4401–4410, 2019
2019
-
[20]
Styleflow: Attribute-conditioned exploration of stylegan-generated images using conditional continuous normalizing flows
Rinon Abdal, Yipeng Qin, and Peter Wonka. Styleflow: Attribute-conditioned exploration of stylegan-generated images using conditional continuous normalizing flows. InProceedings of the IEEE/CVF International Conference on Computer Vision (ICCV), pages 13153–13162, 2021
2021
-
[21]
Ganspace: Discovering interpretable gan controls
Erik Härkönen, Aaron Hertzmann, Jaakko Lehtinen, and Sylvain Paris. Ganspace: Discovering interpretable gan controls. InAdvances in Neural Information Processing Systems (NeurIPS), volume 33, pages 9841–9850, 2020
2020
-
[22]
Diffmorpher: Identity morphing via diffusion models
Jinwoo Lee, Hyun Kim, and Junseok Choi. Diffmorpher: Identity morphing via diffusion models. InNeurIPS Workshop on Generative Models, 2024
2024
-
[23]
Hu, Yelong Shen, Phillip Wallis, Zeyuan Allen-Zhu, Yuanzhi Li, Shean Wang, and Weizhu Chen
Edward J. Hu, Yelong Shen, Phillip Wallis, Zeyuan Allen-Zhu, Yuanzhi Li, Shean Wang, and Weizhu Chen. Lora: Low-rank adaptation of large language models. InAdvances in Neural Information Processing Systems (NeurIPS), volume 34, pages 5966–5978, 2021
2021
-
[24]
Junnan Li et al. Blip: Bootstrapping language-image pre-training for unified vision-language understanding and generation. InarXiv preprint arXiv:2201.12086, 2022
Pith/arXiv arXiv 2022
-
[25]
Facial geometric detail recovery via implicit representation
Xingyu Ren, Alexandros Lattas, Baris Gecer, Jiankang Deng, Chao Ma, and Xiaokang Yang. Facial geometric detail recovery via implicit representation. In2023 IEEE 17th International Conference on Automatic Face and Gesture Recognition (FG), 2023
2023
-
[26]
Jia Guo, Jiankang Deng, Alexandros Lattas, and Stefanos Zafeiriou. Sample and computation redistribution for efficient face detection.arXiv preprint arXiv:2105.04714, 2021. 19 Diff-ID: Identity Consistent Facial Generation and Morphing
Pith/arXiv arXiv 2021
-
[27]
Ostec: One-shot texture completion
Baris Gecer, Jiankang Deng, and Stefanos Zafeiriou. Ostec: One-shot texture completion. InProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), 2021
2021
-
[28]
Killing two birds with one stone: Efficient and robust training of face recognition cnns by partial fc
Xiang An, Jiangkang Deng, Jia Guo, Ziyong Feng, Xuhan Zhu, Yang Jing, and Liu Tongliang. Killing two birds with one stone: Efficient and robust training of face recognition cnns by partial fc. InCVPR, 2022
2022
-
[29]
Partial fc: Training 10 million identities on a single machine
Xiang An, Xuhan Zhu, Yuan Gao, Yang Xiao, Yongle Zhao, Ziyong Feng, Lan Wu, Bin Qin, Ming Zhang, Debing Zhang, and Ying Fu. Partial fc: Training 10 million identities on a single machine. InICCVW, 2021
2021
-
[30]
Sub-center arcface: Boosting face recognition by large-scale noisy web faces
Jiankang Deng, Jia Guo, Tongliang Liu, Mingming Gong, and Stefanos Zafeiriou. Sub-center arcface: Boosting face recognition by large-scale noisy web faces. InProceedings of the IEEE Conference on European Conference on Computer Vision, 2020
2020
-
[31]
Retinaface: Single-shot multi-level face localisation in the wild
Jiankang Deng, Jia Guo, Evangelos Ververas, Irene Kotsia, and Stefanos Zafeiriou. Retinaface: Single-shot multi-level face localisation in the wild. InCVPR, 2020
2020
-
[32]
Stacked dense u-nets with dual transformers for robust face alignment
Jia Guo, Jiankang Deng, Niannan Xue, and Stefanos Zafeiriou. Stacked dense u-nets with dual transformers for robust face alignment. InBMVC, 2018
2018
-
[33]
The menpo benchmark for multi-pose 2d and 3d facial landmark localisation and tracking.IJCV, 2018
Jiankang Deng, Anastasios Roussos, Grigorios Chrysos, Evangelos Ververas, Irene Kotsia, Jie Shen, and Stefanos Zafeiriou. The menpo benchmark for multi-pose 2d and 3d facial landmark localisation and tracking.IJCV, 2018
2018
-
[34]
Arcface: Additive angular margin loss for deep face recognition
Jiankang Deng, Jia Guo, Xue Niannan, and Stefanos Zafeiriou. Arcface: Additive angular margin loss for deep face recognition. InCVPR, 2019
2019
-
[35]
Denoising diffusion implicit models
Yang Song and Stefano Ermon. Denoising diffusion implicit models. InAdvances in Neural Information Processing Systems, volume 33, 2020
2020
-
[36]
Yatao Ru, Samuel Lombardi, Brendan McMahan, Alice Shih, Xiang Gao, Antoine Miech, and Christoph Feichtenhofer. Dreambooth: Fine tuning text-to-image diffusion models for subject-driven generation.arXiv preprint arXiv:2208.12242, 2022
Pith/arXiv arXiv 2022
-
[37]
A survey on face morphing attacks: Vulnerability exposure in biometric systems.IEEE Transactions on Information F orensics and Security, 14(8):2156–2179, 2019
Celine Rathgeb and Christoph Busch. A survey on face morphing attacks: Vulnerability exposure in biometric systems.IEEE Transactions on Information F orensics and Security, 14(8):2156–2179, 2019
2019
-
[38]
Franco, and Davide Maltoni
Matteo Ferrara, Giovanni L. Franco, and Davide Maltoni. The magic passport. InProc. International Workshop on Biometrics and F orensics (IWBF), pages 1–6. IEEE, 2014
2014
-
[39]
A morphable model for the synthesis of 3d faces
V olker Blanz and Thomas Vetter. A morphable model for the synthesis of 3d faces. InACM SIGGRAPH, pages 187–194. ACM, 1999
1999
-
[40]
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. 20
2017
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.