paper-with-me

홈 › Papers

Matching Latent Encoding for Audio-Text based Keyword Spotting

2023-06-08 · Kumari Nishu, Minsik Cho, Devang Naik

Using audio and text embeddings jointly for Keyword Spotting (KWS) has shown high-quality results, but the key challenge of how to semantically align two embeddings for multi-word keywords of different sequence lengths remains largely unsolved. In this paper, we propose an audio-text-based end-to-end model architecture for flexible keyword spotting (KWS), which builds upon learned audio and text embeddings. Our architecture uses a novel dynamic programming-based algorithm, Dynamic Sequence Partitioning (DSP), to optimally partition the audio sequence into the same length as the word-based text sequence using the monotonic alignment of spoken content. Our proposed model consists of an encoder block to get audio and text embeddings, a projector block to project individual embeddings to a common latent space, and an audio-text aligner containing a novel DSP algorithm, which aligns the audio and text embeddings to determine if the spoken content is the same as the text. Experimental results show that our DSP is more effective than other partitioning schemes, and the proposed architecture outperformed the state-of-the-art results on the public dataset in terms of Area Under the ROC Curve (AUC) and Equal-Error-Rate (EER) by 14.4 % and 28.9%, respectively.

📄 PDF Abstract BibTeX arXiv:2306.05245

Code (0)

등록된 구현이 없습니다.

Tasks

Keyword Spotting

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Learning Audio-Text Agreement for Open-vocabulary Keyword Spotting

2022-06-30 · Hyeon-Kyeong Shin, Hyewon Han, Doyeon Kim, Soo-Whan Chung 외

In this paper, we propose a novel end-to-end user-defined keyword spotting method that utilizes linguistically corresponding patterns between speech and text sequences. Unlike previous approaches requiring speech keyword…

Keyword Spotting

Contrastive Learning With Audio Discrimination For Customizable Keyword Spotting In Continuous Speech

2024-01-12 · Yu Xi, Baochen Yang, Hao Li, Jiaqi Guo 외

Customizable keyword spotting (KWS) in continuous speech has attracted increasing attention due to its real-world application potential. While contrastive learning (CL) has been widely used to extract keyword representat…

Contrastive LearningKeyword SpottingText Matching

Fusing Audio and Metadata Embeddings Improves Language-based Audio Retrieval

2024-06-22 · Paul Primus, Gerhard Widmer

Matching raw audio signals with textual descriptions requires understanding the audio's content and the description's semantics and then drawing connections between the two modalities. This paper investigates a hybrid re…

AudioCapsRetrieval

MAGIC-Enhanced Keyword Prompting for Zero-Shot Audio Captioning with CLIP Models

2025-09-16 · Vijay Govindarajan, Pratik Patel, Sahil Tripathi, Md Azizul Hoque 외 arxiv

Automated Audio Captioning (AAC) generates captions for audio clips but faces challenges due to limited datasets compared to image captioning. To overcome this, we propose the zero-shot AAC system that leverages pre-trai…

Zero-shot Audio CaptioningImage Captioning

SLiCK: Exploiting Subsequences for Length-Constrained Keyword Spotting

2024-09-06 · Kumari Nishu, Minsik Cho, Devang Naik

User-defined keyword spotting on a resource-constrained edge device is challenging. However, keywords are often bounded by a maximum keyword length, which has been largely under-leveraged in prior works. Our analysis of …

Keyword SpottingMulti-Task LearningPhoneme Recognition