菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-03-02
📄 Abstract - Large-Scale Dataset and Benchmark for Skin Tone Classification in the Wild

Deep learning models often inherit biases from their training data. While fairness across gender and ethnicity is well-studied, fine-grained skin tone analysis remains a challenge due to the lack of granular, annotated datasets. Existing methods often rely on the medical 6-tone Fitzpatrick scale, which lacks visual representativeness, or use small, private datasets that prevent reproducibility, or often rely on classic computer vision pipelines, with a few using deep learning. They overlook issues like train-test leakage and dataset imbalance, and are limited by small or unavailable datasets. In this work, we present a comprehensive framework for skin tone fairness. First, we introduce the STW, a large-scale, open-access dataset comprising 42,313 images from 3,564 individuals, labeled using the 10-tone MST scale. Second, we benchmark both Classic Computer Vision (SkinToneCCV) and Deep Learning approaches, demonstrating that classic models provide near-random results, while deep learning reaches nearly annotator accuracy. Finally, we propose SkinToneNet, a fine-tuned ViT that achieves state-of-the-art generalization on out-of-domain data, which enables reliable fairness auditing of public datasets like CelebA and VGGFace2. This work provides state-of-the-art results in skin tone classification and fairness assessment. Code and data available soon

顶级标签: computer vision data benchmark
详细标签: skin tone classification fairness dataset bias deep learning 或 搜索:

面向真实场景的大规模肤色分类数据集与基准 / Large-Scale Dataset and Benchmark for Skin Tone Classification in the Wild


1️⃣ 一句话总结

这篇论文提出了一个用于肤色公平性分析的综合框架,包括一个大规模公开数据集、一个评估基准和一个高性能的深度学习模型,以解决现有方法在细粒度肤色分类和偏见评估上的不足。

源自 arXiv: 2603.02475