ICASSP 2025accepted0 citations

AMSER: Accelerate Mobile Speech Emotion Recognition with Signal Compression

Yu Lu, Ran Wang, Dian Ding, Han Zhang, Liyun Zhang, Lanqing Yang, Yi-Chao Chen, Guangtao Xue

Abstract

Speech-based interaction systems are widely used in mobile devices like smartphones. With advances in deep neural networks, tasks such as speech emotion recognition (SER) enhance these systems’ user-friendliness. However, deploying SER models on mobile devices is challenging due to their complexity and computational demands. While pruning can reduce complexity, it often compromises accuracy, and hardware accelerators like FPGAs are difficult to integrate into mobile devices. This paper proposes AMSER, a real-time speech emotion recognition framework using signal compression and task offloading. AMSER utilizes logarithmic Mel-filter bank coefficients (Fbank) and singular value decomposition (SVD) for feature extraction and compression. The compressed signal is only 6.25% of the original size, achieving 2.24x faster transfer rates and 55.35% energy savings compared to raw audio transmission. Despite the compression, the features preserve key audio information for text and emotion recognition, performed server-side. Experiments show a WER of 4.68% (Librispeech), 10.69% (CommonVoice), and 69.83% emotion recognition accuracy (IEMOCAP).

BibTeX
@inproceedings{icassp2025_amseracceleratem,
  title = {AMSER: Accelerate Mobile Speech Emotion Recognition with Signal Compression},
  author = {Yu Lu and Ran Wang and Dian Ding and Han Zhang and Liyun Zhang and Lanqing Yang and Yi-Chao Chen and Guangtao Xue},
  booktitle = {ICASSP 2025},
  year = {2025}
}