paper-with-me

홈 › Papers

Speech Recognition: Keyword Spotting Through Image Recognition

2018-03-10 · Sanjay Krishna Gouda, Salil Kanetkar, David Harrison, Manfred K. Warmuth

The problem of identifying voice commands has always been a challenge due to the presence of noise and variability in speed, pitch, etc. We will compare the efficacies of several neural network architectures for the speech recognition problem. In particular, we will build a model to determine whether a one second audio clip contains a particular word (out of a set of 10), an unknown word, or silence. The models to be implemented are a CNN recommended by the Tensorflow Speech Recognition tutorial, a low-latency CNN, and an adversarially trained CNN. The result is a demonstration of how to convert a problem in audio recognition to the better-studied domain of image classification, where the powerful techniques of convolutional neural networks are fully developed. Additionally, we demonstrate the applicability of the technique of Virtual Adversarial Training (VAT) to this problem domain, functioning as a powerful regularizer with promising potential future applications.

📄 PDF Abstract BibTeX arXiv:1803.03759

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage ClassificationKeyword Spottingspeech-recognitionSpeech Recognition

Similar Papers 제목 키워드 기반

Keyword spotting using convolutional neural network for speech recognition in Hindi

2026-04-26 · Saru Bharti, Pushparaj Mani Pathak arxiv

In this study, we investigate the application of keyword spotting (KWS) in the domain of Hindi speech recognition, utilizing a dataset comprising 40,000 audio samples. With a sampling rate of 44 kHz and an average durati…

Computational EfficiencyFeature EngineeringSpeech RecognitionKeyword Spotting

Honk: A PyTorch Reimplementation of Convolutional Neural Networks for Keyword Spotting

2017-10-18 · Raphael Tang, Jimmy Lin

We describe Honk, an open-source PyTorch reimplementation of convolutional neural networks for keyword spotting that are included as examples in TensorFlow. These models are useful for recognizing "command triggers" in s…

Keyword Spottingspeech-recognitionSpeech Recognition

Meta-Learning for improving rare word recognition in end-to-end ASR

2021-02-25 · Florian Lux, Ngoc Thang Vu

We propose a new method of generating meaningful embeddings for speech, changes to four commonly used meta learning approaches to enable them to perform keyword spotting in continuous signals and an approach of combining…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Keyword SpottingMeta-Learning+2

Visually grounded cross-lingual keyword spotting in speech

2018-06-13 · Herman Kamper, Michael Roth

Recent work considered how images paired with speech can be used as supervision for building speech systems when transcriptions are not available. We ask whether visual grounding can be used for cross-lingual keyword spo…

Keyword SpottingVisual Grounding

Open-vocabulary Keyword-spotting with Adaptive Instance Normalization

2023-09-13 · Aviv Navon, Aviv Shamsian, Neta Glazer, Gill Hetz 외

Open vocabulary keyword spotting is a crucial and challenging task in automatic speech recognition (ASR) that focuses on detecting user-defined keywords within a spoken utterance. Keyword spotting methods commonly map th…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Keyword Spottingspeech-recognition+1