Giter Site home page Giter Site logo

darcn's Introduction

This project is the implementation of DARCN, which has been accepted by INTERSPEECH2020. The network combines the psychological characteristic of human in dynamic attention and recursive learning. Experimental results indicate that the proposed method obtains consistent metric improvements than previous approaches.

Usage

Step1:

Put the noisy-clean pairs into ./Dataset/train and ./Dataset/dev

Step2:

change the parameter settings accroding to your directory (within config.py)

Step3:

Run json_extract.py to generate json files, which records the utterance file names for both training and validation set

# Run json_extract.py
json_extract.py

Step4:

Network Training

# Run main.py to begin network training 
main.py

Step5:

Test After training, the model with smallest MSE will be saved into ./Best_model, put the test mix utterance into ./Test/mix

# Run Test.py to test the model
Test.py

Citation

If you use our code in your research or wish to refer to the baseline results, please use the following BibTeX entry.

@inproceedings{Li2020,
author={Andong Li and Chengshi Zheng and Cunhang Fan and Renhua Peng and Xiaodong Li},
title={{A Recursive Network with Dynamic Attention for Monaural Speech Enhancement}},
year=2020,
booktitle={Proc. Interspeech 2020},
pages={2422--2426},
doi={10.21437/Interspeech.2020-1513},
url={http://dx.doi.org/10.21437/Interspeech.2020-1513}
}

darcn's People

Contributors

andong-li-speech avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.