paper-with-me

홈 › Papers

Re-Parameterization of Lightweight Transformer for On-Device Speech Emotion Recognition

2024-11-14 · Zixing Zhang, Zhongren Dong, Weixiang Xu, Jing Han

With the increasing implementation of machine learning models on edge or Internet-of-Things (IoT) devices, deploying advanced models on resource-constrained IoT devices remains challenging. Transformer models, a currently dominant neural architecture, have achieved great success in broad domains but their complexity hinders its deployment on IoT devices with limited computation capability and storage size. Although many model compression approaches have been explored, they often suffer from notorious performance degradation. To address this issue, we introduce a new method, namely Transformer Re-parameterization, to boost the performance of lightweight Transformer models. It consists of two processes: the High-Rank Factorization (HRF) process in the training stage and the deHigh-Rank Factorization (deHRF) process in the inference stage. In the former process, we insert an additional linear layer before the Feed-Forward Network (FFN) of the lightweight Transformer. It is supposed that the inserted HRF layers can enhance the model learning capability. In the later process, the auxiliary HRF layer will be merged together with the following FFN layer into one linear layer and thus recover the original structure of the lightweight model. To examine the effectiveness of the proposed method, we evaluate it on three widely used Transformer variants, i.e., ConvTransformer, Conformer, and SpeechFormer networks, in the application of speech emotion recognition on the IEMOCAP, M3ED and DAIC-WOZ datasets. Experimental results show that our proposed method consistently improves the performance of lightweight Transformers, even making them comparable to large models. The proposed re-parameterization approach enables advanced Transformer models to be deployed on resource-constrained IoT devices.

📄 PDF Abstract BibTeX arXiv:2411.09339

Code (0)

등록된 구현이 없습니다.

Tasks

Emotion RecognitionModel CompressionSpeech Emotion Recognition

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Adam 설명 없음
Residual Connection 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Emotion Detection in Speech Using Lightweight and Transformer-Based Models: A Comparative and Ablation Study

2025-11-01 · Lucky Onyekwelu-Udoka, Md Shafiqul Islam, Md Shahedul Hasan arxiv

Emotion recognition from speech plays a vital role in the development of empathetic human-computer interaction systems. This paper presents a comparative analysis of lightweight transformer-based models, DistilHuBERT and…

Speech Emotion Recognition

Uncertainty-Aware Multimodal Emotion Recognition through Dirichlet Parameterization

2026-02-09 · Rémi Grzeczkowicz, Eric Soriano, Ali Janati, Miyu Zhang 외 arxiv

In this work, we present a lightweight and privacy-preserving Multimodal Emotion Recognition (MER) framework designed for deployment on edge devices. To demonstrate framework's versatility, our implementation uses three …

Multimodal Emotion Recognition

Knowledge Transfer For On-Device Speech Emotion Recognition with Neural Structured Learning

2022-10-26 · Yi Chang, Zhao Ren, Thanh Tam Nguyen, Kun Qian 외

Speech emotion recognition (SER) has been a popular research topic in human-computer interaction (HCI). As edge devices are rapidly springing up, applying SER to edge devices is promising for a huge number of HCI applica…

Emotion RecognitionSpeech Emotion RecognitionTransfer Learning

SpectroFusion-ViT: A Lightweight Transformer for Speech Emotion Recognition Using Harmonic Mel-Chroma Fusion

2026-02-28 · Faria Ahmed, Rafi Hassan Chowdhury, Fatema Tuz Zohora Moon, Sabbir Ahmed arxiv

Speech is a natural means of conveying emotions, making it an effective method for understanding and representing human feelings. Reliable speech emotion recognition (SER) is central to applications in human-computer int…

Speech Emotion RecognitionEmotion ClassificationTransfer Learning

AMRD: Adaptive Multi-Teacher Relational Distillation for Lightweight Speech Emotion Recognition

2026-07-28 · Yuqi Li, Yi-Cheng Lin, Xianglong Wang, Kuo Yang 외 arxiv

On-device speech emotion recognition (SER) is critical for real-time applications, yet large self-supervised models that excel at SER are too costly for edge devices. Multi-teacher knowledge distillation can compress the…

Speech Emotion RecognitionKnowledge Distillation