Skip to content

KumapowerLIU/AvatarPointillist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

AvatarPointillist: AutoRegressive 4D Gaussian Avatarization

Project Page Paper Venue Release Status

AvatarPointillist teaser

AvatarPointillist is an autoregressive framework for generating dynamic 4D Gaussian avatars from a single portrait image.

More Research

💡 We also have other avatar projects that may interest you.

GitHub Project Page arXiv

GitHub Project Page arXiv

GitHub Project Page arXiv

Overview

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.

Release Status

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.

Method at a Glance

AvatarPointillist method overview

AvatarPointillist contains two tightly coupled stages:

  1. An autoregressive generator predicts Gaussian geometry tokens together with binding information.
  2. 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.

Authors

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

Planned Release

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

Citation

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}
}

Contact

For project-related questions, please use the author homepages above or refer to the project page:

https://kumapowerliu.github.io/AvatarPointillist/

About

[CVPR 2026]Official PyTorch implementation of AvatarPointillist: AutoRegressive 4D Gaussian Avatarization.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors