Implementation of AI Deep Learning Algorithm For Multi-Modal Sentiment Analysis

Jiazhen Wang
2023-11-19
Abstract:A multi-modal emotion recognition method was established by combining two-channel convolutional neural network with ring network. This method can extract emotional information effectively and improve learning efficiency. The words were vectorized with GloVe, and the word vector was input into the convolutional neural network. Combining attention mechanism and maximum pool converter BiSRU channel, the local deep emotion and pre-post sequential emotion semantics are obtained. Finally, multiple features are fused and input as the polarity of emotion, so as to achieve the emotion analysis of the target. Experiments show that the emotion analysis method based on feature fusion can effectively improve the recognition accuracy of emotion data set and reduce the learning time. The model has a certain generalization.
Artificial Intelligence
What problem does this paper attempt to address?
The paper aims to address the problem of emotion recognition in multimodal sentiment analysis. Specifically, the authors propose a method that combines a dual-channel Convolutional Neural Network (CNN) with a ring network structure to effectively extract emotional information and improve learning efficiency. By using GloVe to vectorize words and inputting them into the convolutional neural network, combined with an attention mechanism and a max-pooling bidirectional simple recurrent unit (BiSRU) channel, the method captures local deep emotional features and sequential emotional semantics. Finally, by integrating multiple features and using them as input for sentiment polarity, the method achieves sentiment analysis of the target. Experimental results show that the sentiment analysis method based on feature fusion can effectively improve the recognition accuracy of sentiment datasets, reduce learning time, and has a certain generalization ability. In short, the main problem addressed by the paper is how to improve the accuracy and efficiency of multimodal sentiment analysis through deep learning techniques.