paper-with-me

홈 › Papers

Multi-layer Attention Mechanism for Speech Keyword Recognition

2019-07-10 · Ruisen Luo, Tianran Sun, Chen Wang, Miao Du, Zuodong Tang, Kai Zhou, Xiao-Feng Gong, Xiaomei Yang

As an important part of speech recognition technology, automatic speech keyword recognition has been intensively studied in recent years. Such technology becomes especially pivotal under situations with limited infrastructures and computational resources, such as voice command recognition in vehicles and robot interaction. At present, the mainstream methods in automatic speech keyword recognition are based on long short-term memory (LSTM) networks with attention mechanism. However, due to inevitable information losses for the LSTM layer caused during feature extraction, the calculated attention weights are biased. In this paper, a novel approach, namely Multi-layer Attention Mechanism, is proposed to handle the inaccurate attention weights problem. The key idea is that, in addition to the conventional attention mechanism, information of layers prior to feature extraction and LSTM are introduced into attention weights calculations. Therefore, the attention weights are more accurate because the overall model can have more precise and focused areas. We conduct a comprehensive comparison and analysis on the keyword spotting performances on convolution neural network, bi-directional LSTM cyclic neural network, and cyclic neural network with the proposed attention mechanism on Google Speech Command datasets V2 datasets. Experimental results indicate favorable results for the proposed method and demonstrate the validity of the proposed method. The proposed multi-layer attention methods can be useful for other researches related to object spotting.

📄 PDF Abstract BibTeX arXiv:1907.04536

Code (0)

등록된 구현이 없습니다.

Tasks

Keyword Spottingspeech-recognitionSpeech Recognition

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Keyword Spotting with Hyper-Matched Filters for Small Footprint Devices

2025-08-06 · Yael Segal-Feldman, Ann R. Bradlow, Matthew Goldrick, Joseph Keshet arxiv

Open-vocabulary keyword spotting (KWS) refers to the task of detecting words or terms within speech recordings, regardless of whether they were included in the training data. This paper introduces an open-vocabulary keyw…

Keyword Spotting

Keyword Transformer: A Self-Attention Model for Keyword Spotting

2021-04-01 · Axel Berg, Mark O'Connor, Miguel Tairum Cruz

The Transformer architecture has been successful across many domains, including natural language processing, computer vision and speech recognition. In keyword spotting, self-attention has primarily been used on top of c…

Keyword SpottingSpeech Recognition

Efficient Keyword Spotting by capturing long-range interactions with Temporal Lambda Networks

2021-04-16 · Biel Tura, Santiago Escuder, Ferran Diego, Carlos Segura 외

Models based on attention mechanisms have shown unprecedented speech recognition performance. However, they are computationally expensive and unnecessarily complex for keyword spotting, a task targeted to small-footprint…

Keyword Spottingspeech-recognitionSpeech Recognition

A Glance is Enough: Extract Target Sentence By Looking at A keyword

2023-10-09 · Ying Shi, Dong Wang, Lantian Li, Jiqing Han

This paper investigates the possibility of extracting a target sentence from multi-talker speech using only a keyword as input. For example, in social security applications, the keyword might be "help", and the goal is t…

Sentence

Speech-MLP: a simple MLP architecture for speech processing

2021-09-29 · Chao Xing, Dong Wang, LiRong Dai, Qun Liu 외

Overparameterized transformer-based architectures have shown remarkable performance in recent years, achieving state-of-the-art results in speech processing tasks such as speech recognition, speech synthesis, keyword spo…

Keyword SpottingSpeech Enhancementspeech-recognitionSpeech Recognition+1