SelfAge: Personalized Facial Age Transformation Using Self-reference Images
Taishi Ito, Yuki Endo, Yoshihiro Kanamori
TL;DR
SelfAge presents the first diffusion-model-based approach for personalized facial age transformation that preserves identity by leveraging 3–5 self-reference images of the same person at different ages. The method fine-tunes a pretrained latent diffusion model with LoRA, learns age dynamics from a refined regularization set with integer ages, and employs Null-text Inversion plus Prompt-to-Prompt with carefully designed prompts that encode both identity tokens and precise ages. Key contributions include integer-age supervision via a re-labeled CelebA-Dialog set, identity-preserving adaptation through a learned identity token, and targeted prompt design (including $\alpha$-year-old representations and extreme-age token replacements). Experimental results show competitive age-editing accuracy with strong identity preservation, outperforming several baselines in identity fidelity and offering robust ablation-supported gains from regularization refinement, LoRA, and prompt design. Overall, SelfAge enables realistic, personalized age edits for existing images, enabling precise age progression/regression that respects an individual's life history and appearance.
Abstract
Age transformation of facial images is a technique that edits age-related person's appearances while preserving the identity. Existing deep learning-based methods can reproduce natural age transformations; however, they only reproduce averaged transitions and fail to account for individual-specific appearances influenced by their life histories. In this paper, we propose the first diffusion model-based method for personalized age transformation. Our diffusion model takes a facial image and a target age as input and generates an age-edited face image as output. To reflect individual-specific features, we incorporate additional supervision using self-reference images, which are facial images of the same person at different ages. Specifically, we fine-tune a pretrained diffusion model for personalized adaptation using approximately 3 to 5 self-reference images. Additionally, we design an effective prompt to enhance the performance of age editing and identity preservation. Experiments demonstrate that our method achieves superior performance both quantitatively and qualitatively compared to existing methods. The code and the pretrained model are available at https://github.com/shiiiijp/SelfAge.
