paper-with-me

홈 › Papers

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 speech-based interfaces (e.g., "Hey Siri"), which serve as explicit cues for audio recordings of utterances that are sent to the cloud for full speech recognition. Evaluation on Google's recently released Speech Commands Dataset shows that our reimplementation is comparable in accuracy and provides a starting point for future work on the keyword spotting task.

📄 PDF Abstract BibTeX arXiv:1710.06554

Code (4)

castorini/honk 공식 구현 pytorch
etosworld/etos-keywordspotting tf
magahub/honk pytorch
magahub/honknew pytorch

Tasks

Keyword Spottingspeech-recognitionSpeech Recognition

Similar Papers 제목 키워드 기반

Honkling: In-Browser Personalization for Ubiquitous Keyword Spotting

2019-11-01 · IJCNLP 2019 11 · Jaejun Lee, Raphael Tang, Jimmy Lin

Used for simple commands recognition on devices from smart speakers to mobile phones, keyword spotting systems are everywhere. Ubiquitous as well are web applications, which have grown in popularity and complexity over t…

Keyword Spotting

Audiomer: A Convolutional Transformer For Keyword Spotting

2021-09-21 · Submitted to NeurIPS 2021 ENLSP Workshop 2021 9 · Surya Kant Sahu, Sai Mitheran, Juhi Kamdar, Meet Gandhi

Transformers have seen an unprecedented rise in Natural Language Processing and Computer Vision tasks. However, in audio tasks, they are either infeasible to train due to extremely large sequence length of audio waveform…

Keyword Spotting

Encoder-Decoder Neural Architecture Optimization for Keyword Spotting

2021-06-04 · Tong Mo, Bang Liu

Keyword spotting aims to identify specific keyword audio utterances. In recent years, deep convolutional neural networks have been widely utilized in keyword spotting systems. However, their model architectures are mainl…

DecoderKeyword SpottingNeural Architecture Search

Small-footprint Keyword Spotting with Graph Convolutional Network

2019-12-11 · Xi Chen, Shouyi Yin, Dandan song, Peng Ouyang 외

Despite the recent successes of deep neural networks, it remains challenging to achieve high precision keyword spotting task (KWS) on resource-constrained devices. In this study, we propose a novel context-aware and comp…

Keyword SpottingSmall-Footprint 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