paper-with-me

홈 › Papers

SpeechFormer++: A Hierarchical Efficient Framework for Paralinguistic Speech Processing

2023-02-27 · Weidong Chen, Xiaofen Xing, Xiangmin Xu, Jianxin Pang, Lan Du

Paralinguistic speech processing is important in addressing many issues, such as sentiment and neurocognitive disorder analyses. Recently, Transformer has achieved remarkable success in the natural language processing field and has demonstrated its adaptation to speech. However, previous works on Transformer in the speech field have not incorporated the properties of speech, leaving the full potential of Transformer unexplored. In this paper, we consider the characteristics of speech and propose a general structure-based framework, called SpeechFormer++, for paralinguistic speech processing. More concretely, following the component relationship in the speech signal, we design a unit encoder to model the intra- and inter-unit information (i.e., frames, phones, and words) efficiently. According to the hierarchical relationship, we utilize merging blocks to generate features at different granularities, which is consistent with the structural pattern in the speech signal. Moreover, a word encoder is introduced to integrate word-grained features into each unit encoder, which effectively balances fine-grained and coarse-grained information. SpeechFormer++ is evaluated on the speech emotion recognition (IEMOCAP & MELD), depression classification (DAIC-WOZ) and Alzheimer's disease detection (Pitt) tasks. The results show that SpeechFormer++ outperforms the standard Transformer while greatly reducing the computational cost. Furthermore, it delivers superior results compared to the state-of-the-art approaches.

📄 PDF Abstract BibTeX arXiv:2302.14638

Code (1)

happycolor/speechformer2 공식 구현 pytorch

Tasks

Alzheimer's Disease DetectionEmotion RecognitionSpeech Emotion Recognition

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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…
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$…
Adam 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

ViSpeechFormer: A Phonemic Approach for Vietnamese Automatic Speech Recognition

2026-02-10 · Khoa Anh Nguyen, Long Minh Hoang, Nghia Hieu Nguyen, Luan Thanh Nguyen 외 arxiv

Vietnamese has a phonetic orthography, where each grapheme corresponds to at most one phoneme and vice versa. Exploiting this high grapheme-phoneme transparency, we propose ViSpeechFormer (\textbf{Vi}etnamese \textbf{Spe…

Speech Recognition

A Survey on Paralinguistics in Tamil Speech Processing

2021-04-01 · EACL (DravidianLangTech) 2021 4 · Anosha Ignatius, Uthayasanker Thayasivam

Speech carries not only the semantic content but also the paralinguistic information which captures the speaking style. Speaker traits and emotional states affect how words are being spoken. The research on paralinguisti…

Emotion RecognitionSpeaker Identificationspeech-recognitionSpeech Recognition+1

Source Tracing of Synthetic Speech Systems Through Paralinguistic Pre-Trained Representations

2025-06-01 · Girish, Mohd Mujtaba Akhtar, Orchid Chetia Phukan, Drishti Singh 외

In this work, we focus on source tracing of synthetic speech generation systems (STSGS). Each source embeds distinctive paralinguistic features--such as pitch, tone, rhythm, and intonation--into their synthesized speech,…

Emotion RecognitionRhythmSpeaker RecognitionSpeech Emotion Recognition+1

Are Paralinguistic Representations all that is needed for Speech Emotion Recognition?

2024-02-02 · Orchid Chetia Phukan, Gautam Siddharth Kashyap, Arun Balaji Buduru, Rajesh Sharma

Availability of representations from pre-trained models (PTMs) have facilitated substantial progress in speech emotion recognition (SER). Particularly, representations from PTM trained for paralinguistic speech processin…

AllEmotion RecognitionSpeech Emotion Recognition

Speechformer: Reducing Information Loss in Direct Speech Translation

2021-09-09 · EMNLP 2021 11 · Sara Papi, Marco Gaido, Matteo Negri, Marco Turchi

Transformer-based models have gained increasing popularity achieving state-of-the-art performance in many research fields including speech translation. However, Transformer's quadratic complexity with respect to the inpu…

Speech-to-Text TranslationTranslation