“2024-06-17”版本间的差异

来自cslt Wiki
跳转至: 导航搜索
(13位用户的17个中间修订版本未显示)
第6行: 第6行:
 
|Dong Wang
 
|Dong Wang
 
||
 
||
*
+
 
 +
* Review of a few papers from NCMMSC, MDPI etc.
 +
* Review papers regarding AI for Medicine
 +
* Refine "the principle of AI education in primary schools"
 +
* A few public talks
 +
 
 
||
 
||
 
*
 
*
第39行: 第44行:
 
|Zhenghai You
 
|Zhenghai You
 
||
 
||
*
+
* Start training on complete data for Huawei TSE project
 +
* Change adaptlayer from cancat to FiLm [https://z1et6d3xtb.feishu.cn/docx/U8CmdZfKzowpgtxzKuvczUCKnnh]
 +
* Test inference time and SISDR in online model
 +
* Consider a TSE network that combines mixture and enrollment with attractor to extract speaker information
 
||
 
||
 
*
 
*
第49行: 第57行:
 
|Junming Yuan
 
|Junming Yuan
 
||
 
||
*
+
* SSL model finetuning analysis v1[https://z1et6d3xtb.feishu.cn/docx/MStqdfGaHoe6OVx8KeEcv6qPnfd].Need to check.
 
||
 
||
 
*
 
*
第60行: 第68行:
 
|Chen Chen
 
|Chen Chen
 
||
 
||
*
+
* Release UY/CH-CHILD dataset
 +
* help with NCMMSC paper about CNVSRC 2024
 +
* CN-CVS2
 +
** 1200+ hours data, phase 1 finished in June 26th
 +
** hand over the CN-CVS2 website things
 
||
 
||
*
+
* ISCSLP paper (7.7 20:00 ddl)
 
||
 
||
 
*
 
*
第71行: 第83行:
 
|Xiaolou Li
 
|Xiaolou Li
 
||
 
||
*
+
* LRS2 full test[https://z1et6d3xtb.feishu.cn/docx/MjMpdxyjAoK5I7xuwThcqdfkngd#LlBLdS9qXoCAGuxahHScL0BInPe]
 +
* Paper reading
 
||
 
||
 
*
 
*
第82行: 第95行:
 
|Zehua Liu
 
|Zehua Liu
 
||
 
||
*
+
* NCMMSC papper
 +
* change parameter
 
||
 
||
 
*
 
*
第93行: 第107行:
 
|Pengqi Li
 
|Pengqi Li
 
||
 
||
*
+
* PhD mid-term assessment
 +
* two NC-papers
 
||
 
||
 
*
 
*
第115行: 第130行:
 
|Tianhao Wang
 
|Tianhao Wang
 
||
 
||
*
+
* Neural Scoring exps[https://z1et6d3xtb.feishu.cn/docx/BywjdkGvNou12sxQ4dAcxYa9noh]
 +
** share encoder
 +
** channel attention (similar to EA-ASP, useless)
 +
** early frequency attention (fbank level, training)
 
||
 
||
 
*
 
*
第137行: 第155行:
 
|Junhui Chen
 
|Junhui Chen
 
||
 
||
*
+
* Neural Scoring supplementary experiments
 +
** Share Encoder NS: NS > Share Encoder NS > EA-ASP (Importance of decoupling)
 +
** Ways of attention (F-bank Enroll-Aware, seems useful)
 
||
 
||
 
*
 
*
第148行: 第168行:
 
|Jiaying Wang
 
|Jiaying Wang
 
||
 
||
*
+
* debug cohort transformer structure (confused why transformer does not work)
 +
** deeper network: 2 attention head, 8 layer/block, 4 blocks in total(failed)
 +
** use only MF training set (failed)
 +
** use position encoding and transformer block in speechbrain(failed both pit and sisdr loss)
 +
 
 
||
 
||
 
*
 
*
第170行: 第194行:
 
|Wenqiang Du
 
|Wenqiang Du
 
||
 
||
*
+
* Preparing for the final exam
 +
 
 
||
 
||
 
*
 
*
第191行: 第216行:
 
|Lily
 
|Lily
 
||
 
||
*
+
* Thesis
 +
* Prepare slides for Xinjiang teacher's course
 
||
 
||
 
*
 
*
第201行: 第227行:
 
|Turi
 
|Turi
 
||
 
||
*
+
* End of semester course project presentations
 
||
 
||
 
*
 
*

2024年6月17日 (一) 10:51的版本

People This Week Next Week Task Tracking (DeadLine)
Dong Wang
  • Review of a few papers from NCMMSC, MDPI etc.
  • Review papers regarding AI for Medicine
  • Refine "the principle of AI education in primary schools"
  • A few public talks
Lantian Li
Ying Shi
Zhenghai You
  • Start training on complete data for Huawei TSE project
  • Change adaptlayer from cancat to FiLm [1]
  • Test inference time and SISDR in online model
  • Consider a TSE network that combines mixture and enrollment with attractor to extract speaker information
Junming Yuan
  • SSL model finetuning analysis v1[2].Need to check.
Chen Chen
  • Release UY/CH-CHILD dataset
  • help with NCMMSC paper about CNVSRC 2024
  • CN-CVS2
    • 1200+ hours data, phase 1 finished in June 26th
    • hand over the CN-CVS2 website things
  • ISCSLP paper (7.7 20:00 ddl)
Xiaolou Li
  • LRS2 full test[3]
  • Paper reading
Zehua Liu
  • NCMMSC papper
  • change parameter
Pengqi Li
  • PhD mid-term assessment
  • two NC-papers
Wan Lin
Tianhao Wang
  • Neural Scoring exps[4]
    • share encoder
    • channel attention (similar to EA-ASP, useless)
    • early frequency attention (fbank level, training)
Zhenyu Zhou
Junhui Chen
  • Neural Scoring supplementary experiments
    • Share Encoder NS: NS > Share Encoder NS > EA-ASP (Importance of decoupling)
    • Ways of attention (F-bank Enroll-Aware, seems useful)
Jiaying Wang
  • debug cohort transformer structure (confused why transformer does not work)
    • deeper network: 2 attention head, 8 layer/block, 4 blocks in total(failed)
    • use only MF training set (failed)
    • use position encoding and transformer block in speechbrain(failed both pit and sisdr loss)
Yu Zhang
Wenqiang Du
  • Preparing for the final exam
Yang Wei
Lily
  • Thesis
  • Prepare slides for Xinjiang teacher's course
Turi
  • End of semester course project presentations
Yue Gu
Qi Qu