Code Monkey home page Code Monkey logo

speechenhancement's Introduction

LinkedIn


Logo

Audio Denoiser

About The Project

Logo

This is an implementation of A Fully Convolutional Neural Network for Speech Enhancement. This research paper presents a method for speech enhancement that can enhance the quality of understanding speech for hearing aid users. As input, the model takes 8 frames of a noisy spectrogram and outputs the corresponding clean frame. This way the clean frame will have the time and frequency dependencies of the current frame and the past 7.

The biggest challenges faced in this project was understanding how to efficiently train and evaluate a model. As a college student, I do not have access to 100 GPU's so I had to be very methodical on how I approached this. The method I found most useful was to purposely overfit the model on 1 training example, that way I knew the model worked as it should. Then from there I incrementally increased the amount of data until I found the result that brought me the best model loss.

The model I trained in this repo was also used in a web app for speech enhancement in my senior design class and you can see that here.

Results

Logo

Here you can see a spectrogram of the clean audio, clean audio with noise added onto it, and finally the denoised audio. You can see in the denoised audio that the audio with the highest db have great reconstruction, however, the lower the db is the worse the reconstruction gets. You can compare the noisy and denoised audio files here.

What I'd do Differently

One of the most imporant lessons I learned in this project was to make a plan. From the start to finish of this project, I probably deleted everything and restarted 3 times. This was due to various reasons including bugs, incorrect feature extraction, and misunderstanding of the machine learning model. If at the begenning I would have laid out a plan such as creating a program flowchart and understanding different loss functions, it would have cut my time in half.

Built With

Logo
Logo
Logo

Acknowledgements

speechenhancement's People

Contributors

mrbraden56 avatar

Stargazers

 avatar

Watchers

 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.