From 15b8b7bd20d3bb76e933fd2426052c19a0c6ea56 Mon Sep 17 00:00:00 2001
From: yhliang <68215459+yhliang-aslp@users.noreply.github.com>
Date: 星期二, 18 四月 2023 19:19:48 +0800
Subject: [PATCH] Merge branch 'dev_lyh' into 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