Low-Rank Head Avatar Personalization
with Registers


Sai Tanmay Reddy Chakkera1
Aggelina Chatziagapi1
Moniruzzaman
Md2
Chen-Ping Yu2
Yi-Hsuan Tsai2
Dimitris Samaras1


1Stony Brook University
2Atmanity Inc.


arXiv 2025


[Paper]
[GitHub]



Abstract

We introduce a novel method for low-rank personalization of a generic model for head avatar generation. Prior work proposes generic models that achieve high-quality face animation by leveraging large-scale datasets of multiple identities. However, such generic models usually fail to synthesize unique identity-specific details, since they learn a general domain prior. To adapt to specific subjects, we find that it is still challenging to capture high-frequency facial details via popular solutions like low-rank adaptation (LoRA). This motivates us to propose a specific architecture, a Register Module, that enhances the performance of LoRA, while requiring only a small number of parameters to adapt to an unseen identity. Our module is applied to intermediate features of a pre-trained model, storing and re-purposing information in a learnable 3D feature space. To demonstrate the efficacy of our personalization method, we collect a dataset of talking videos of individuals with distinctive facial details, such as wrinkles and tattoos. Our approach faithfully captures unseen faces, outperforming existing methods quantitatively and qualitatively. We will release the code, models, and dataset to the public.



Method



Illustration of our Register Module in a generic avatar animation model. During adaptation, we pass the source image's DINOv2 features f dense src and driving image's 3DMM parameters to our module. Our module teaches the model to attend to specific regions in the dense DINOv2 features, thus providing better learning signals for LoRA to capture identity-specific details. Note that the Register Module is not needed during inference but serves as the register during LoRA training.


Demo







BibTeX

If you find our work useful, please consider citing our paper:
                
    @article{chakkera2025lowrankheadavatarpersonalization,
      title={Low-Rank Head Avatar Personalization with Registers},
      author={Sai Tanmay Reddy Chakkera and Aggelina Chatziagapi and Md Moniruzzaman and Chen-Ping Yu and Yi-Hsuan Tsai and Dimitris Samaras},
      year={2025},
      eprint={2506.01935},
      archivePrefix={arXiv},
      primaryClass={cs.CV},
      url={https://arxiv.org/abs/2506.01935},
    }