Add model card for MeFEm
#1
by
nielsr HF Staff - opened
README.md
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pipeline_tag: image-feature-extraction
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+
# MeFEm: Medical Face Embedding model
|
| 6 |
+
|
| 7 |
+
MeFEm is a vision model based on a modified Joint Embedding Predictive Architecture (JEPA) for biometric and medical analysis from facial images.
|
| 8 |
+
|
| 9 |
+
## Model Description
|
| 10 |
+
|
| 11 |
+
MeFEm introduces several modifications to the JEPA framework to optimize for medical and biometric facial analysis:
|
| 12 |
+
- **Axial stripe masking strategy**: Focuses learning on semantically relevant regions of the face.
|
| 13 |
+
- **Circular loss weighting scheme**: A novel weighting approach for the training objective.
|
| 14 |
+
- **Probabilistic reassignment of the CLS token**: Designed to improve the quality of linear probing for downstream tasks.
|
| 15 |
+
|
| 16 |
+
The model was trained on a consolidated dataset of curated images and outperforms strong baselines like FaRL and Franca on core anthropometric tasks and Body Mass Index (BMI) estimation, despite using significantly less data.
|
| 17 |
+
|
| 18 |
+
## Resources
|
| 19 |
+
|
| 20 |
+
- **Paper**: [MeFEm: Medical Face Embedding model](https://huggingface.co/papers/2602.14672)
|
| 21 |
+
|
| 22 |
+
## Citation
|
| 23 |
+
|
| 24 |
+
```bibtex
|
| 25 |
+
@article{mefem2026,
|
| 26 |
+
title={MeFEm: Medical Face Embedding model},
|
| 27 |
+
author={},
|
| 28 |
+
journal={arXiv preprint arXiv:2602.14672},
|
| 29 |
+
year={2026}
|
| 30 |
+
}
|
| 31 |
+
```
|