five

nccratliri/vad-human-ava-speech

收藏
Hugging Face2023-10-03 更新2024-03-04 收录
下载链接:
https://hf-mirror.com/datasets/nccratliri/vad-human-ava-speech
下载链接
链接失效反馈
官方服务:
资源简介:
--- license: apache-2.0 --- # Positive Transfer Of The Whisper Speech Transformer To Human And Animal Voice Activity Detection We proposed WhisperSeg, utilizing the Whisper Transformer pre-trained for Automatic Speech Recognition (ASR) for both human and animal Voice Activity Detection (VAD). For more details, please refer to our paper > > [**Positive Transfer of the Whisper Speech Transformer to Human and Animal Voice Activity Detection**](https://doi.org/10.1101/2023.09.30.560270) > > Nianlong Gu, Kanghwi Lee, Maris Basha, Sumit Kumar Ram, Guanghao You, Richard H. R. Hahnloser <br> > University of Zurich and ETH Zurich This is the AVA-Speech dataset customized for Human Speech Voice Activity Detection in WhisperSeg. The audio files were extracted from films, and the onset and offsets are at utterance level. ## Download Dataset ```python from huggingface_hub import snapshot_download snapshot_download('nccratliri/vad-human-ava-speech', local_dir = "data/human-ava-speech", repo_type="dataset" ) ``` For more details, please refer to the GitHub repository: https://github.com/nianlonggu/WhisperSeg When using this dataset, please cite: ``` @article {Gu2023.09.30.560270, author = {Nianlong Gu and Kanghwi Lee and Maris Basha and Sumit Kumar Ram and Guanghao You and Richard Hahnloser}, title = {Positive Transfer of the Whisper Speech Transformer to Human and Animal Voice Activity Detection}, elocation-id = {2023.09.30.560270}, year = {2023}, doi = {10.1101/2023.09.30.560270}, publisher = {Cold Spring Harbor Laboratory}, abstract = {This paper introduces WhisperSeg, utilizing the Whisper Transformer pre-trained for Automatic Speech Recognition (ASR) for human and animal Voice Activity Detection (VAD). Contrary to traditional methods that detect human voice or animal vocalizations from a short audio frame and rely on careful threshold selection, WhisperSeg processes entire spectrograms of long audio and generates plain text representations of onset, offset, and type of voice activity. Processing a longer audio context with a larger network greatly improves detection accuracy from few labeled examples. We further demonstrate a positive transfer of detection performance to new animal species, making our approach viable in the data-scarce multi-species setting.Competing Interest StatementThe authors have declared no competing interest.}, URL = {https://www.biorxiv.org/content/early/2023/10/02/2023.09.30.560270}, eprint = {https://www.biorxiv.org/content/early/2023/10/02/2023.09.30.560270.full.pdf}, journal = {bioRxiv} } ``` ``` @inproceedings{ava-speech, title = {AVA-Speech: A Densely Labeled Dataset of Speech Activity in Movies}, author = {Sourish Chaudhuri and Joseph Roth and Dan Ellis and Andrew C. Gallagher and Liat Kaver and Radhika Marvin and Caroline Pantofaru and Nathan Christopher Reale and Loretta Guarino Reid and Kevin Wilson and Zhonghua Xi}, year = {2018}, URL = {https://arxiv.org/pdf/1808.00606}, booktitle = {Proceedings of Interspeech, 2018} } ``` ## Contact nianlong.gu@uzh.ch

--- license: apache-2.0 --- # 基于Whisper语音Transformer的人类与动物语音活动检测正向迁移 我们提出了WhisperSeg模型,将预训练用于自动语音识别(Automatic Speech Recognition, ASR)的Whisper Transformer应用于人类与动物语音活动检测(Voice Activity Detection, VAD)任务。如需了解更多细节,请参阅我们的论文: > > [**Whisper语音Transformer在人类与动物语音活动检测中的正向迁移**](https://doi.org/10.1101/2023.09.30.560270) > > 顾年龙, Kanghwi Lee, Maris Basha, Sumit Kumar Ram, 游光浩, Richard H. R. Hahnloser <br> > 苏黎世大学与苏黎世联邦理工学院 本数据集为适配WhisperSeg的人类语音活动检测任务定制的AVA-Speech数据集。音频文件均提取自电影片段,标注的语音起始与结束时刻均基于语句级别。 ## 数据集下载 python from huggingface_hub import snapshot_download snapshot_download('nccratliri/vad-human-ava-speech', local_dir = "data/human-ava-speech", repo_type="dataset" ) 如需了解更多细节,请访问本项目的GitHub仓库:https://github.com/nianlonggu/WhisperSeg 使用本数据集时,请引用以下文献: @article {Gu2023.09.30.560270, author = {Nianlong Gu and Kanghwi Lee and Maris Basha and Sumit Kumar Ram and Guanghao You and Richard Hahnloser}, title = {Positive Transfer of the Whisper Speech Transformer to Human and Animal Voice Activity Detection}, elocation-id = {2023.09.30.560270}, year = {2023}, doi = {10.1101/2023.09.30.560270}, publisher = {Cold Spring Harbor Laboratory}, abstract = {This paper introduces WhisperSeg, utilizing the Whisper Transformer pre-trained for Automatic Speech Recognition (ASR) for human and animal Voice Activity Detection (VAD). Contrary to traditional methods that detect human voice or animal vocalizations from a short audio frame and rely on careful threshold selection, WhisperSeg processes entire spectrograms of long audio and generates plain text representations of onset, offset, and type of voice activity. Processing a longer audio context with a larger network greatly improves detection accuracy from few labeled examples. We further demonstrate a positive transfer of detection performance to new animal species, making our approach viable in the data-scarce multi-species setting.Competing Interest StatementThe authors have declared no competing interest.}, URL = {https://www.biorxiv.org/content/early/2023/10/02/2023.09.30.560270}, eprint = {https://www.biorxiv.org/content/early/2023/10/02/2023.09.30.560270.full.pdf}, journal = {bioRxiv} } @inproceedings{ava-speech, title = {AVA-Speech: A Densely Labeled Dataset of Speech Activity in Movies}, author = {Sourish Chaudhuri and Joseph Roth and Dan Ellis and Andrew C. Gallagher and Liat Kaver and Radhika Marvin and Caroline Pantofaru and Nathan Christopher Reale and Loretta Guarino Reid and Kevin Wilson and Zhonghua Xi}, year = {2018}, URL = {https://arxiv.org/pdf/1808.00606}, booktitle = {Proceedings of Interspeech, 2018} } ## 联系方式 nianlong.gu@uzh.ch
提供机构:
nccratliri
原始信息汇总

数据集概述

数据集名称

AVA-Speech

数据集描述

AVA-Speech数据集是为WhisperSeg中的人类语音活动检测定制的。音频文件从电影中提取,起始和结束时间点在话语级别。

数据集下载

python from huggingface_hub import snapshot_download snapshot_download(nccratliri/vad-human-ava-speech, local_dir = "data/human-ava-speech", repo_type="dataset" )

引用信息

@article {Gu2023.09.30.560270, author = {Nianlong Gu and Kanghwi Lee and Maris Basha and Sumit Kumar Ram and Guanghao You and Richard Hahnloser}, title = {Positive Transfer of the Whisper Speech Transformer to Human and Animal Voice Activity Detection}, elocation-id = {2023.09.30.560270}, year = {2023}, doi = {10.1101/2023.09.30.560270}, publisher = {Cold Spring Harbor Laboratory}, abstract = {This paper introduces WhisperSeg, utilizing the Whisper Transformer pre-trained for Automatic Speech Recognition (ASR) for human and animal Voice Activity Detection (VAD). Contrary to traditional methods that detect human voice or animal vocalizations from a short audio frame and rely on careful threshold selection, WhisperSeg processes entire spectrograms of long audio and generates plain text representations of onset, offset, and type of voice activity. Processing a longer audio context with a larger network greatly improves detection accuracy from few labeled examples. We further demonstrate a positive transfer of detection performance to new animal species, making our approach viable in the data-scarce multi-species setting.Competing Interest StatementThe authors have declared no competing interest.}, URL = {https://www.biorxiv.org/content/early/2023/10/02/2023.09.30.560270}, eprint = {https://www.biorxiv.org/content/early/2023/10/02/2023.09.30.560270.full.pdf}, journal = {bioRxiv} }

@inproceedings{ava-speech, title = {AVA-Speech: A Densely Labeled Dataset of Speech Activity in Movies}, author = {Sourish Chaudhuri and Joseph Roth and Dan Ellis and Andrew C. Gallagher and Liat Kaver and Radhika Marvin and Caroline Pantofaru and Nathan Christopher Reale and Loretta Guarino Reid and Kevin Wilson and Zhonghua Xi}, year = {2018}, URL = {https://arxiv.org/pdf/1808.00606}, booktitle = {Proceedings of Interspeech, 2018} }

搜集汇总
背景与挑战
背景概述
该数据集是AVA-Speech数据集的定制版本,专门用于人类语音活动检测(VAD),音频文件提取自电影,并提供了话语级别的起始和结束时间标注。它是为WhisperSeg方法设计的,该方法利用预训练的Whisper Transformer进行人类和动物语音活动检测研究。
以上内容由遇见数据集搜集并总结生成
二维码
社区交流群
二维码
科研交流群
商业服务