paper-with-me

Papers

TACos: Learning Temporally Structured Embeddings for Few-Shot Keyword Spotting with Dynamic Time Warping

2023-05-18 · Kevin Wilkinghoff, Alessia Cornaggia-Urrigshardt

To segment a signal into blocks to be analyzed, few-shot keyword spotting (KWS) systems often utilize a sliding window of fixed size. Because of the varying lengths of different keywords or their spoken instances, choosing the right window size is a problem: A window should be long enough to contain all necessary information needed to recognize a keyword but a longer window may contain irrelevant information such as multiple words or noise and thus makes it difficult to reliably detect on- and offsets of keywords. We propose TACos, a novel angular margin loss for deriving two-dimensional embeddings that retain temporal properties of the underlying speech signal. In experiments conducted on KWS-DailyTalk, a few-shot KWS dataset presented in this work, using these embeddings as templates for dynamic time warping is shown to outperform using other representations or a sliding window and that using time-reversed segments of the keywords during training improves the performance.

📄 PDF Abstract BibTeX arXiv:2305.10816

Code (1)

wilkinghoff/kws-dailytalk 공식 구현

Tasks

Dynamic Time WarpingKeyword Spotting

Similar Papers 제목 키워드 기반

TACOS: Temporally-aligned Audio CaptiOnS for Language-Audio Pretraining

2025-05-12 · Paul Primus, Florian Schmid, Gerhard Widmer

Learning to associate audio with textual descriptions is valuable for a range of tasks, including pretraining, zero-shot classification, audio retrieval, audio captioning, and text-conditioned audio generation. Existing …

Audio captioningAudio GenerationSentencezero-shot-classification+1

TACOS: Task Agnostic COordinator of a multi-drone System

2025-10-02 · Alessandro Nazzari, Roberto Rubinacci, Marco Lovera arxiv

When a single pilot is responsible for managing a multi-drone system, the task may demand varying levels of autonomy, from direct control of individual UAVs, to group-level coordination, to fully autonomous swarm behavio…

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

GE2E-KWS: Generalized End-to-End Training and Evaluation for Zero-shot Keyword Spotting

2024-10-22 · Pai Zhu, Jacob W. Bartel, Dhruuv Agarwal, Kurt Partridge 외

We propose GE2E-KWS -- a generalized end-to-end training and evaluation framework for customized keyword spotting. Specifically, enrollment utterances are separated and grouped by keywords from the training batch and the…

Keyword SpottingTriplet

ADELT: Transpilation Between Deep Learning Frameworks

2023-03-07 · Linyuan Gong, Jiayi Wang, Alvin Cheung

We propose the Adversarial DEep Learning Transpiler (ADELT), a novel approach to source-to-source transpilation between deep learning frameworks. ADELT uniquely decouples code skeleton transpilation and API keyword mappi…

Deep Learning