Pith. sign in

REVIEW 3 major objections 8 minor 76 references

Generative Face Parsing Map Guided 3D Face Reconstruction Under Occluded Scenes

T0 review · 3 major / 8 minor · reviewed 2026-08-11 · deepseek-v4-flash

Pith's one-line read Single-view 3D face reconstruction can survive occluders by first generating a complete landmark-guided face parsing map, then synthesizing an unoccluded face image with a GAN, and only then fitting the 3D model.

desk verdict A sensible modular pipeline for occlusion-robust 3D face reconstruction whose evidence is too thin to prove the central claim; worth one serious referee pass. read the letter →

arxiv 2412.18920 v1 pith:LANNOCN2 submitted 2024-12-25 cs.CV

classification cs.CV
keywords 3Dfacereconstructionparsingoccludedscenesgenerativeadversarialnetworklandmarkpredictionimagesynthesismorphablemodeltexturerefinement
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper claims that single-view 3D face reconstruction can be made reliable when the face is partially occluded by first estimating where the facial features should be, rather than fitting the 3D model directly to the corrupted photo. Its strategy is to combine a learned face parsing map with a landmark-driven parsing map so that occluders such as hair, hands, glasses, and jewelry are replaced by a complete, topologically correct face layout. A GAN-based synthesis network then renders an unoccluded face image from that layout, and a standard 3D morphable model pipeline reconstructs shape and texture from the cleaned image. The authors report that this ordering produces visibly more complete 3D faces than the baselines and reduces the 90-percent error on artificially occluded MICC Florence data from 1.75 mm and 2.17 mm for two baselines to 1.24 mm.

What carries the argument

The load-bearing mechanism is the two-map merge ('Face Parsing Map Plus'): one parsing map $M_\alpha$ from a trained face parsing network and one landmark-derived map $M_\beta$ built by connecting 68 predicted landmarks into regions for skin, eyebrows, eyes, nose, and lips. Algorithm 1 fills occluded pixels of $M_\alpha$ from $M_\beta$ when the semantic label is missing, yielding the complete map $M_\gamma$ that the GAN uses as a semantic condition. The Face Image Synthesis Network, built on Pix2PixHD with SFT layers and SEAN normalization, transfers the style of visible facial features to the positions defined by $M_\gamma$, so the generated $I_{\text{out}}$ respects the subject's identity. The 3D reconstruction then uses a four-term loss (landmark, pixel-wise with occlusion attention, regularization, and face-feature cosine loss) on $I_{\text{out}}$.

What would settle it

Take a face dataset with ground-truth landmarks and ground-truth 3D scans, add artificial occluders over the eyes, nose, and mouth, and compare predicted landmarks against ground truth before reconstruction. If landmark error grows sharply whenever an occluder covers a facial feature, the merged $M_\gamma$ will be structurally wrong; one could then measure whether the 90-percent reconstruction error on MICC Florence rises towards or above the baselines when the same occluders are used. A second check: replace the predicted landmarks with ground-truth landmarks and see whether the reported 1.24 mm error drops further, which would confirm that landmark accuracy is the controlling bottleneck.

Watch

Extended reading notes

Core claim

The central claim is that occlusion handling should happen in 2D image space before 3D reconstruction, guided by facial structure rather than by direct inpainting of pixels. The paper proposes the 'Face Parsing Map Plus' algorithm: a U-Net parsing model provides a semantic map $M_\alpha$, a landmark predictor provides 68 points that are connected into a feature-region map $M_\beta$, and a rule-based merge fills occluded skin and facial features so the complete map $M_\gamma$ has the correct eye-nose-mouth topology. A Pix2PixHD-style generator conditioned on $M_\gamma$ synthesizes the unoccluded face $I_{\text{out}}$, which is then fed to a ResNet-50 regressor for 3DMM coefficients and a graph-convolution texture refinement network. The paper argues that because the occluded region is regenerated semantically before fitting, the final 3D model keeps a natural global shape while gaining refined texture.

Load-bearing premise

The whole pipeline depends on the landmark predictor producing accurate 68-point locations even when parts of the face are hidden; if an occluder drags a landmark off the true eye, nose, or mouth position, the merged parsing map and the synthesized face inherit that error, and the 3D model is fitted to a face structure that is not the subject's.

Editorial extensions

If this is right

  • For inputs where the occluder does not corrupt landmark detection, the method yields complete 3D faces with correct eye-nose-mouth topology under glasses, jewelry, palms, and hair.
  • On MICC Florence with artificial occluders, the reported 90-percent error of 1.24 mm is lower than the 1.75 mm of 3DDFA and 2.17 mm of Chen et al., indicating that the 2D-before-3D ordering helps accuracy, not just visual plausibility.
  • LFW verification results with and without occlusion (100%-EER 85.75 vs 90.57) show that the reconstructed shapes retain recognition-level identity information under occlusion.
  • The occlusion-aware pixel-wise loss, which upweights facial feature regions during 3D fitting, ties the texture optimization to the semantically regenerated areas rather than to the occluded pixels.
  • The pipeline separates face-image synthesis from 3D fitting, so the cleaned image can be used as input to the 3DMM regressor independently of the synthesis backbone.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • Inference: because the landmark predictor is trained on 300-W and CelebA-HQ with pseudo-labels from Faceboxes, its accuracy on heavy occlusions is untested; a natural extension would be to train it with occluded-face landmark data or to make the parsing map guide the landmarks instead of the reverse.
  • Inference: the parsing-map-plus merge is a generic semantic prior; it could be reused for other face-editing tasks such as attribute transfer or face swapping, where a complete feature layout is needed before generation.
  • Inference: the two-stage design implies that any improvement in face inpainting or face parsing could be plugged in without changing the 3D fitting stage, so the method's ceiling is set by the quality of the regenerated 2D face.
  • Inference: a direct test of the claim would be to compare against a pipeline that inpaints the occluded region with a state-of-the-art face inpainter and then applies the same 3DMM fitting; this would isolate whether the parsing-map guidance or the GAN synthesis is responsible for the gains.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

3 major / 8 minor

Summary. The paper presents a pipeline for single-view 3D face reconstruction under occlusion. The method first predicts 68 facial landmarks from the occluded input, generates a face parsing map M_alpha, constructs a complete parsing map M_gamma by merging M_alpha with a landmark-derived map M_beta via Algorithm 1, synthesizes an occlusion-free face image I_out using a GAN-based Face Image Synthesis Network (FISN), and finally fits a 3DMM (ResNet-50 regressor plus a graph-convolution texture refinement network) to I_out. The authors claim state-of-the-art quality and robustness under occlusion, supported by qualitative comparisons against 3DDFA, DF2Net, and Chen et al. and by two quantitative experiments: a 90% error comparison on artificially occluded MICC Florence data (1.24 mm vs. 1.75 and 2.17 mm) and an LFW face-verification experiment with and without synthetic occlusions.

Significance. The proposed combination of landmark-guided parsing-map completion and GAN-based image synthesis is a reasonable and potentially useful direction for occlusion-robust 3D face reconstruction. The manuscript includes a concrete algorithm (Algorithm 1), qualitative results on real-world occluded images, and a quantitative comparison, which are strengths. However, the central claim of robustness is not yet adequately supported: the landmark predictor, which is load-bearing for the whole pipeline, is not evaluated on occluded faces, and the quantitative evaluations lack statistical detail and baseline comparisons under identical protocols. The text also contains an explicit self-reported degradation in the texture refinement network that conflicts with the stated high-fidelity result. These issues are addressable with additional experiments and clarifications; the core approach is not fundamentally flawed.

major comments (3)
  1. [§3.1–3.2, Eq. (1), Algorithm 1, Eq. (12)] The central robustness claim rests on the ability of Nlmk to produce accurate 68-point landmarks on partially occluded faces, which the paper itself describes as 'a crucial part' (Sec. 3.1). However, no quantitative evaluation of landmark accuracy under occlusion is provided; training on 300-W plus pseudo-labeled CelebA-HQ is not shown to transfer to occluders such as hair, hands, or glasses. Because M_beta is constructed by connecting the predicted landmarks (Sec. 3.2) and the final 3D fit is aligned to landmarks detected on the synthesized I_out (Eq. 12), any landmark error propagates through M_gamma and the GAN to the final shape and texture. Please report normalized mean error (NME) on an occluded landmark benchmark, or an ablation that varies landmark accuracy and measures its effect on reconstruction error.
  2. [§5.2, Fig. 4, Table 1] The quantitative support for the robustness claim is insufficient. On MICC Florence, only a single 90% error value per method is reported, with no error bars, no number of test subjects, no description of how the artificial occluders were generated (type, size, opacity, position), and no definition of the 90% error metric. In Table 1, the LFW experiment compares only Ours (with/without occlusion) against Tran et al.; no other method is evaluated under the same synthetic occlusions, so the claim that the accuracy drop is 'limited' has no baseline. Please report mean±std over subjects, define the metric, describe the occluder protocol, and include a comparison to at least one recent occlusion-robust reconstruction method under the same protocol.
  3. [§4, Implementation Details] The implementation section contains the sentence: 'We do not adopt any fully-connected layers or convolutional layers in the refinement network refer to related research [32]. This will reduce the performance of the module.' As written, this is a direct admission that the texture refinement network degrades performance, which contradicts the conclusion's claim of 'high fidelity textures.' If the sentence is a typo and should read 'will not reduce,' it must be corrected; if it is a genuine limitation, its effect on the final texture quality should be quantified and discussed. In either case, this self-reported limitation must be resolved before the central claim can be accepted.
minor comments (8)
  1. [Abstract] The sentence 'demonstrate the method's superior regulation ability over existing methods often break down' is ungrammatical; 'regulation' should be 'regularization' and the clause needs rewording.
  2. [§3.2] The text says 'we assumed that facial features only include only five parts' (duplicate 'only'), and Algorithm 1 defines the facial-feature gray range S as 'only include four parts' while the text lists five including skin; please make the number of classes consistent.
  3. [§3.3, Eq. (6)] The conditional adversarial loss uses the notation D1,2 without a clear definition of how the two discriminators are combined; please specify the exact form of the loss for each discriminator.
  4. [§3.5, Eq. (13)] The occlusion attention coefficient Pi is set to 1 for facial features in M_alpha and 0.1 otherwise, but M_alpha may contain occluder labels; the relationship between M_alpha and the occlusion mask used for attention should be clarified.
  5. [§5.1, Fig. 3] The caption of Fig. 3 lists methods in an order inconsistent with the text: the caption reads 'Input Ours 3DDFA'20 Chen et al.'19 DF2Net'19 Mγ Map' while the text says '3DDFA, DF2Net, Chen et al. and our method.' Ensure the figure and text correspond.
  6. [§5.2] The phrase 'We calculated the average 90% largest error' is ambiguous; please define the metric (e.g., the 90th percentile of per-vertex Euclidean errors) and specify whether it is averaged over all vertices or over subjects.
  7. [§2.2] The citation artifact '[32-35]' appears mid-sentence; use standard citation formatting such as '[32,33,34,35]'.
  8. [§4] Several hyperparameters (λ1–λ6, ωα, ωβ, Pi) are stated without any sensitivity analysis or ablation; a brief discussion of their stability or a table of ablations would improve reproducibility.

Circularity Check

1 steps flagged · score 3.0 of 10

Landmark-prediction loop: the 2D facial structure used to synthesize the target image is produced by the same fitted landmark detector that supervises the final 3D alignment.

  1. fitted input called prediction [Sections 3.2, 3.3, and 3.5, Eq. (12)]
    "The architecture Nlmk aims to generate landmarks from a corrupted face photo Icor : Zlmk=Nlmk (Icor; θlmk) ... given the landmarks Zlmk ∈ R2×68, we connected the feature points to form a region. Then these regions can form a parsing map Mβ ... face features (e.g. eyes style) in Ifac are shifted to the corresponding position on Mγ so that FISN can synthesis image Iout which removed occlusion ... We ran the landmark prediction module Nlmk to detect 68 landmarks {z(n)lmk} from the training images. We obtained landmarks {l(n)y} from rendering facial images."

    The same fitted landmark network N_lmk supplies both the structural input and the supervision target: its 68 outputs are connected into M_beta, merged into M_gamma, and used by FISN to synthesize I_out; then Eq. (12) minimizes the distance between projected 3D landmarks and N_lmk's detections on I_out. Thus the reconstructed eye/nose/mouth positions are aligned, by construction, to the same detector that generated the target image. Any occlusion-induced landmark bias is injected twice, and the landmark loss cannot correct or validate the occluded structure. The 'reasonable position of the occlusion area' is therefore a self-consistency loop with N_lmk, not an externally grounded estimate. The external MICC/LFW benchmarks keep the overall robustness claim partially independent.

full rationale

The paper's headline quantitative claims are supported by external benchmarks: the MICC Florence 90%-error comparison is against ground-truth 3D models (Fig. 4), and the LFW verification experiment uses an independent face-verification protocol (Table 1). Those results are not derived from the paper's own outputs, so the central robustness claim does not reduce to a tautology. However, the method does contain one component-level circular loop. The landmark predictor N_lmk is trained on 300-W plus pseudo-labeled CelebA-HQ (Sec. 4) and is used to create M_beta by connecting its 68 predicted points (Sec. 3.2). M_beta is merged into M_gamma, which conditions FISN to generate the de-occluded target I_out (Sec. 3.3). The 3DMM fit is then supervised in Eq. (12) by landmarks detected by the same N_lmk on I_out, plus pixel and identity losses against I_out. Consequently, the landmark term aligns the projected 3D landmarks to the very detector outputs that defined the target's facial topology; it cannot supply independent evidence about the occluded face's true structure. This makes the 'reasonable position of the occlusion area' a self-consistency constraint rather than an externally verified estimate. The concern is mitigated by the external MICC/LFW evaluations, which test the full pipeline against ground truth and independent recognition, but the qualitative claim of 'rationality of our estimated facial structure' rests on the unvalidated loop. No load-bearing self-citations or imported uniqueness theorems are present.

Assumptions & free parameters 10 free parameters · 5 assumptions · 0 invented entities

The central claim rests on multiple hand-set loss weights, a fixed occlusion weighting scheme, and unverified assumptions about the reliability of parsing, landmarks, and GAN synthesis under occlusion. No new physical entities are introduced.

free parameters (10)
  • λ1 (feature matching weight) = 10
    Hand-set weight in FISN loss Eq. 9.
  • λ2 (perceptual weight) = 10
    Hand-set weight in FISN loss Eq. 9.
  • λ3 (landmark loss weight) = 1.6e-3
    Hand-set weight in 3D reconstruction loss Eq. 16.
  • λ4 (pixel-wise loss weight) = 1.4
    Hand-set weight in Eq. 16.
  • λ5 (regularization weight) = 3.7e-4
    Hand-set weight in Eq. 16.
  • λ6 (face feature loss weight) = 0.2
    Hand-set weight in Eq. 16.
  • ωα (shape regularization weight) = 1.0
    Hand-set in Eq. 14.
  • ωβ (texture regularization weight) = 1.75e-3
    Hand-set in Eq. 14.
  • Occlusion attention weight Pi for non-feature pixels = 0.1
    Hand-set in Eq. 13 to down-weight non-facial regions during pixel-wise loss.
  • Grayscale ranges S and O in Algorithm 1 = not specified
    The pixel value ranges that define facial features (S) and skin (O) are not stated numerically; the algorithm's behavior depends on them.
assumptions (5)
  • domain assumption The pre-trained face parsing model N_alpha (trained on CelebAMask-HQ) produces reliable parsing maps on occluded images.
    Invoked in Section 3.2; if parsing fails on occluders, M_alpha mislabels skin and features, breaking M_gamma.
  • domain assumption The landmark detector Nlmk is accurate under occlusion.
    Stated as crucial in Section 3.1; M_beta is constructed by connecting predicted landmarks.
  • domain assumption The GAN-synthesized image I_out preserves the subject's identity and facial topology.
    Invoked in Section 3.3 and Section 3.5 where I_out is the target for the 3D reconstruction; no identity-preservation metric is reported.
  • domain assumption The Basel Face Model (BFM) shape space is sufficient to represent faces from the evaluation datasets.
    Section 3.4: reconstruction regresses BFM coefficients; if the true face is outside the BFM span, the model cannot recover it.
  • standard math Spherical harmonics with B=3 bands model scene illumination adequately.
    Section 3.4, Eq. 11: the SH approximation is a standard lighting model; it may fail for strong specularities or hard shadows.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Generative Face Parsing Map Guided 3D Face Reconstruction Under Occluded Scenes." pith.science (2026). https://pith.science/paper/LANNOCN2

@misc{pith2026241218920,
  author       = {Pith},
  title        = {Pith review of: Generative Face Parsing Map Guided 3D Face Reconstruction Under Occluded Scenes},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/LANNOCN2}},
  note         = {Machine review of arXiv:2412.18920}
}
read the original abstract

Over the past few years, single-view 3D face reconstruction methods can produce beautiful 3D models. Nevertheless,the input of these works is unobstructed faces.We describe a system designed to reconstruct convincing face texture in the case of occlusion.Motivated by parsing facial features,we propose a complete face parsing map generation method guided by landmarks.We estimate the 2D face structure of the reasonable position of the occlusion area,which is used for the construction of 3D texture.An excellent anti-occlusion face reconstruction method should ensure the authenticity of the output,including the topological structure between the eyes,nose, and mouth. We extensively tested our method and its components, qualitatively demonstrating the rationality of our estimated facial structure. We conduct extensive experiments on general 3D face reconstruction tasks as concrete examples to demonstrate the method's superior regulation ability over existing methods often break down.We further provide numerous quantitative examples showing that our method advances both the quality and the robustness of 3D face reconstruction under occlusion scenes.

Figures

Figures reproduced from arXiv: 2412.18920 by the authors.

Figure 1
Figure 1. Overall our pipeline. We first remove the occluded area and reconstruct the face with complete facial features. Then we utilize ResNet-50 and texture refinement network to reconstruct the final 3D model. part under occlusion scenes. The architecture Nlmk aims to generate landmarks from a corrupted face photo Icor : Zlmk=Nlmk (Icor; θlmk) , where θlmk denotes the trainable parameters. Since we want to focus more on e… view at source ↗
Figure 2
Figure 2. Our face parsing map generation module, which follows Algorithm 1. The results shown in the figure show that our method finally successfully removed the occlusion of fingers and hair . In order to generate Mγ including the complete facial features, we designed Algorithm 1. Algorithm 1 Face Parsing Map Plus Algorithm, our proposed algorithm. All experiments in the papers Map A and Map B have the same width and height… view at source ↗
Figure 3
Figure 3. Comparison of qualitative results. Baseline methods from left to right: 3DDFA, DF2Net, Chen et al. and our method. 5.2 Quantitative Comparison Input Chen et al.’19 3DDFA’20 Ours 2.17 1.75 1.24 0 1 2 3 [PITH_FULL_IMAGE:figures/full_fig_p010_3.png] view at source ↗
Figures from the paper (2 more)
Figure 4
Figure 4. Figure 4: Comparison of error heat maps on the MICC Florence datasets. Digits denote 90% error (mm). Comparison result on the MICC Florence datasets MICC Florence dataset [2] is a 3D face dataset that contains 53 faces with their ground truth models. We artificially added some o…
Figure 5
Figure 5. Figure 5: Reconstructions with occlusions. Left: Qualitative results of Sela et al. [54] and our shape. Right: LFW verification ROC for the shapes, with and without occlusions. Occlusion invariance of the foundation shape Our choice of using the ResNet-50 to regress the shape co…

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

76 extracted references · 49 canonical work pages

  1. [32]

    arXiv preprint arXiv:2003.05653 (2020)

    Lin, J., Yuan, Y., Shao, T., Zhou, K.: Towards high-fidelity 3d face re- construction from in-the-wild images using graph convolutional networks. arXiv preprint arXiv:2003.05653 (2020)

  2. [1]

    Abdal, R., Qin, Y., Wonka, P.: Image2stylegan: How to embed images into the stylegan latent space? In: Proceedings of the IEEE/CVF International Conference on Computer Vision. pp. 4432–4441 (2019)

  3. [2]

    In: Proceedings of the 2011 joint ACM workshop on Human gesture and behavior understanding

    Bagdanov, A.D., Del Bimbo, A., Masi, I.: The florence 2d/3d hybrid face dataset. In: Proceedings of the 2011 joint ACM workshop on Human gesture and behavior understanding. pp. 79–80 (2011)

  4. [3]

    In: Proceedings of the IEEE International Conference on Computer Vision

    Chen, A., Chen, Z., Zhang, G., Mitchell, K., Yu, J.: Photo-realistic facial de- tails synthesis from single image. In: Proceedings of the IEEE International Conference on Computer Vision. pp. 9429–9439 (2019)

  5. [4]

    arXiv preprint arXiv:1412.7062 (2014)

    Chen, L.C., Papandreou, G., Kokkinos, I., Murphy, K., Yuille, A.L.: Seman- tic image segmentation with deep convolutional nets and fully connected crfs. arXiv preprint arXiv:1412.7062 (2014)

  6. [5]

    IEEE transactions on pattern analysis and machine intelligence 40(4), 834–848 (2017)

    Chen, L.C., Papandreou, G., Kokkinos, I., Murphy, K., Yuille, A.L.: Deeplab: Semantic image segmentation with deep convolutional nets, atrous convolution, and fully connected crfs. IEEE transactions on pattern analysis and machine intelligence 40(4), 834–848 (2017)

  7. [6]

    arXiv preprint arXiv:1706.05587 (2017)

    Chen, L.C., Papandreou, G., Schroff, F., Adam, H.: Rethinking atrous con- volution for semantic image segmentation. arXiv preprint arXiv:1706.05587 (2017)

  8. [7]

    In: Proceedings of the European conference on computer vision (ECCV)

    Chen, L.C., Zhu, Y., Papandreou, G., Schroff, F., Adam, H.: Encoder- decoder with atrous separable convolution for semantic image segmentation. In: Proceedings of the European conference on computer vision (ECCV). pp. 801–818 (2018)

Show all 76 references
  1. [8]

    In: Proceedings of the IEEE Conference on Computer Vision and Pat- tern Recognition

    Choi, Y., Choi, M., Kim, M., Ha, J.W., Kim, S., Choo, J.: Stargan: Unified generative adversarial networks for multi-domain image-to-image transla- tion. In: Proceedings of the IEEE Conference on Computer Vision and Pat- tern Recognition. pp. 8789–8797 (2018)

  2. [9]

    In: 2019 IEEE Interna- tional Conference on Image Processing (ICIP)

    Chu, W., Hung, W.C., Tsai, Y.H., Cai, D., Yang, M.H.: Weakly-supervised caricature face parsing through domain adaptation. In: 2019 IEEE Interna- tional Conference on Image Processing (ICIP). pp. 3282–3286. IEEE (2019)

  3. [10]

    arXiv preprint arXiv:1803.07422 (2018)

    Demir, U., Unal, G.: Patch-based image inpainting with generative adver- sarial networks. arXiv preprint arXiv:1803.07422 (2018)

  4. [11]

    In: Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition Workshops

    Deng, Y., Yang, J., Xu, S., Chen, D., Jia, Y., Tong, X.: Accurate 3d face reconstruction with weakly-supervised learning: From single image to im- age set. In: Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition Workshops. pp. 0–0 (2019)

  5. [12]

    In: Proceedings of the IEEE conference on computer vision and pattern recognition

    Dolhansky, B., Ferrer, C.C.: Eye in-painting with exemplar generative ad- versarial networks. In: Proceedings of the IEEE conference on computer vision and pattern recognition. pp. 7902–7911 (2018)

  6. [13]

    arXiv preprint arXiv:1610.07629 (2016) 14 Dapeng Zhao and Yue Qi

    Dumoulin, V., Shlens, J., Kudlur, M.: A learned representation for artistic style. arXiv preprint arXiv:1610.07629 (2016) 14 Dapeng Zhao and Yue Qi

  7. [14]

    In: Proceedings of the European Conference on Computer Vision (ECCV)

    Feng, Y., Wu, F., Shao, X., Wang, Y., Zhou, X.: Joint 3d face reconstruction and dense alignment with position map regression network. In: Proceedings of the European Conference on Computer Vision (ECCV). pp. 534–551 (2018)

  8. [15]

    ACM Transactions on Graphics (TOG) 38(4), 1–11 (2019)

    Fr¨ uhst¨ uck, A., Alhashim, I., Wonka, P.: Tilegan: synthesis of large-scale non-homogeneous textures. ACM Transactions on Graphics (TOG) 38(4), 1–11 (2019)

  9. [16]

    arXiv preprint arXiv:1406.2661 (2014)

    Goodfellow, I.J., Pouget-Abadie, J., Mirza, M., Xu, B., Warde-Farley, D., Ozair, S., Courville, A., Bengio, Y.: Generative adversarial networks. arXiv preprint arXiv:1406.2661 (2014)

  10. [17]

    arXiv preprint arXiv:2009.09960 (2020)

    Guo, J., Zhu, X., Yang, Y., Yang, F., Lei, Z., Li, S.Z.: Towards fast, accurate and stable 3d dense face alignment. arXiv preprint arXiv:2009.09960 (2020)

  11. [18]

    In: Proceedings of the IEEE conference on computer vision and pattern recognition

    He, K., Zhang, X., Ren, S., Sun, J.: Deep residual learning for image recog- nition. In: Proceedings of the IEEE conference on computer vision and pattern recognition. pp. 770–778 (2016)

  12. [19]

    arXiv preprint arXiv:1711.10678 (2017)

    He, Z., Zuo, W., Kan, M., Shan, S., Chen, X.: Attgan: Facial attribute editing by only changing what you want. arXiv preprint arXiv:1711.10678 (2017)

  13. [20]

    In: Pro- ceedings of the IEEE/CVF International Conference on Computer Vision

    Howard, A., Sandler, M., Chu, G., Chen, L.C., Chen, B., Tan, M., Wang, W., Zhu, Y., Pang, R., Vasudevan, V.: Searching for mobilenetv3. In: Pro- ceedings of the IEEE/CVF International Conference on Computer Vision. pp. 1314–1324 (2019)

  14. [21]

    In: Workshop on faces in’Real-Life’Images: detection, alignment, and recognition (2008)

    Huang, G.B., Mattar, M., Berg, T., Learned-Miller, E.: Labeled faces in the wild: A database forstudying face recognition in unconstrained envi- ronments. In: Workshop on faces in’Real-Life’Images: detection, alignment, and recognition (2008)

  15. [22]

    In: Proceedings of the IEEE International Confer- ence on Computer Vision

    Huang, X., Belongie, S.: Arbitrary style transfer in real-time with adaptive instance normalization. In: Proceedings of the IEEE International Confer- ence on Computer Vision. pp. 1501–1510 (2017)

  16. [23]

    In: Proceedings of the IEEE conference on computer vision and pattern recognition

    Isola, P., Zhu, J.Y., Zhou, T., Efros, A.A.: Image-to-image translation with conditional adversarial networks. In: Proceedings of the IEEE conference on computer vision and pattern recognition. pp. 1125–1134 (2017)

  17. [24]

    arXiv preprint arXiv:1506.02025 (2015)

    Jaderberg, M., Simonyan, K., Zisserman, A., Kavukcuoglu, K.: Spatial transformer networks. arXiv preprint arXiv:1506.02025 (2015)

  18. [25]

    In: European conference on computer vision

    Johnson, J., Alahi, A., Fei-Fei, L.: Perceptual losses for real-time style trans- fer and super-resolution. In: European conference on computer vision. pp. 694–711. Springer (2016)

  19. [26]

    In: Proceedings of the IEEE conference on computer vision and pattern recognition

    Jourabloo, A., Liu, X.: Large-pose face alignment via cnn-based dense 3d model fitting. In: Proceedings of the IEEE conference on computer vision and pattern recognition. pp. 4188–4196 (2016)

  20. [27]

    arXiv preprint arXiv:1710.10196 (2017)

    Karras, T., Aila, T., Laine, S., Lehtinen, J.: Progressive growing of gans for improved quality, stability, and variation. arXiv preprint arXiv:1710.10196 (2017)

  21. [28]

    In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition

    Karras, T., Laine, S., Aittala, M., Hellsten, J., Lehtinen, J., Aila, T.: Ana- lyzing and improving the image quality of stylegan. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition. pp. 8110–8119 (2020) Title Suppressed Due to Excessive Length 15

  22. [29]

    In: Proceedings of the IEEE/CVF Confer- ence on Computer Vision and Pattern Recognition

    Lee, C.H., Liu, Z., Wu, L., Luo, P.: Maskgan: Towards diverse and interac- tive facial image manipulation. In: Proceedings of the IEEE/CVF Confer- ence on Computer Vision and Pattern Recognition. pp. 5549–5558 (2020)

  23. [30]

    In: European conference on computer vision

    Li, C., Wand, M.: Precomputed real-time texture synthesis with marko- vian generative adversarial networks. In: European conference on computer vision. pp. 702–716. Springer (2016)

  24. [31]

    arXiv preprint arXiv:1610.05586 (2016)

    Li, M., Zuo, W., Zhang, D.: Deep identity-aware transfer of facial attributes. arXiv preprint arXiv:1610.05586 (2016)

  25. [33]

    In: Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition

    Lin, J., Yang, H., Chen, D., Zeng, M., Wen, F., Yuan, L.: Face parsing with roi tanh-warping. In: Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition. pp. 5654–5663 (2019)

  26. [34]

    Image and Vision Computing p

    Lin, Y., Shen, J., Wang, Y., Pantic, M.: Roi tanh-polar transformer network for face parsing in the wild. Image and Vision Computing p. 104190 (2021)

  27. [35]

    In: European Conference on Computer Vision

    Liu, F., Zeng, D., Zhao, Q., Liu, X.: Joint face alignment and 3d face re- construction. In: European Conference on Computer Vision. pp. 545–560. Springer (2016)

  28. [36]

    arXiv preprint arXiv:1703.00848 (2017)

    Liu, M.Y., Breuel, T., Kautz, J.: Unsupervised image-to-image translation networks. arXiv preprint arXiv:1703.00848 (2017)

  29. [37]

    In: Proceedings of the IEEE international conference on computer vision

    Liu, Z., Luo, P., Wang, X., Tang, X.: Deep learning face attributes in the wild. In: Proceedings of the IEEE international conference on computer vision. pp. 3730–3738 (2015)

  30. [38]

    In: Proceedings of the IEEE conference on computer vision and pattern recognition

    Long, J., Shelhamer, E., Darrell, T.: Fully convolutional networks for se- mantic segmentation. In: Proceedings of the IEEE conference on computer vision and pattern recognition. pp. 3431–3440 (2015)

  31. [39]

    arXiv preprint arXiv:1411.1784 (2014)

    Mirza, M., Osindero, S.: Conditional generative adversarial nets. arXiv preprint arXiv:1411.1784 (2014)

  32. [40]

    arXiv preprint arXiv:1802.05957 (2018)

    Miyato, T., Kataoka, T., Koyama, M., Yoshida, Y.: Spectral normalization for generative adversarial networks. arXiv preprint arXiv:1802.05957 (2018)

  33. [41]

    arXiv preprint arXiv:1901.00212 (2019)

    Nazeri, K., Ng, E., Joseph, T., Qureshi, F.Z., Ebrahimi, M.: Edgeconnect: Generative image inpainting with adversarial edge learning. arXiv preprint arXiv:1901.00212 (2019)

  34. [42]

    In: 2018 13th IEEE International Conference on Automatic Face & Gesture Recognition (FG 2018)

    Nirkin, Y., Masi, I., Tuan, A.T., Hassner, T., Medioni, G.: On face segmen- tation, face swapping, and face perception. In: 2018 13th IEEE International Conference on Automatic Face & Gesture Recognition (FG 2018). pp. 98–

  35. [43]

    In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition

    Pan, J., Wang, C., Jia, X., Shao, J., Sheng, L., Yan, J., Wang, X.: Video gen- eration from single semantic label map. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition. pp. 3733–3742 (2019)

  36. [44]

    In: Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition

    Park, T., Liu, M.Y., Wang, T.C., Zhu, J.Y.: Semantic image synthesis with spatially-adaptive normalization. In: Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition. pp. 2337–2346 (2019)

  37. [45]

    Parkhi, O.M., Vedaldi, A., Zisserman, A.: Deep face recognition (2015) 16 Dapeng Zhao and Yue Qi

  38. [46]

    In: Proceedings of the IEEE con- ference on computer vision and pattern recognition

    Pathak, D., Krahenbuhl, P., Donahue, J., Darrell, T., Efros, A.A.: Context encoders: Feature learning by inpainting. In: Proceedings of the IEEE con- ference on computer vision and pattern recognition. pp. 2536–2544 (2016)

  39. [47]

    In: 2009 Sixth IEEE International Conference on Advanced Video and Signal Based Surveillance

    Paysan, P., Knothe, R., Amberg, B., Romdhani, S., Vetter, T.: A 3d face model for pose and illumination invariant face recognition. In: 2009 Sixth IEEE International Conference on Advanced Video and Signal Based Surveillance. pp. 296–301. Ieee (2009)

  40. [48]

    arXiv preprint arXiv:2103.06879 (2021)

    Pizzati, F., Cerri, P., de Charette, R.: Comogan: continuous model-guided image-to-image translation. arXiv preprint arXiv:2103.06879 (2021)

  41. [49]

    In: 2016 Fourth International Conference on 3D Vision (3DV)

    Richardson, E., Sela, M., Kimmel, R.: 3d face reconstruction by learning from synthetic data. In: 2016 Fourth International Conference on 3D Vision (3DV). pp. 460–469. IEEE (2016)

  42. [50]

    In: Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition

    Richardson, E., Sela, M., Or-El, R., Kimmel, R.: Learning detailed face reconstruction from a single image. In: Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition. pp. 1259–1268 (2017)

  43. [51]

    In: International Conference on Medical image computing and computer-assisted intervention

    Ronneberger, O., Fischer, P., Brox, T.: U-net: Convolutional networks for biomedical image segmentation. In: International Conference on Medical image computing and computer-assisted intervention. pp. 234–241. Springer (2015)

  44. [52]

    In: Proceed- ings of the IEEE International Conference on Computer Vision Workshops

    Sagonas, C., Tzimiropoulos, G., Zafeiriou, S., Pantic, M.: 300 faces in-the- wild challenge: The first facial landmark localization challenge. In: Proceed- ings of the IEEE International Conference on Computer Vision Workshops. pp. 397–403 (2013)

  45. [53]

    In: Proceedings of the IEEE conference on computer vision and pattern recognition

    Schroff, F., Kalenichenko, D., Philbin, J.: Facenet: A unified embedding for face recognition and clustering. In: Proceedings of the IEEE conference on computer vision and pattern recognition. pp. 815–823 (2015)

  46. [54]

    In: Proceedings of the IEEE International Conference on Computer Vision

    Sela, M., Richardson, E., Kimmel, R.: Unrestricted facial geometry recon- struction using image-to-image translation. In: Proceedings of the IEEE International Conference on Computer Vision. pp. 1576–1585 (2017)

  47. [55]

    In: Proceedings of the IEEE conference on computer vision and pattern recognition

    Shen, W., Liu, R.: Learning residual images for face attribute manipulation. In: Proceedings of the IEEE conference on computer vision and pattern recognition. pp. 4030–4038 (2017)

  48. [56]

    arXiv preprint arXiv:1409.1556 (2014)

    Simonyan, K., Zisserman, A.: Very deep convolutional networks for large- scale image recognition. arXiv preprint arXiv:1409.1556 (2014)

  49. [57]

    In: Proceedings of the European Conference on Computer Vision (ECCV) Workshops

    Slossberg, R., Shamai, G., Kimmel, R.: High quality facial surface and tex- ture synthesis via generative adversarial networks. In: Proceedings of the European Conference on Computer Vision (ECCV) Workshops. pp. 0–0 (2018)

  50. [58]

    In: Pro- ceedings of the European Conference on Computer Vision (ECCV)

    Song, Y., Yang, C., Lin, Z., Liu, X., Huang, Q., Li, H., Kuo, C.C.J.: Contextual-based image inpainting: Infer, match, and translate. In: Pro- ceedings of the European Conference on Computer Vision (ECCV). pp. 3–19 (2018)

  51. [59]

    arXiv preprint arXiv:2105.05633 (2021)

    Strudel, R., Garcia, R., Laptev, I., Schmid, C.: Segmenter: Transformer for semantic segmentation. arXiv preprint arXiv:2105.05633 (2021)

  52. [60]

    Tripathi, S., Bhiwandiwalla, A., Bastidas, A., Tang, H.: Heuristics for image generation from scene graphs (2019) Title Suppressed Due to Excessive Length 17

  53. [61]

    In: Pro- ceedings of the IEEE Conference on Computer Vision and Pattern Recog- nition

    Tuan Tran, A., Hassner, T., Masi, I., Medioni, G.: Regressing robust and dis- criminative 3d morphable models with a very deep neural network. In: Pro- ceedings of the IEEE Conference on Computer Vision and Pattern Recog- nition. pp. 5163–5172 (2017)

  54. [62]

    In: Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition

    Tuan Tran, A., Hassner, T., Masi, I., Paz, E., Nirkin, Y., Medioni, G.: Extreme 3d face reconstruction: Seeing through occlusions. In: Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition. pp. 3935–3944 (2018)

  55. [63]

    arXiv preprint arXiv:1607.08022 (2016)

    Ulyanov, D., Vedaldi, A., Lempitsky, V.: Instance normalization: The miss- ing ingredient for fast stylization. arXiv preprint arXiv:1607.08022 (2016)

  56. [64]

    Wang, S., Cheng, Z., Deng, X., Chang, L., Duan, F., Lu, K.: Leveraging 3d blendshape for facial expression recognition using cnn. Sci. China Inf. Sci 63(120114), 1–120114 (2020)

  57. [65]

    In: Proceedings of the IEEE conference on computer vision and pattern recognition

    Wang, T.C., Liu, M.Y., Zhu, J.Y., Tao, A., Kautz, J., Catanzaro, B.: High-resolution image synthesis and semantic manipulation with condi- tional gans. In: Proceedings of the IEEE conference on computer vision and pattern recognition. pp. 8798–8807 (2018)

  58. [66]

    In: Proceedings of the IEEE conference on computer vision and pattern recognition

    Wei, Z., Sun, Y., Wang, J., Lai, H., Liu, S.: Learning adaptive receptive fields for deep image parsing network. In: Proceedings of the IEEE conference on computer vision and pattern recognition. pp. 2434–2442 (2017)

  59. [67]

    In: Proceedings of the European conference on computer vision (ECCV)

    Xiao, T., Hong, J., Ma, J.: Elegant: Exchanging latent encodings with gan for transferring multiple face attributes. In: Proceedings of the European conference on computer vision (ECCV). pp. 168–184 (2018)

  60. [68]

    Cognitive Neurodynamics 15(1), 169–179 (2021)

    Yin, Z., Yiu, V., Hu, X., Tang, L.: End-to-end face parsing via interlinked convolutional neural networks. Cognitive Neurodynamics 15(1), 169–179 (2021)

  61. [69]

    In: Proceedings of the IEEE conference on computer vision and pattern recognition

    Yu, J., Lin, Z., Yang, J., Shen, X., Lu, X., Huang, T.S.: Generative image in- painting with contextual attention. In: Proceedings of the IEEE conference on computer vision and pattern recognition. pp. 5505–5514 (2018)

  62. [70]

    In: Proceedings of the IEEE International Confer- ence on Computer Vision

    Zeng, X., Peng, X., Qiao, Y.: Df2net: A dense-fine-finer network for detailed 3d face reconstruction. In: Proceedings of the IEEE International Confer- ence on Computer Vision. pp. 2315–2324 (2019)

  63. [71]

    In: 2017 IEEE International Joint Conference on Biometrics (IJCB)

    Zhang, S., Zhu, X., Lei, Z., Shi, H., Wang, X., Li, S.Z.: Faceboxes: A cpu real-time face detector with high accuracy. In: 2017 IEEE International Joint Conference on Biometrics (IJCB). pp. 1–9. IEEE (2017)

  64. [72]

    arXiv preprint arXiv:1708.03736 (2017)

    Zhou, L., Liu, Z., He, X.: Face parsing via a fully-convolutional continuous crf neural network. arXiv preprint arXiv:1708.03736 (2017)

  65. [73]

    In: European conference on computer vision

    Zhu, J.Y., Kr¨ ahenb¨ uhl, P., Shechtman, E., Efros, A.A.: Generative visual manipulation on the natural image manifold. In: European conference on computer vision. pp. 597–613. Springer (2016)

  66. [74]

    In: Proceedings of the IEEE international conference on computer vision

    Zhu, J.Y., Park, T., Isola, P., Efros, A.A.: Unpaired image-to-image trans- lation using cycle-consistent adversarial networks. In: Proceedings of the IEEE international conference on computer vision. pp. 2223–2232 (2017)

  67. [75]

    In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition

    Zhu, P., Abdal, R., Qin, Y., Wonka, P.: Sean: Image synthesis with se- mantic region-adaptive normalization. In: Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition. pp. 5104–5113 (2020) 18 Dapeng Zhao and Yue Qi

  68. [76]

    In: Proceedings of the IEEE conference on computer vision and pattern recognition

    Zhu, X., Lei, Z., Liu, X., Shi, H., Li, S.Z.: Face alignment across large poses: A 3d solution. In: Proceedings of the IEEE conference on computer vision and pattern recognition. pp. 146–155 (2016)

Pith tools

Reviewed August 11, 2026 · model on record in the stance chip above.