# Audio-noise Power Spectral Density Estimation Using Long Short-term   Memory

**Authors:** Xiaofei Li, Simon Leglaive, Laurent Girin, Radu Horaud

arXiv: 1904.05166 · 2020-11-11

## TL;DR

This paper introduces an LSTM-based approach for estimating noise power spectral density in single-channel audio, leveraging long-term sub-band noise dynamics to outperform traditional unsupervised estimators and generalize across noise types.

## Contribution

The paper presents a novel LSTM-based method that models sub-band noise evolution for PSD estimation, improving over existing unsupervised techniques and demonstrating robustness to unseen noise types.

## Key findings

- Outperforms traditional unsupervised noise estimators.
- Generalizes well to unseen noise types.
- Effective in speaker- and speech-independent scenarios.

## Abstract

We propose a method using a long short-term memory (LSTM) network to estimate the noise power spectral density (PSD) of single-channel audio signals represented in the short time Fourier transform (STFT) domain. An LSTM network common to all frequency bands is trained, which processes each frequency band individually by mapping the noisy STFT magnitude sequence to its corresponding noise PSD sequence. Unlike deep-learning-based speech enhancement methods that learn the full-band spectral structure of speech segments, the proposed method exploits the sub-band STFT magnitude evolution of noise with a long time dependency, in the spirit of the unsupervised noise estimators described in the literature. Speaker- and speech-independent experiments with different types of noise show that the proposed method outperforms the unsupervised estimators, and generalizes well to noise types that are not present in the training set.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1904.05166/full.md

## Figures

4 figures with captions in the complete paper: https://tomesphere.com/paper/1904.05166/full.md

## References

31 references — full list in the complete paper: https://tomesphere.com/paper/1904.05166/full.md

---
Source: https://tomesphere.com/paper/1904.05166