AvatarPointillist is an autoregressive framework for generating dynamic 4D Gaussian avatars from a single portrait image.
💡 We also have other avatar projects that may interest you.
AvatarPointillist formulates avatar generation as a sequential prediction problem. Starting from a single portrait image, the method:
- autoregressively generates Gaussian point clouds with a decoder-only Transformer
- jointly predicts per-point binding for animation
- decodes full renderable Gaussian attributes with a dedicated Gaussian decoder
- produces photorealistic and controllable 4D avatars
This repository will host the official implementation once the public release package is ready.
The public release materials are currently under internal company review.
At the moment, the following components are not yet available:
- training code
- inference code
- data preprocessing code
- pretrained checkpoints
We will update this repository once the review is complete and the release package is cleared for public use.
AvatarPointillist contains two tightly coupled stages:
- An autoregressive generator predicts Gaussian geometry tokens together with binding information.
- A Gaussian decoder converts the generated representation into complete renderable Gaussian attributes for animation and rendering.
Conditioning the decoder on latent features from the autoregressive generator substantially improves the final avatar fidelity.
Hongyu Liu1,2, Xuan Wang2, Yating Wang2, Zijian Wu2, Ziyu Wan3, Yue Ma1, Runtao Liu1, Boyao Zhou2, Yujun Shen2, Qifeng Chen1
1 HKUST, 2 Ant Group, 3 City University of Hong Kong
The public release is planned to include the following components:
- environment setup
- checkpoints and pretrained models
- demo and inference scripts
- training pipeline
- data preparation instructions
If you find this project useful, please cite:
@inproceedings{liu2026avatarpointillist,
title = {AvatarPointillist: AutoRegressive 4D Gaussian Avatarization},
author = {Hongyu Liu and Xuan Wang and Yating Wang and Zijian Wu and Ziyu Wan and Yue Ma and Runtao Liu and Boyao Zhou and Yujun Shen and Qifeng Chen},
booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
year = {2026}
}For project-related questions, please use the author homepages above or refer to the project page: