Papers › Next3D: Generative Neural Texture Rasterization for 3D-Aware Head Avatars

Next3D: Generative Neural Texture Rasterization for 3D-Aware Head Avatars

21 Nov 2022CVPR 2023 1arXiv:2211.11208archive 2025-07-28

Jingxiang Sun, Xuan Wang, Lizhen Wang, Xiaoyu Li, Yong Zhang, Hongwen Zhang, Yebin Liu

3D-aware generative adversarial networks (GANs) synthesize high-fidelity and multi-view-consistent facial images using only collections of single-view 2D imagery. Towards fine-grained control over facial attributes, recent efforts incorporate 3D Morphable Face Model (3DMM) to describe deformation in generative radiance fields either explicitly or implicitly. Explicit methods provide fine-grained expression control but cannot handle topological changes caused by hair and accessories, while implicit ones can model varied topologies but have limited generalization caused by the unconstrained deformation fields. We propose a novel 3D GAN framework for unsupervised learning of generative, high-quality and 3D-consistent facial avatars from unstructured 2D images. To achieve both deformation accuracy and topological flexibility, we propose a 3D representation called Generative Texture-Rasterized Tri-planes. The proposed representation learns Generative Neural Textures on top of parametric mesh templates and then projects them into three orthogonal-viewed feature planes through rasterization, forming a tri-plane feature representation for volume rendering. In this way, we combine both fine-grained expression control of mesh-guided explicit deformation and the flexibility of implicit volumetric representation. We further propose specific modules for modeling mouth interior which is not taken into account by 3DMM. Our method demonstrates state-of-the-art 3D-aware synthesis quality and animation ability through extensive experiments. Furthermore, serving as 3D prior, our animatable 3D representation boosts multiple applications including one-shot facial avatars and 3D-aware stylization.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2211.11208")

Code

Syntology Ran 8 of 21 code samples harvested from 2 repositories linked to this paper; 13 have no recorded run. Of those that ran: 2 ran · honoured contract; 1 ran · violated contract; 4 ran · our draft was wrong; 1 ran · fixture could not drive it.

By repository: official repository: 16 samples from 1 repository, 3 ran; community (archive-listed): 2 samples from 1 repository, 2 ran; 3 identical to code first harvested elsewhere. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

MrTornado24/FENeRF officialpytorchMIT report
mrtornado24/next3d mentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

21 samples harvested; 8 ran; 2 honoured the contract we drafted; 13 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · honoured contract
1ran · violated contract
4ran · our draft was wrong
1ran · fixture could not drive it
13unverified

Licence: 5 of the 21 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

conv3x3 MrTornado24/FENeRF/generators/encoder_model.py official repository ran · our draft was wrong MIT (permissive) · dbcb53696bc43ef9 · report
conv3x3_bn_relu MrTornado24/FENeRF/generators/encoder_model.py official repository ran · our draft was wrong MIT (permissive) · fca7e85d958618dd · report
make_kernel MrTornado24/FENeRF/generators/networks.py official repository ran · violated contract MIT (permissive) · 6f65e378a4313f87 · report
create_samples MrTornado24/FENeRF/extract_double_semantic_shapes.py official repository unverified MIT (permissive) · 306b4b17e95e50e5 · report
get_cls_loss MrTornado24/FENeRF/losses.py official repository unverified MIT (permissive) · 6dadb6b73a1b7906 · report
get_current_step MrTornado24/FENeRF/curriculums.py official repository unverified MIT (permissive) · a551faf28fc86a9f · report
get_dataset MrTornado24/FENeRF/datasets.py official repository unverified MIT (permissive) · df709247c665b337 · report
get_dataset_distributed MrTornado24/FENeRF/datasets.py official repository unverified MIT (permissive) · 99cf38950bfe4017 · report
last_upsample_step MrTornado24/FENeRF/curriculums.py official repository unverified MIT (permissive) · 31312e8e88c4d95c · report
mask2color MrTornado24/FENeRF/fid_evaluation.py official repository unverified MIT (permissive) · fb2d4af592689be4 · report
next_upsample_step MrTornado24/FENeRF/curriculums.py official repository unverified MIT (permissive) · 738ade559b76771c · report
noise_regularize MrTornado24/FENeRF/generators/losses.py official repository unverified MIT (permissive) · f307b6ca92d07582 · report
sample_generator MrTornado24/FENeRF/extract_double_semantic_shapes.py official repository unverified MIT (permissive) · 669cd994f61f01b0 · report
sample_generator MrTornado24/FENeRF/extract_shapes.py official repository unverified MIT (permissive) · 5eb31a5a13c399e0 · report
sample_generator_wth_frequencies_phase_shifts MrTornado24/FENeRF/extract_double_semantic_shapes.py official repository unverified MIT (permissive) · dedcc2eab15ec9cb · report
setup_evaluation MrTornado24/FENeRF/fid_evaluation.py official repository unverified MIT (permissive) · e20918a25fe4c6c6 · report
parse_range mrtornado24/next3d/gen_videos_next3d.py community (archive-listed) ran · honoured contract no licence file found · pointer only · 0cb0302229a63afb · report
parse_tuple mrtornado24/next3d/reenact_avatar_next3d.py community (archive-listed) ran · honoured contract no licence file found · pointer only · 15bdf97a9d941e33 · report
create_samples identical code first harvested elsewhere ran · our draft was wrong licence of this copy not recorded · eae3d419e3bac1bb · report
layout_grid identical code first harvested elsewhere ran · fixture could not drive it fingerprinted licence of this copy not recorded · 456c172851946697 · report
parse_comma_separated_list identical code first harvested elsewhere ran · our draft was wrong fingerprinted licence of this copy not recorded · d01b68a634f71551 · report

Tasks

Face Model

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections