-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
jun_mac
committed
Jul 27, 2021
1 parent
e79cc5e
commit 12f855c
Showing
3 changed files
with
14 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ docs/.DS_Store | |
*/*/*/.DS_Store | ||
*/*/*/*/.DS_Store | ||
__pycache__/* | ||
*.swp | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,20 @@ | ||
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | ||
|
||
<div class="container" style="max-width:1500px;"> | ||
|
||
<title>Audio samples for "NU-Wave: A Diffusion model for Neural Audio Upsampling"</title> | ||
|
||
</head> | ||
<h2>Audio samples for "NU-Wave: A Diffusion model for Neural Audio Upsampling"</h2> | ||
|
||
</article> | ||
<div><p><b>Paper:</b> <a href="https://arxiv.org/abs/2104.02321">arXiv:2104.02321</a> (Accepted to INTERSPEECH 2021)</p></div> | ||
<div><p><b>Code(available soon):</b> <a href="https://github.com/mindslab-ai/nuwave">mindslab-ai/nuwave @ GitHub</a> | ||
<iframe src="https://ghbtns.com/github-btn.html?user=mindslab-ai&repo=nuwave&type=star&count=true" frameborder="0" scrolling="0" width="150" height="20" title="GitHub"></iframe> | ||
</p></div> | ||
<div><p><b>Authors:</b> Junhyeok Lee, Seungu Han @<a href="https://mindslab.ai">MINDsLab Inc.</a>, SNU</p></div> | ||
<p> | ||
<a href="https://arxiv.org/abs/2104.02321" rel="nofollow"><img src="https://img.shields.io/badge/arXiv-2104.02321-brightgreen.svg?style=flat-square" style="max-width:100%;"></a> | ||
<a href="https://github.com/mindslab-ai/nuwave"><img src="https://img.shields.io/github/stars/mindslab-ai/nuwave?color=yellow&label=NU-Wave&logo=github&style=flat-square" style="max-width:100%;"></a> | ||
<a href="https://www.interspeech2021.org/" rel="nofollow"><img src="https://img.shields.io/badge/Accepted-INTERSPEECH%202021-blue?style=flat-square" style="max-width:100%;"></a></p> | ||
|
||
|
||
<div><p><b>Authors:</b> <a href="mailto:[email protected]">Junhyeok Lee</a>, <a href="mailto:[email protected]">Seungu Han</a> @<a href="https://mindslab.ai">MINDsLab Inc.</a>, SNU</p></div> | ||
<div><p><b>Abstract:</b> | ||
In this work, we introduce NU-Wave, the first neural audio upsampling model to produce waveforms of sampling rate 48kHz from coarse 16kHz or 24kHz inputs, while prior works could generate only up to 16kHz. NU-Wave is the first diffusion probabilistic model for audio super-resolution which is engineered based on neural vocoders. NU-Wave generates high-quality audio that achieves high performance in terms of signal-to-noise ratio (SNR), log-spectral distance (LSD), and accuracy of the ABX test. In all cases, NU-Wave outperforms the baseline models despite the substantially smaller model capacity (3.0M parameters) than baselines (5.4-21%). The audio samples of our model are available at https://mindslab-ai.github.io/nuwave, and the code will be made available soon. | ||
</p></div> | ||
|
@@ -287,4 +291,5 @@ <h3> Section Ⅳ: Examples for multi speaker (unseen speaker during training | |
</table> | ||
<br> </br> | ||
</body> | ||
</div> | ||
</html> |