Improve model card metadata and content

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +14 -25
README.md CHANGED
@@ -1,25 +1,22 @@
1
  ---
2
  license: mit
3
- pipeline_tag: video-classification
4
  tags:
5
- - deepfake-detection
6
- - face-forensics
7
- - person-of-interest
8
- - masked-autoencoder
9
- - arxiv:2606.20302
10
  ---
11
 
12
  # CUPID โ€” Person-of-Interest Deepfake Detection
13
 
14
- Weights for [CUPID](https://github.com/polimi-ispl/CUPID): *Reconstructing UV
15
- Texture Maps for Interpretable Person-of-Interest Deepfake Detection*.
16
 
17
- ๐Ÿ“„ **Paper:** [arXiv:2606.20302](https://arxiv.org/abs/2606.20302)
 
 
18
 
19
- `cupid_mae.pth` is a ViT-Tiny Masked Autoencoder trained self-supervised on UV
20
- face textures of real videos (VoxCeleb2). The CUPID pipeline scores a test
21
- video by max cosine similarity between its CLS-token features and those of
22
- reference videos of the person of interest.
23
 
24
  ## Usage
25
 
@@ -33,14 +30,7 @@ Weights are downloaded automatically on first use.
33
 
34
  ## Third-party weights
35
 
36
- CUPID's UV-texture extraction uses four asset files from
37
- [3DDFA_V3](https://github.com/wang-zidu/3DDFA-V3) (CVPR 2024), which are NOT
38
- mirrored here. They are downloaded directly from the authors' repository at
39
- [Zidu-Wang/3DDFA-V3](https://huggingface.co/datasets/Zidu-Wang/3DDFA-V3) and
40
- remain subject to their respective licenses and provenance (RetinaFace
41
- weights from biubug6/Pytorch_Retinaface, large_base_net.pth from HRN,
42
- net_recon.pth from 3DDFA_V3, face_model.npy derived from the Basel Face
43
- Model, Exp_Pca, and Deep3D).
44
 
45
  ## License
46
 
@@ -50,10 +40,9 @@ The CUPID checkpoint is released under the MIT license.
50
 
51
  ```bibtex
52
  @article{affatato2026cupid,
53
- title = {{CUPID}: Reconstructing UV Texture Maps for Interpretable
54
- Person-of-Interest Deepfake Detection},
55
- author = {Affatato, Giovanni and Mandelli, Sara and Bestagini, Paolo and Tubaro, Stefano},
56
  journal = {arXiv preprint arXiv:2606.20302},
57
  year = {2026},
58
  }
59
- ```
 
1
  ---
2
  license: mit
3
+ pipeline_tag: image-classification
4
  tags:
5
+ - deepfake-detection
6
+ - face-forensics
7
+ - person-of-interest
8
+ - masked-autoencoder
 
9
  ---
10
 
11
  # CUPID โ€” Person-of-Interest Deepfake Detection
12
 
13
+ Weights for **CUPID**: *Reconstructing UV Texture Maps for Interpretable Person-of-Interest Deepfake Detection*.
 
14
 
15
+ ๐Ÿ“„ **Paper:** [arXiv:2606.20302](https://arxiv.org/abs/2606.20302)
16
+ **Authors:** Giovanni Affatato, Sara Mandelli, Edoardo Daniele Cannas, Paolo Bestagini, Stefano Tubaro.
17
+ ๐Ÿ’ป **Code:** [polimi-ispl/CUPID](https://github.com/polimi-ispl/CUPID)
18
 
19
+ `cupid_mae.pth` is a ViT-Tiny Masked Autoencoder trained self-supervised on UV face textures of real videos (VoxCeleb2). The CUPID pipeline scores a test video by max cosine similarity between its CLS-token features and those of reference videos of the person of interest.
 
 
 
20
 
21
  ## Usage
22
 
 
30
 
31
  ## Third-party weights
32
 
33
+ CUPID's UV-texture extraction uses four asset files from [3DDFA_V3](https://github.com/wang-zidu/3DDFA-V3) (CVPR 2024), which are NOT mirrored here. They are downloaded directly from the authors' repository at [Zidu-Wang/3DDFA-V3](https://huggingface.co/datasets/Zidu-Wang/3DDFA-V3) and remain subject to their respective licenses and provenance (RetinaFace weights from biubug6/Pytorch_Retinaface, large_base_net.pth from HRN, net_recon.pth from 3DDFA_V3, face_model.npy derived from the Basel Face Model, Exp_Pca, and Deep3D).
 
 
 
 
 
 
 
34
 
35
  ## License
36
 
 
40
 
41
  ```bibtex
42
  @article{affatato2026cupid,
43
+ title = {{CUPID}: Reconstructing UV Texture Maps for Interpretable Person-of-Interest Deepfake Detection},
44
+ author = {Affatato, Giovanni and Mandelli, Sara and Cannas, Edoardo Daniele and Bestagini, Paolo and Tubaro, Stefano},
 
45
  journal = {arXiv preprint arXiv:2606.20302},
46
  year = {2026},
47
  }
48
+ ```