AraSpot: Arabic Spoken Command Spotting

Mahmoud Salhab,Haidar Harmanani
2024-05-05
Abstract:Spoken keyword spotting (KWS) is the task of identifying a keyword in an audio stream and is widely used in smart devices at the edge in order to activate voice assistants and perform hands-free tasks. The task is daunting as there is a need, on the one hand, to achieve high accuracy while at the same time ensuring that such systems continue to run efficiently on low power and possibly limited computational capabilities devices. This work presents AraSpot for Arabic keyword spotting trained on 40 Arabic keywords, using different online data augmentation, and introducing ConformerGRU model architecture. Finally, we further improve the performance of the model by training a text-to-speech model for synthetic data generation. AraSpot achieved a State-of-the-Art SOTA 99.59% result outperforming previous approaches.
Computation and Language,Artificial Intelligence
What problem does this paper attempt to address?
This paper aims to address the issue of Keyword Spotting (KWS) in Arabic speech command recognition. Specifically, the paper proposes a new system called AraSpot for recognizing predefined keywords in audio streams. The research mainly focuses on the following aspects: 1. **Data Scarcity**: Existing KWS research mostly concentrates on English and other Asian languages, while related research on Arabic is relatively scarce. To overcome the problem of data scarcity, the researchers expanded the training dataset using synthetic data generation techniques. 2. **Model Performance Improvement**: The paper proposes a new model called ConformerGRU, which combines the Conformer architecture with GRU layers, and further enhances model performance through online data augmentation techniques. 3. **Practical Application Needs**: An efficient KWS system suitable for low-power, resource-constrained devices was developed to activate voice assistants and perform hands-free tasks. In summary, this research aims to improve the accuracy and robustness of Arabic keyword recognition systems by introducing new technologies and methods, thereby addressing the shortcomings of existing research and meeting the needs of practical application scenarios.