taesiri commited on
Commit
5abcf59
1 Parent(s): 402013a

Upload abstract/2307.03183.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. abstract/2307.03183.txt +1 -0
abstract/2307.03183.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ "In this paper, we focus on Whisper, a recent automatic speech recognition model trained with a massive 680k hour labeled speech corpus recorded in diverse conditions. We first show an interesting finding that while Whisper is very robust against real-world background sounds (for example, music), its audio representation is actually not noise-invariant, but is instead highly correlated to non-speech sounds, indicating that Whisper recognizes speech conditioned on the noise type. With this finding, we build a unified audio tagging and speech recognition model Whisper-AT by freezing the backbone of Whisper, and training a lightweight audio tagging model on top of it. With less than 1 percent extra computational cost, Whisper-AT can recognize audio events, in addition to spoken text, in a single forward pass."