AVAPrintDB: A Public Multi-Generator Avatar Fingerprinting Database and Benchmark
Authors/Creators
Description
Description
- A large-scale photorealistic talking-head avatar database,
- Atandardized evaluation protocols,
- Publicly available benchmark code,
- Pretrained checkpoints,
- Preprocessing pipelines,
- and reproducibility resources.
Contents
Here we provide the database files used for the benchmark, containing:- MP4 files of photorealistic avatar videos, in
videos.zip - Preprocessed landmarks for those videos, in
landmarks.zip - Preprocessed embeddings from CLIP and DiNOv2, in
embeddings.zip - Metadata for database expansion and reproducibility, in
metadata.zip
For more details about the database generation process, the preprocessing steps and the associated benchmark code, please check the AVAPrintDB GitHub page.
File naming convention
For all the MP4 video files, preprocessed landmark files (*.npy) and preprocessed embeddings (*.pt), we follow the same naming convention:
<target_id>--<driving_id>--<UUID_of_driving_video>--<generator_acronym>.<ext>
Example:
Actor_09--Actor_16--aeca9daf-bdfd-553f-8287-92b94732bd61--GAGA.npy
Corresponds to a landmarks file with extension "npy", target_id = "Actor_09", driving_id = "Actor_16", UUID of driving video = "aeca9daf-bdfd-553f-8287-92b94732bd61", and generator used = "GAGA".
The mapping between UUIDs and the original driving video can be found in the metadata file avaprintdb_metadata.csv.
License
AVAPrintDB is released under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License, CC BY-NC-SA 4.0
Citation
Files
metadata.zip
Additional details
Related works
- Is published in
- Publication: 10.48550/arXiv.2603.26934 (DOI)
- Is supplement to
- Software: https://github.com/BiDAlab/AVAPrintDB (URL)
Software
- Repository URL
- https://github.com/BiDAlab/AVAPrintDB
- Programming language
- Python
- Development Status
- Active