From d5784e3444ff891b92c681d866f1d527a25cb299 Mon Sep 17 00:00:00 2001
From: zhifu gao <zhifu.gzf@alibaba-inc.com>
Date: 星期日, 23 四月 2023 15:51:59 +0800
Subject: [PATCH] Merge pull request #404 from alibaba-damo-academy/main
---
docs_m2met2/Baseline.md | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/docs_m2met2/Baseline.md b/docs_m2met2/Baseline.md
new file mode 100644
index 0000000..6f9609b
--- /dev/null
+++ b/docs_m2met2/Baseline.md
@@ -0,0 +1,13 @@
+# Baseline
+## Overview
+We will release an E2E SA-ASR~\cite{kanda21b_interspeech} baseline conducted on [FunASR](https://github.com/alibaba-damo-academy/FunASR) at the time according to the timeline. The model architecture is shown in Figure 3. The SpeakerEncoder is initialized with a pre-trained speaker verification model from ModelScope. This speaker verification model is also be used to extract the speaker embedding in the speaker profile.
+
+
+
+## Quick start
+#TODO: fill with the README.md of the baseline
+
+## Baseline results
+The results of the baseline system are shown in Table 3. The speaker profile adopts the oracle speaker embedding during training. However, due to the lack of oracle speaker label during evaluation, the speaker profile provided by an additional spectral clustering is used. Meanwhile, the results of using the oracle speaker profile on Eval and Test Set are also provided to show the impact of speaker profile accuracy.
+
+
\ No newline at end of file
--
Gitblit v1.9.1