C7.12.3Noise suppression versus speech naturalnessdesignresearch

Noise suppression can raise recognition rate while costing natural voice quality

Aliases: musical noise · enhancement artifacts · speech distortion

What it is

Noise suppression carves estimated noise out of the mixture. It often lifts downstream ASR accuracy while making speech dull, adding musical noise, or clipping consonants. To a human ear the enhanced signal can be less intelligible or more fake; to a model the features look more like training. Recognition rate and natural quality are not the same metric and can move opposite ways.

Why it happens

Spectral subtraction and masks attenuate time-frequency tiles. Over-estimation cuts weak consonants and high harmonics, dulling timbre; under-estimation leaves residue that nonlinear processing turns into tonal musical noise. Neural enhancers trained for ASR feature targets sacrifice waveform listenability; those trained for perception need not win WER. Binaural cues and spatial impression also die under single-channel suppression, which matters more on a call than inside ASR. Sending enhanced audio to people and to a model are two evaluation chains. If a product feeds the same enhancement to recognition and to a loudspeaker (or to an agent listening in), users hear the quality loss directly.

Studying it

On the same noise, compare no enhancement, ASR-optimised enhancement, and perception-optimised enhancement. Put WER, a listening score such as PESQ or DNSMOS, and subjective naturalness in parallel. Use enhanced features for ASR; use the waveform for listening. Report deletions from over-suppression. Do not declare enhancement a success on WER alone.

Where it stops holding

A front-end that only feeds ASR and is never heard can yield naturalness to recognition, so long as it does not invent artifacts that hurt the model. Call and meeting playback cannot. At low SNR, over-suppression hollows out speech and WER gets worse. Bone-conduction and throat-mic timbre is already unnatural; consumer listening metrics mislead there.

Applying it

  • Tune recognition-bound and speaker-bound enhancement separately: the ASR front-end can be more aggressive, the playback path must keep intelligibility and naturalness.
  • When shipping enhancement, watch WER and listening together; a collapse in quality with a tiny WER gain is still a fail for call-like products.
  • Offer a suppresser notch that can be turned down, and when complaints are “too muffled, words get cut,” inspect over-masking before adding another stage.

Related

  • Same group: C7.12.1 Stationary and transient noise interfere with recognition by different mechanisms · C7.12.2 A microphone array can beamform toward the talker and suppress other directions · C7.12.4 Degradation in noise is not linear; past an SNR point recognition falls off a cliff
  • Adjacent: C7.05 Noisy Environments · C7.16 Visible Feedback for Voice Input
  • Search: musical noise · speech enhancement · listening quality

Cards in the same group

Quick Actions

Share

Share this page

ios_share

https://hci.top/en/handbook/C7.12.3