GithubHelp home page GithubHelp logo

dcunet's Introduction

Phase-aware speech enhancement with Deep Complex U-Net

For research I chose this article "Phase-aware speech enchancement with Deep Complex U-Net", which describes the architecture and training of a convolutional neural network for improving speech, so-called denoising, and set up an experiment. architecture

The task

The main task is to develop a complex variation of the architecture of the well known UNet network to eliminate unwanted noise from the audio.

Method's features

Its speciality and difference from other networks, such as SegNet, for semantic segmentation (not only that) lies in Skip-Connections and that the values of both input data and all of network parameters (convolution filters, etc.) are complex.

Skip-Connections

The main idea is that the early layers of the Encoder are concatenated with the " parallel " layers of the Decoder.

skip-connection

Mask

As a result of the convolution layers, we get a mask, which we multiply by the input time-frequency signal with noise and get a cleared time-frequency signal, which then passes the inverse Short-time Fourier transform. arch

Alternative solution

The Experiment

For training we will use Noisy speech database for training speech enhancement algorithms and TTS models, which contains a data set for training and testing with 28 and 56 speakers in .wav audio files are 48 KHz. The 10-layer network architecture will be implemented, which looks like this: 10-layers

A graph of changes in the value of the loss function during training and validation will be shown.

The PESQ metric will also be calculated.

Issues

Due to my lack of equipment with proper GPU (a laptop with 2 GB of GPU, so the model does not fit into the given memory, not to mention training) I had to consider alternatives for training:

  • Training on Google Colab or another cloud service. Cloud services have strict session time limits, so it was decided to train on a small number of epochs.

dcunet's People

Contributors

madhavmk avatar pheepa 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.