음성 감정 인식은 컴퓨터가 사람의 반언어적인 표현을 이해하고 상호작용하기 위해 중요한 요소다. 하지만 문화, 언어, 성별과 성격과 같은 개인의 음성 특성의 다양성은 음성 감정 인식의 ...

http://chineseinput.net/에서 pinyin(병음)방식으로 중국어를 변환할 수 있습니다.
변환된 중국어를 복사하여 사용하시면 됩니다.
https://www.riss.kr/link?id=T16954243
서울 : 중앙대학교 대학원, 2024
학위논문(석사) -- 중앙대학교 대학원 , 컴퓨터공학과 응용 소프트웨어전공 , 2024. 2
2024
한국어
서울
Using speaker features and emotion dimensional representation in Wav2vec 2.0-based modules for speech emotion recognition
iv, 54장 : 삽화, 도표 ; 26 cm
중앙대학교 논문은 저작권에 의해 보호받습니다
지도교수: 홍현기
참고문헌수록
I804:11052-000000240174
0
상세조회0
다운로드음성 감정 인식은 컴퓨터가 사람의 반언어적인 표현을 이해하고 상호작용하기 위해 중요한 요소다. 하지만 문화, 언어, 성별과 성격과 같은 개인의 음성 특성의 다양성은 음성 감정 인식의 ...
음성 감정 인식은 컴퓨터가 사람의 반언어적인 표현을 이해하고 상호작용하기 위해 중요한 요소다. 하지만 문화, 언어, 성별과 성격과 같은 개인의 음성 특성의 다양성은 음성 감정 인식의 성능을 저하할 수 있다. 그리고 감정은 범주적으로 분류될 뿐만 아니라 연속적인 감정 공간 위치로도 표현할 수 있다. 그렇기에 본 논문은 발화자 특성과 최종 감정 분류하기 전에 감정 차원 분류의 중요성을 강조한다. 제안된 방법은 세 개의 wav2vec 2.0 모듈을 기반으로 확장된 네트워크(발화자 식별, 감정 분류, 감정 차원 네트워크)다. 이 네트워크는 Arcface 혹은 교차-엔트로피 손실함수를 사용하여 학습한다. 발화자 식별 네트워크는 입력 음성 파형을 발화자 특성으로 인코딩하기 위해 하나의 어텐션 블록을 사용한다. 감정 분류 네트워크 또한 wav2vec 2.0과 네 개의 어텐션 블록을 활용하여 같은 음성 파형을 감정 특징값으로 인코딩한다. 이 두 개의 특징값을 발화자 특성과 감정을 담은 특징값으로 융합한다. 감정 차원 기반 감정 분류 네트워크 또한 wav2vec 2.0 기반에 두 개의 어텐션 블록을 사용한다. 어텐션 블록에서 나온 벡터는 각각 정서가와 각성도를 나타내어 하나의 감정 특징값으로 융합한다. 감정 차원 기반 감정 분류 네트워크 또한 발화자 식별 네트워크와 결합하여 발화자와 감정 차원 기반 감정 특징값을 만든다. 발화자 특성과 감정 차원은 각각 음성 감정 인식의 성능을 올린다. 하지만 이 두 개의 특징을 함께 사용한다고 성능이 좋아지지는 않는다. Arcface 손실함수를 사용하여, 같은 클래스의 분산도를 줄이고 다른 클래스와의 경계가 분명해지는 것을 t-분포 확률적 임베딩 (t-SNE)을 통해 시각화하여 확인한다. 제안된 방법은 Interactive Emotional Dynamic Motion Capture (IEMOCAP) 데이터 셋에서 weighted accuracy (WA)가 72.14%, unweighted accuracy (UA)가 72.97%를 달성하며 이전 방법들보다 좋은 성능을 보인다. 이러한 실험 결과는 제안된 방법의 효과성과 음성 감정 인식을 활용한 사람과 컴퓨터 사이의 상호작용 능력을 향상할 수 있는 잠재력을 보였다.
다국어 초록 (Multilingual Abstract)
In human-machine interaction, speech emotion recognition (SER) plays a crucial role as machines respond to humans using paralanguage expressions. However, variations in speaker-specific properties, such as culture, language, gender, and personality, c...
In human-machine interaction, speech emotion recognition (SER) plays a crucial role as machines respond to humans using paralanguage expressions. However, variations in speaker-specific properties, such as culture, language, gender, and personality, can hinder the performance of standard representations in SER tasks. Additionally, emotions are not only classified into categories but also positioned within a continuous emotion dimensional space. This study highlights the significance of speaker-specific speech characteristics and the importance of emotion dimensional classification prior to final emotion classification, aiming to enhance the performance of SER models. The proposed approach consists of three wav2vec-based modules: a speaker-identification network, an emotion classification network, and an emotion dimensional network. These modules are trained using either Arcface or cross-entropy loss. The speaker-identification network employs a single attention block to encode an input audio waveform into a speaker-specific representation. The emotion classification network, utilizing a wav2vec 2.0-backbone and four attention blocks, encodes the same input audio waveform into an emotion representation. These representations are fused into a single vector that encapsulates both emotion and speaker-specific information. The emotion dimensional network, equipped with wav2vec 2.0 and two attention blocks, encodes valence and arousal separately, merging them later to form an emotion representation. Additionally, the emotion dimensional network, combined with speaker identification, generates speaker-dimensional specific emotion representations. Experimental results demonstrate that incorporating speaker-specific characteristics and emotion dimensional classification enhances SER performance. However, combining these two features did not exhibit significant improvement. Furthermore, incorporating an angular marginal loss, such as the Arcface loss, improves intra-class compactness and inter-class separability, as shown by t-distributed stochastic neighbor embeddings (t-SNE) plots. The proposed approach surpasses previous methods, achieving a weighted accuracy (WA) of 72.14% and an unweighted accuracy (UA) of 72.97% on the Interactive Emotional Dynamic Motion Capture (IEMOCAP) dataset. The experimental findings confirm the effectiveness of the proposed method and its potential to enhance human-machine interaction through more accurate emotion recognition in speech.
목차 (Table of Contents)