JunzheJosephZhu commited on
Commit
85d1300
1 Parent(s): 2d978ea

add summary; change link

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -11,8 +11,9 @@ inference: false
11
  ## Asteroid model
12
 
13
  ## Description:
14
- Refer to paper "Multi-Decoder DPRNN: High Accuracy Source Counting and Separation",
15
- Junzhe Zhu, Raymond Yeh, Mark Hasegawa-Johnson. https://arxiv.org/abs/2011.12022
 
16
  Demo Page: https://junzhejosephzhu.github.io/Multi-Decoder-DPRNN/
17
  Original research repo is at https://github.com/JunzheJosephZhu/MultiDecoder-DPRNN
18
 
 
11
  ## Asteroid model
12
 
13
  ## Description:
14
+ Paper: "Multi-Decoder DPRNN: High Accuracy Source Counting and Separation",
15
+ Junzhe Zhu, Raymond Yeh, Mark Hasegawa-Johnson. ICASSP(2021). https://ieeexplore.ieee.org/document/9414205
16
+ Summary: This model achieves SOTA on the problem of source separation with an unknown number of speakers. It uses multiple decoder heads(each tackling a distinct number of speakers), in addition to a classifier head that selects which decoder head to use.
17
  Demo Page: https://junzhejosephzhu.github.io/Multi-Decoder-DPRNN/
18
  Original research repo is at https://github.com/JunzheJosephZhu/MultiDecoder-DPRNN
19