diff --git a/README.md b/README.md index 4cf1592b1f67d94362fd0f88cecf41e63e7f61d8..75cfb61e15fa6a472533c15dc47cd27d8b0dcd45 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,13 @@ This repository contains the official PyTorch implementations for the 2022 paper Audio examples and further supplementary materials are available [on our project page](https://www.inf.uni-hamburg.de/en/inst/ab/sp/publications/sgmse). +## Follow-up work + +Please also check out our follow-up work with code available: + +- Jean-Marie Lemercier, Julius Richter, Simon Welker, Timo Gerkmann, [*"StoRM: A Diffusion-based Stochastic Regeneration Model for Speech Enhancement and Dereverberation"](https://arxiv.org/abs/2212.11851), submitted to IEEE/ACM Trans. on Audio, Speech, Language Proc. (TASLP). [[code]](https://github.com/sp-uhh/storm) +- Bunlong Lay, Simon Welker, Julius Richter, Timo Gerkmann [*"Reducing the Prior Mismatch of Stochastic Differential Equations for Diffusion-based Speech Enhancement"](https://arxiv.org/abs/2302.14748), ISCA Interspeech, Dublin, Ireland, Aug. 2023 [[code]](https://github.com/sp-uhh/sgmse-bbed) + ## Installation - Create a new virtual environment with Python 3.8 (we have not tested other Python versions, but they may work).