Papers › SEGAN: Speech Enhancement Generative Adversarial Network

SEGAN: Speech Enhancement Generative Adversarial Network

28 Mar 2017arXiv:1703.09452archive 2025-07-28

Santiago Pascual, Antonio Bonafonte, Joan Serrà

Current speech enhancement techniques operate on the spectral domain and/or exploit some higher-level feature. The majority of them tackle a limited number of noise conditions and rely on first-order statistics. To circumvent these issues, deep networks are being increasingly used, thanks to their ability to learn complex functions from large example sets. In this work, we propose the use of generative adversarial networks for speech enhancement. In contrast to current techniques, we operate at the waveform level, training the model end-to-end, and incorporate 28 speakers and 40 different noise conditions into the same model, such that model parameters are shared across them. We evaluate the proposed model using an independent, unseen test set with two speakers and 20 alternative noise conditions. The enhanced samples confirm the viability of the proposed model, and both objective and subjective evaluations confirm the effectiveness of it. With that, we open the exploration of generative architectures for speech enhancement, which may progressively incorporate further speech-centric design choices to improve their performance.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="1703.09452")

Code

Syntology Ran 3 of 39 code samples harvested from 10 repositories linked to this paper; 36 have no recorded run. Of those that ran: 2 ran · our draft was wrong; 1 ran · fixture could not drive it.

By repository: official repository: 8 samples from 1 repository, 0 ran; community (archive-listed): 31 samples from 9 repositories, 3 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

21 repositories listed; official and paper-mentioned ones first.

santi-pdp/segan officialmentioned in papermentioned on GitHubtfMIT report
RaphaelOlivier/gard_eval2_public mentioned on GitHubpytorch report
YosukeSugiura/SEGAN mentioned on GitHub report
andreser09/segan mentioned on GitHubtfMIT report
anicolson/DeepXi mentioned on GitHubtfMPL-2.0 report
asadullah797/segan_impr mentioned on GitHubtfMIT report
deNsuh/segan-pytorch mentioned on GitHubpytorchGPL-3.0 report
develooper1994/MasterThesis mentioned on GitHubpytorch report
facebookresearch/denoiser mentioned on GitHubpytorch report
haozh7109/SEGAN-TensorFlow2 mentioned on GitHubtfApache-2.0 report
hatsunexym/YAMAHA-Corp mentioned on GitHubtf report
huylenguyen806/vnasr mentioned on GitHubtfApache-2.0 report
pquochuy/idsegan mentioned on GitHubtf report
pquochuy/sasegan mentioned on GitHubtf report
rickyHong/segan-pytorch-repl mentioned on GitHubpytorch report
santi-pdp/segan_pytorch mentioned on GitHubpytorchMIT report
ssarfjoo/improvedsegan mentioned on GitHubtfMIT report
sufengniu/segan_multi mentioned on GitHubtfMIT report
usimarit/TiramisuASR mentioned on GitHubtfApache-2.0 report
usimarit/vnasr mentioned on GitHubtfApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

39 samples harvested; 3 ran; 0 honoured the contract we drafted; 36 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · our draft was wrong
1ran · fixture could not drive it
36unverified

Licence: 4 of the 39 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 10 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

de_emph santi-pdp/segan/data_loader.py official repository unverified MIT (permissive) · f97b465794902557 · report
gaussian_noise_layer santi-pdp/segan/ops.py official repository unverified MIT (permissive) · 7f91d893c058c60b · report
pre_emph santi-pdp/segan/data_loader.py official repository unverified MIT (permissive) · f00acf17aed0af5a · report
read_and_decode santi-pdp/segan/data_loader.py official repository unverified MIT (permissive) · 28105186fd5104d4 · report
read_and_slice santi-pdp/segan/make_tfrecords.py official repository unverified MIT (permissive) · ab225f7af41a0ef3 · report
sample_random_walk santi-pdp/segan/ops.py official repository unverified MIT (permissive) · b6fb2cc68fa10225 · report
scalar_summary santi-pdp/segan/ops.py official repository unverified MIT (permissive) · 35f13999f3f8f9dd · report
slice_signal santi-pdp/segan/make_tfrecords.py official repository unverified MIT (permissive) · 46c1eb78df53cf66 · report
flip santi-pdp/segan_pytorch/segan/models/modules.py community (archive-listed) ran · our draft was wrong fingerprinted MIT (permissive) · b380f42b5b71cc47 · report
l2normalize santi-pdp/segan_pytorch/segan/models/spectral_norm.py community (archive-listed) ran · our draft was wrong fingerprinted MIT (permissive) · bedff51745d2cf84 · report
wav_write YosukeSugiura/SEGAN/data.py community (archive-listed) ran · fixture could not drive it no licence file found · pointer only · 1b028fcf0c1ec0d5 · report
KLD santi-pdp/segan_pytorch/segan/models/ops.py community (archive-listed) unverified MIT (permissive) · c8cdd110f18d46c9 · report
build_norm_layer santi-pdp/segan_pytorch/segan/models/modules.py community (archive-listed) unverified MIT (permissive) · b9130696e49c3339 · report
check_input_sampling develooper1994/MasterThesis/clean.py community (archive-listed) unverified no licence file found · pointer only · d9f2796539b63330 · report
collate_fn santi-pdp/segan_pytorch/segan/datasets/se_dataset.py community (archive-listed) unverified MIT (permissive) · 82ea88d96fdaa51d · report
denormalize_wave_minmax santi-pdp/segan_pytorch/segan/utils.py community (archive-listed) unverified MIT (permissive) · d81dd81a9f083f86 · report
deserialize huylenguyen806/vnasr/tensorflow_asr/callbacks.py community (archive-listed) unverified Apache-2.0 (permissive) · efd738a0bc3cc757 · report
downsample develooper1994/MasterThesis/clean.py community (archive-listed) unverified no licence file found · pointer only · fba9aaf89912df38 · report
emphasis haozh7109/SEGAN-TensorFlow2/Utility/Py_data_Preprocess_Hao.py community (archive-listed) unverified Apache-2.0 (permissive) · 1056ff58d881d749 · report
emphasis_librosa haozh7109/SEGAN-TensorFlow2/Utility/Py_data_Preprocess_Hao.py community (archive-listed) unverified Apache-2.0 (permissive) · cae4d9938745ed11 · report
get_grads santi-pdp/segan_pytorch/segan/models/ops.py community (archive-listed) unverified MIT (permissive) · 26c162c3caa1223a · report
get_input_sampling develooper1994/MasterThesis/clean.py community (archive-listed) unverified no licence file found · pointer only · 41f93d7418a0950c · report
load_config haozh7109/SEGAN-TensorFlow2/SEGAN_TrainMaster.py community (archive-listed) unverified Apache-2.0 (permissive) · 8058adbabbf8b825 · report
load_datasets haozh7109/SEGAN-TensorFlow2/Inference_singleShot.py community (archive-listed) unverified Apache-2.0 (permissive) · 69a97611e4cfefac · report
make_divN santi-pdp/segan_pytorch/segan/utils.py community (archive-listed) unverified MIT (permissive) · cf249ef7bc710ec2 · report
make_optimizer santi-pdp/segan_pytorch/segan/models/ops.py community (archive-listed) unverified MIT (permissive) · 42bb0a5113fe251c · report
pos_code santi-pdp/segan_pytorch/segan/models/core.py community (archive-listed) unverified MIT (permissive) · 2638e76ea8d2f15e · report
pre_emph andreser09/segan/data_loader.py community (archive-listed) unverified MIT (permissive) · 4c2a62db536d3e11 · report
read_and_decode andreser09/segan/data_loader.py community (archive-listed) unverified MIT (permissive) · 534a5aaa629f0b62 · report
read_and_decode asadullah797/segan_impr/data_loader.py community (archive-listed) unverified MIT (permissive) · 455f04cbcd882c4d · report
read_and_decode ssarfjoo/improvedsegan/data_loader.py community (archive-listed) unverified MIT (permissive) · 67b26950d2b2b2b8 · report
read_and_decode sufengniu/segan_multi/data_loader.py community (archive-listed) unverified MIT (permissive) · c4f1ac5600121aba · report
read_and_slice asadullah797/segan_impr/make_tfrecords.py community (archive-listed) unverified MIT (permissive) · 9fd6da88395e5dfe · report
scalar_summary andreser09/segan/ops.py community (archive-listed) unverified MIT (permissive) · 610ca41dfb04b88a · report
sinc santi-pdp/segan_pytorch/segan/models/modules.py community (archive-listed) unverified MIT (permissive) · 7c9569388b69a763 · report
slice_signal asadullah797/segan_impr/make_tfrecords.py community (archive-listed) unverified MIT (permissive) · dbce5ca80cee35d6 · report
slice_signal santi-pdp/segan_pytorch/segan/datasets/se_dataset.py community (archive-listed) unverified MIT (permissive) · d8d685caed96ccb2 · report
uttname2spkid santi-pdp/segan_pytorch/segan/utils.py community (archive-listed) unverified MIT (permissive) · 9c7d42585a206ba4 · report
varlen_wav_collate santi-pdp/segan_pytorch/segan/datasets/vc_dataset.py community (archive-listed) unverified MIT (permissive) · 3d5991b1620d158d · report

Tasks

Speech Enhancement

1 archive task tag without a task page not shown.

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections