This project provides the baseline system recipes for the ICASSP 2020 Multi-channel Multi-party Meeting Transcription Challenge (M2MeT). The challenge mainly consists of two tracks, named Automatic Speech Recognition (ASR) and Speaker Diarization. For each track, detailed descriptions can be found in its corresponding directory. The goal of this project is to simplify the training and evaluation procedures and make it flexible for participants to reproduce the baseline experiments and develop novelty methods.
git clone https://github.com/yufan-aslp/AliMeeting.git
- Speech Recognition Track: Follow the detailed steps in
./asr
. - Speaker Diarization Track: Follow the detailed steps in
./speaker
.
- Prepare the training data for speaker diarization and ASR model, respectively
- Follow the running steps of the speaker diarization experiment and obtain the
rttm
file. Therttm
file includes the voice activity detection (VAD) and speaker diarization results, which will be used to compute the final Diarization Error Rate (DER) scores. - For ASR track, we can train the single-speaker or multi-speaker ASR models. The evaluation metric of ASR systems is Character Error Rate (CER).
If you use the challenge dataset or our baseline systems, please consider citing the following:
@inproceedings{Yu2022M2MeT,
title={M2{M}e{T}: The {ICASSP} 2022 Multi-Channel Multi-Party Meeting Transcription Challenge},
author={Yu, Fan and Zhang, Shiliang and Fu, Yihui and Xie, Lei and Zheng, Siqi and Du, Zhihao and Huang, Weilong and Guo, Pengcheng and Yan, Zhijie and Ma, Bin and Xu, Xin and Bu, Hui},
booktitle={Proc. ICASSP},
year={2022},
organization={IEEE}
}
@inproceedings{Yu2022Summary,
title={Summary On The {ICASSP} 2022 Multi-Channel Multi-Party Meeting Transcription Grand Challenge},
author={Yu, Fan and Zhang, Shiliang and Guo, Pengcheng and Fu, Yihui and Du, Zhihao and Zheng, Siqi and Huang, Weilong and Xie, Lei and Tan, Zheng-Hua and Wang, DeLiang and Qian, Yanmin and Lee, Kong Aik and Yan, Zhijie and Ma, Bin and Xu, Xin and Bu, Hui},
booktitle={Proc. ICASSP},
year={2022},
organization={IEEE}
}
Challenge introduction paper: M2MeT: The ICASSP 2022 Multi-Channel Multi-Party Meeting Transcription Challenge (https://arxiv.org/abs/2110.07393?spm=a3c0i.25445127.6257982940.1.111654811kxLMY&file=2110.07393)
Challenge summary paper: Summary On The ICASSP 2022 Multi-Channel Multi-Party Meeting Transcription Grand Challenge (https://arxiv.org/abs/2202.03647?spm=a3c0i.25445127.6257982940.2.111654811kxLMY&file=2202.03647)
The AliMeeting data download at https://www.openslr.org/119
Room config of AliMeeting Train set download at https://speech-lab-share-data.oss-cn-shanghai.aliyuncs.com/AliMeeting/AliMeeting_Trainset_Room.xlsx
M2MeT challege codalab(Open evaluation platform for Eval and Test sets of both Tracks): https://codalab.lisn.upsaclay.fr/competitions/?q=M2MeT
- Lei Xie, AISHELL Foundation, China, xielei21st@gmail.com
- Bin Ma, Principal Engineer at Alibaba, Singapore, b.ma@alibaba-inc.com
- DeLiang Wang, Professor, Ohio State University, USA, dwang@cse.ohio-state.edu
- Zheng-Hua Tan, Professor, Aalborg University, Denmark, zt@es.aau.dk
- Kong Aik Lee, Senior Scientist, Institute for Infocomm Research, A*STAR, Singapore, kongaik.lee@ieee.org
- Zhijie Yan, Director of Speech Lab at Alibaba, China, zhijie.yzj@alibaba-inc.com
- Yanmin Qian, Associate Professor, Shanghai Jiao Tong University, China, yanminqian@sjtu.edu.cn
- Hui Bu, CEO, AIShell Inc., China, buhui@aishelldata.com