ArchitectHead
Continuous Level of Detail Control for 3D Gaussian Head Avatars
IEEE/CVF Winter Conference on Applications of Computer Vision, 2026

ArchitectHead renderings across continuously adjustable levels of detail. Image from the official project page.
01 — Overview
Overview
3D Gaussian head avatars can render photorealistic faces in real time, but their Gaussian count is normally fixed after training. ArchitectHead introduces continuous level-of-detail control so one trained avatar can adapt its representation to different quality and compute budgets.
The approach is intended for applications that need to vary rendering complexity dynamically, including interactive and resource-constrained experiences.
02 — Contributions
Key Contributions
- 01
Introduces continuous level-of-detail control for 3D Gaussian head avatars without retraining separate models.
- 02
Represents Gaussian attributes through a multi-level UV feature field that can be sampled at different resolutions.
- 03
Maintains strong reenactment quality while substantially reducing the Gaussian count at lower detail levels.
03 — Method
Method
ArchitectHead parameterizes Gaussians in a 2D UV feature space. Multi-level learnable feature maps encode latent attributes, and a lightweight decoder converts sampled features into renderable 3D Gaussians. Resampling the UV feature field at a requested resolution changes the number of active Gaussians continuously.
04 — Evaluation
Results
The official evaluation reports state-of-the-art quality at the highest detail level and near state-of-the-art quality at lower levels. At its lowest setting, the representation uses only a small fraction of the full Gaussian count while rendering speed nearly doubles.
05 — Reference
Citation
BibTeX citation
@InProceedings{Yan_2026_WACV,
author = {Yan, Peizhi and Ward, Rabab and Tang, Qiang and Du, Shan},
title = {ArchitectHead: Continuous Level of Detail Control for 3D Gaussian Head Avatars},
booktitle = {Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision (WACV)},
month = {March},
year = {2026},
pages = {1632--1642}
}