Vox-Profile
收藏资源简介:
Vox-Profile是一个全面的基准数据集,用于通过语音基础模型表征丰富的说话者和语音特征。与仅关注说话者特征的现有研究不同,Vox-Profile提供了全面的多维描述,反映了静态说话者特征(如年龄、性别、口音)和动态语音特征(如情绪、语音流畅度)。该基准基于语音科学和语言学,与领域专家合作开发,以准确索引说话者和语音特征。我们使用超过15个公开可用的语音数据集和几种广泛使用的语音基础模型进行基准实验,这些模型针对各种静态和动态说话者和语音属性。除了基准实验之外,我们还展示了Vox-Profile支持的几个下游应用。首先,我们展示了Vox-Profile可以增强现有的语音识别数据集以分析ASR性能的变化性。Vox-Profile还用作评估语音生成系统性能的工具。最后,我们通过与人工评估的比较来评估我们的自动化描述的质量,并展示了收敛效度。
Vox-Profile is a comprehensive benchmark dataset for characterizing rich speaker and speech attributes via speech foundation models. Unlike existing studies that only focus on speaker attributes, Vox-Profile provides a comprehensive multi-dimensional description covering both static speaker attributes (e.g., age, gender, accent) and dynamic speech attributes (e.g., emotion, speech fluency). Developed in collaboration with domain experts and grounded in speech science and linguistics, this benchmark aims to accurately index speaker and speech attributes. We conducted benchmark experiments using over 15 publicly available speech datasets and several widely adopted speech foundation models, targeting a wide range of static and dynamic speaker and speech attributes. In addition to the benchmark experiments, we demonstrate several downstream applications supported by Vox-Profile. First, we show that Vox-Profile can augment existing speech recognition datasets to analyze the variability of automatic speech recognition (ASR) performance. Vox-Profile also serves as a tool for evaluating the performance of speech generation systems. Finally, we evaluate the quality of our automated descriptions by comparing them with human evaluations, and demonstrate convergent validity.
Vox-Profile 数据集概述
数据集简介
- 名称: Vox-Profile
- 类型: 语音基础模型基准测试
- 目标: 系统评估英语语音中丰富的多维度说话人和语音特征
- 论文链接: https://arxiv.org/pdf/2505.14648
主要特点
-
多维度特征评估:
- 静态特征: 说话人年龄、性别、口音、音质
- 动态特征: 语音情感、流畅度、表达力
-
标注方案:
- 涵盖15个以上公开数据集
- 不同录音条件和诱发设置(如朗读、自发、对话语音)
模型提供
WavLM-Large 模型
| 模型名称 | 数据来源 | 预训练模型 | LoRa使用 | LoRa秩大小 | 输出类别 |
|---|---|---|---|---|---|
| wavlm-large-sex-age | CommonVoice+Timit+Voxceleb | wavlm-large | 是 | 16 | 性别(2类)/年龄(0-100岁) |
| wavlm-large-broader-accent | 11个数据集 | wavlm-large | 是 | 16 | 北美/英国/其他(3类) |
| wavlm-large-narrow-accent | 11个数据集 | wavlm-large | 是 | 16 | 多种口音(见示例) |
| wavlm-large-voice-quality | ParaSpeechCaps | wavlm-large | 是 | 16 | 音质特征(见示例) |
| wavlm-large-influency | SEP28K+FluencyBank | wavlm-large | 是 | 16 | 流畅/不流畅(特定不流畅类型) |
| wavlm-large-categorical-emotion | MSP-Podcast | wavlm-large | 否 | NA | 8种情感+其他 |
Whisper-Large V3 模型
| 模型名称 | 数据来源 | 预训练模型 | LoRa使用 | LoRa秩大小 | 输出类别 |
|---|---|---|---|---|---|
| whisper-large-categorical-emotion | MSP-Podcast | whisper-large | 是 | 16 | 8种情感+其他 |
应用场景
-
语音模型性能分析:
- 通过生成标签分析语音模型性能趋势
-
语音生成任务自动评估工具:
- 比较不同语音生成模型的性能
-
生成合成说话风格提示:
- 提供更广泛多样的特征集
- 输出概率预测实现更细致的描述
安装与使用
-
安装: bash conda create -n vox_profile python=3.8 cd vox-profile-release pip install -e .
-
示例代码: 提供各模型的调用示例(见README中具体链接)




