All Projects → jerrygood0703 → speech-enhancement-WGAN

jerrygood0703 / speech-enhancement-WGAN

Licence: other
speech enhancement GAN on waveform/log-power-spectrum data using Improved WGAN

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to speech-enhancement-WGAN

WGAN-GP-TensorFlow
TensorFlow implementations of Wasserstein GAN with Gradient Penalty (WGAN-GP), Least Squares GAN (LSGAN), GANs with the hinge loss.
Stars: ✭ 42 (+20%)
Mutual labels:  generative-adversarial-network, wgan-gp
progressive growing of GANs
Pure tensorflow implementation of progressive growing of GANs
Stars: ✭ 31 (-11.43%)
Mutual labels:  generative-adversarial-network, wgan-gp
WGAN-GP-tensorflow
Tensorflow Implementation of Paper "Improved Training of Wasserstein GANs"
Stars: ✭ 23 (-34.29%)
Mutual labels:  generative-adversarial-network, wgan-gp
Improved-Wasserstein-GAN-application-on-MRI-images
Improved Wasserstein GAN (WGAN-GP) application on medical (MRI) images
Stars: ✭ 23 (-34.29%)
Mutual labels:  generative-adversarial-network, wgan-gp
Chainer Gan Lib
Chainer implementation of recent GAN variants
Stars: ✭ 386 (+1002.86%)
Mutual labels:  generative-adversarial-network, wgan-gp
Dcgan wgan wgan Gp lsgan sngan rsgan began acgan pggan tensorflow
Implementation of some different variants of GANs by tensorflow, Train the GAN in Google Cloud Colab, DCGAN, WGAN, WGAN-GP, LSGAN, SNGAN, RSGAN, RaSGAN, BEGAN, ACGAN, PGGAN, pix2pix, BigGAN
Stars: ✭ 166 (+374.29%)
Mutual labels:  generative-adversarial-network, wgan-gp
Awesome Gans
Awesome Generative Adversarial Networks with tensorflow
Stars: ✭ 585 (+1571.43%)
Mutual labels:  generative-adversarial-network, wgan-gp
Pytorch Generative Model Collections
Collection of generative models in Pytorch version.
Stars: ✭ 2,296 (+6460%)
Mutual labels:  generative-adversarial-network, wgan-gp
SpareNet
Style-based Point Generator with Adversarial Rendering for Point Cloud Completion (CVPR 2021)
Stars: ✭ 118 (+237.14%)
Mutual labels:  generative-adversarial-network
publications-arruda-ijcnn-2019
Cross-Domain Car Detection Using Unsupervised Image-to-Image Translation: From Day to Night
Stars: ✭ 59 (+68.57%)
Mutual labels:  generative-adversarial-network
ConvolutionaNeuralNetworksToEnhanceCodedSpeech
In this work we propose two postprocessing approaches applying convolutional neural networks (CNNs) either in the time domain or the cepstral domain to enhance the coded speech without any modification of the codecs. The time domain approach follows an end-to-end fashion, while the cepstral domain approach uses analysis-synthesis with cepstral d…
Stars: ✭ 25 (-28.57%)
Mutual labels:  speech-enhancement
30-Days-GANs-Paper-Reading
30 Days GANs Paper Reading
Stars: ✭ 41 (+17.14%)
Mutual labels:  generative-adversarial-network
SpleeterRT
Real time monaural source separation base on fully convolutional neural network operates on Time-frequency domain.
Stars: ✭ 111 (+217.14%)
Mutual labels:  speech-enhancement
deepbeam
Deep learning based Speech Beamforming
Stars: ✭ 58 (+65.71%)
Mutual labels:  speech-enhancement
Anime2Sketch
A sketch extractor for anime/illustration.
Stars: ✭ 1,623 (+4537.14%)
Mutual labels:  generative-adversarial-network
torchsubband
Pytorch implementation of subband decomposition
Stars: ✭ 63 (+80%)
Mutual labels:  speech-enhancement
WGAN GP
Keras model and tensorflow optimization of 'improved Training of Wasserstein GANs'
Stars: ✭ 16 (-54.29%)
Mutual labels:  wgan-gp
FAST-RIR
This is the official implementation of our neural-network-based fast diffuse room impulse response generator (FAST-RIR) for generating room impulse responses (RIRs) for a given acoustic environment.
Stars: ✭ 90 (+157.14%)
Mutual labels:  generative-adversarial-network
Speech Enhancement MMSE-STSA
A statistical model-based Speech Enhancement Using MMSE-STSA
Stars: ✭ 54 (+54.29%)
Mutual labels:  speech-enhancement
market risk gan tensorflow
Using Bidirectional Generative Adversarial Networks to estimate Value-at-Risk for Market Risk Management using TensorFlow.
Stars: ✭ 63 (+80%)
Mutual labels:  generative-adversarial-network

SEGAN with improved wgan

Under construction!! Don't fork!!

Tensorflow 1.2rc

Using imporved wgan

Enhancement on both waveform data and LPS data

Stage1 training only L1/L2 loss, without adversarial loss

Stage2 joint training

Usage

Preparing data(data_utils.py)

import tensorflow as tf
from data_utils import *
reader = dataPreprocessor(path_to_record_name, path_to_noisy, path_to_clean, use_waveform=True)
reader.write_tfrecord()

Training phase

python main.py stage1

Testing phase

In main.py

change test_path and test_list

python main.py test
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].