paper-with-me

홈 › Papers

Keyword spotting -- Detecting commands in speech using deep learning

2023-12-09 · Sumedha Rai, Tong Li, Bella Lyu

Speech recognition has become an important task in the development of machine learning and artificial intelligence. In this study, we explore the important task of keyword spotting using speech recognition machine learning and deep learning techniques. We implement feature engineering by converting raw waveforms to Mel Frequency Cepstral Coefficients (MFCCs), which we use as inputs to our models. We experiment with several different algorithms such as Hidden Markov Model with Gaussian Mixture, Convolutional Neural Networks and variants of Recurrent Neural Networks including Long Short-Term Memory and the Attention mechanism. In our experiments, RNN with BiLSTM and Attention achieves the best performance with an accuracy of 93.9 %

📄 PDF Abstract BibTeX arXiv:2312.05640

Code (0)

등록된 구현이 없습니다.

Tasks

Deep LearningFeature EngineeringKeyword Spottingspeech-recognitionSpeech Recognition

Methods 이 논문이 사용한 방법론

Tanh Activation 설명 없음
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
BiLSTM A Bidirectional LSTM, or biLSTM, is a sequence processing model that consists of two LSTMs: one taking the input in a forward direction, and the other in a backwards…

Similar Papers 제목 키워드 기반

Predicting detection filters for small footprint open-vocabulary keyword spotting

2019-12-16 · Theodore Bluche, Thibault Gisselbrecht

In this paper, we propose a fully-neural approach to open-vocabulary keyword spotting, that allows the users to include a customizable voice interface to their device and that does not require task-specific data. We pres…

Keyword Spotting

LLM-Synth4KWS: Scalable Automatic Generation and Synthesis of Confusable Data for Custom Keyword Spotting

2025-05-29 · Pai Zhu, Quan Wang, Dhruuv Agarwal, Kurt Partridge

Custom keyword spotting (KWS) allows detecting user-defined spoken keywords from streaming audio. This is achieved by comparing the embeddings from voice enrollments and input audio. State-of-the-art custom KWS models ar…

Keyword Spottingtext-to-speechText to Speech

Building and benchmarking an Arabic Speech Commands dataset for small-footprint keyword spotting

2021-05-07 · Engineering Applications of Artificial Intelligence 2021 5 · Abdulkader Ghandoura, Farouk Hjabo, Oumayma Al Dakkak

The introduction of the Google Speech Commands dataset accelerated research and resulted in a variety of new deep learning approaches that address keyword spotting tasks. The main contribution of this work is the buildin…

BenchmarkingDeep LearningKeyword SpottingSmall-Footprint Keyword Spotting

Attention-Free Keyword Spotting

2021-10-14 · Mashrur M. Morshed, Ahmad Omar Ahsan

Till now, attention-based models have been used with great success in the keyword spotting problem domain. However, in light of recent advances in deep learning, the question arises whether self-attention is truly irrepl…

Keyword 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