scholarly journals Emotion Classification using 1D-CNN and RNN based On DEAP Dataset

2021 ◽  
Author(s):  
Farhad Zamani ◽  
Retno Wulansari

Recently, emotion recognition began to be implemented in the industry and human resource field. In the time we can perceive the emotional state of the employee, the employer could gain benefits from it as they could improve the quality of decision makings regarding their employee. Hence, this subject would become an embryo for emotion recognition tasks in the human resource field. In a fact, emotion recognition has become an important topic of research, especially one based on physiological signals, such as EEG. One of the reasons is due to the availability of EEG datasets that can be widely used by researchers. Moreover, the development of many machine learning methods has been significantly contributed to this research topic over time. Here, we investigated the classification method for emotion and propose two models to address this task, which are a hybrid of two deep learning architectures: One-Dimensional Convolutional Neural Network (CNN-1D) and Recurrent Neural Network (RNN). We implement Gated Recurrent Unit (GRU) and Long Short-Term Memory (LSTM) in the RNN architecture, that specifically designed to address the vanishing gradient problem which usually becomes an issue in the time-series dataset. We use this model to classify four emotional regions from the valence-arousal plane: High Valence High Arousal (HVHA), High Valence Low Arousal (HVLA), Low Valence High Arousal (LVHA), and Low Valence Low Arousal (LVLA). This experiment was implemented on the well-known DEAP dataset. Experimental results show that proposed methods achieve a training accuracy of 96.3% and 97.8% in the 1DCNN-GRU model and 1DCNN-LSTM model, respectively. Therefore, both models are quite robust to perform this emotion classification task.

2021 ◽  
Vol 15 ◽  
Author(s):  
Pengwei Zhang ◽  
Chongdan Min ◽  
Kangjia Zhang ◽  
Wen Xue ◽  
Jingxia Chen

Inspired by the neuroscience research results that the human brain can produce dynamic responses to different emotions, a new electroencephalogram (EEG)-based human emotion classification model was proposed, named R2G-ST-BiLSTM, which uses a hierarchical neural network model to learn more discriminative spatiotemporal EEG features from local to global brain regions. First, the bidirectional long- and short-term memory (BiLSTM) network is used to obtain the internal spatial relationship of EEG signals on different channels within and between regions of the brain. Considering the different effects of various cerebral regions on emotions, the regional attention mechanism is introduced in the R2G-ST-BiLSTM model to determine the weight of different brain regions, which could enhance or weaken the contribution of each brain area to emotion recognition. Then a hierarchical BiLSTM network is again used to learn the spatiotemporal EEG features from regional to global brain areas, which are then input into an emotion classifier. Especially, we introduce a domain discriminator to work together with the classifier to reduce the domain offset between the training and testing data. Finally, we make experiments on the EEG data of the DEAP and SEED datasets to test and compare the performance of the models. It is proven that our method achieves higher accuracy than those of the state-of-the-art methods. Our method provides a good way to develop affective brain–computer interface applications.


Author(s):  
B. Premjith ◽  
K. P. Soman

Morphological synthesis is one of the main components of Machine Translation (MT) frameworks, especially when any one or both of the source and target languages are morphologically rich. Morphological synthesis is the process of combining two words or two morphemes according to the Sandhi rules of the morphologically rich language. Malayalam and Tamil are two languages in India which are morphologically abundant as well as agglutinative. Morphological synthesis of a word in these two languages is challenging basically because of the following reasons: (1) Abundance in morphology; (2) Complex Sandhi rules; (3) The possibilty in Malayalam to form words by combining words that belong to different syntactic categories (for example, noun and verb); and (4) The construction of a sentence by combining multiple words. We formulated the task of the morphological generation of nouns and verbs of Malayalam and Tamil as a character-to-character sequence tagging problem. In this article, we used deep learning architectures like Recurrent Neural Network (RNN) , Long Short-Term Memory Networks (LSTM) , Gated Recurrent Unit (GRU) , and their stacked and bidirectional versions for the implementation of morphological synthesis at the character level. In addition to that, we investigated the performance of the combination of the aforementioned deep learning architectures and the Conditional Random Field (CRF) in the morphological synthesis of nouns and verbs in Malayalam and Tamil. We observed that the addition of CRF to the Bidirectional LSTM/GRU architecture achieved more than 99% accuracy in the morphological synthesis of Malayalam and Tamil nouns and verbs.


Author(s):  
Revathi A. ◽  
Sasikaladevi N.

This chapter on multi speaker independent emotion recognition encompasses the use of perceptual features with filters spaced in Equivalent rectangular bandwidth (ERB) and BARK scale and vector quantization (VQ) classifier for classifying groups and artificial neural network with back propagation algorithm for emotion classification in a group. Performance can be improved by using the large amount of data in a pertinent emotion to adequately train the system. With the limited set of data, this proposed system has provided consistently better accuracy for the perceptual feature with critical band analysis done in ERB scale.


Information ◽  
2020 ◽  
Vol 11 (3) ◽  
pp. 145 ◽  
Author(s):  
Zhenglong Xiang ◽  
Xialei Dong ◽  
Yuanxiang Li ◽  
Fei Yu ◽  
Xing Xu ◽  
...  

Most of the existing research papers study the emotion recognition of Minnan songs from the perspectives of music analysis theory and music appreciation. However, these investigations do not explore any possibility of carrying out an automatic emotion recognition of Minnan songs. In this paper, we propose a model that consists of four main modules to classify the emotion of Minnan songs by using the bimodal data—song lyrics and audio. In the proposed model, an attention-based Long Short-Term Memory (LSTM) neural network is applied to extract lyrical features, and a Convolutional Neural Network (CNN) is used to extract the audio features from the spectrum. Then, two kinds of extracted features are concatenated by multimodal compact bilinear pooling, and finally, the concatenated features are input to the classifying module to determine the song emotion. We designed three experiment groups to investigate the classifying performance of combinations of the four main parts, the comparisons of proposed model with the current approaches and the influence of a few key parameters on the performance of emotion recognition. The results show that the proposed model exhibits better performance over all other experimental groups. The accuracy, precision and recall of the proposed model exceed 0.80 in a combination of appropriate parameters.


Sensors ◽  
2020 ◽  
Vol 20 (9) ◽  
pp. 2458 ◽  
Author(s):  
Zhuozheng Wang ◽  
Yingjie Dong ◽  
Wei Liu ◽  
Zhuo Ma

The safety of an Internet Data Center (IDC) is directly determined by the reliability and stability of its chiller system. Thus, combined with deep learning technology, an innovative hybrid fault diagnosis approach (1D-CNN_GRU) based on the time-series sequences is proposed in this study for the chiller system using 1-Dimensional Convolutional Neural Network (1D-CNN) and Gated Recurrent Unit (GRU). Firstly, 1D-CNN is applied to automatically extract the local abstract features of the sensor sequence data. Secondly, GRU with long and short term memory characteristics is applied to capture the global features, as well as the dynamic information of the sequence. Moreover, batch normalization and dropout are introduced to accelerate network training and address the overfitting issue. The effectiveness and reliability of the proposed hybrid algorithm are assessed on the RP-1043 dataset; based on the experimental results, 1D-CNN_GRU displays the best performance compared with the other state-of-the-art algorithms. Further, the experimental results reveal that 1D-CNN_GRU has a superior identification rate for minor faults.


2020 ◽  
Vol 17 (8) ◽  
pp. 3421-3426
Author(s):  
D. Deva Hema ◽  
J. Tharun ◽  
G. Arun Dev ◽  
N. Sateesh

Our day-to-day activity is highly influenced by development of Internet. One of the rapid growing area in Internet is E-commerce. People are eager to buy products from online sites like Amazon, embay, Flipkart etc. Customers can write reviews about the products purchased online. The purchasing of good through online has been increasing exponentially since last few years. As there is no physical contact with goods before purchasing through online, people totally rely on reviews about the product before purchasing it. Hence review plays an important role in deciding the quality of the product. There are many customers who give online reviews about the product after using it. Hence the quality of the product is decided by the reviews of the customers. Thus, detection of fake reviews has become one of the important task. The proposed system will help in finding such fake reviews about the product, so that the fake reviews can be eliminated. Therefore, the purchasing of the products will be totally based on the genuine reviews. The proposed system uses Deep Recurrent Neural Network (DRNN) to predict the fake reviews and the performance of the proposed method has compared with Naïve Bayes Algorithm. The proposed model shows good accuracy and can handle huge amount of data over the existing system.


2020 ◽  
Author(s):  
Taweesak Emsawas ◽  
Tsukasa Kimura ◽  
Ken-ichi Fukui ◽  
Masayuki Numao

Abstract Brain-Computer Interface (BCI) is a communication tool between humans and systems using electroencephalography (EEG) to predict certain cognitive state aspects, such as attention or emotion. For brainwave recording, there are many types of acquisition devices created for different purposes. The wet system conducts the recording with electrode gel and can obtain high-quality brainwave signals, while the dry system expressly proposes the practical and ease of use. In this paper, we study a comparative study of wet and dry systems using two cognitive tasks: attention and music-emotion. The 3-back task is used as an assessment to measure attention and working memory in attention studies. Comparatively, the music-emotion experiments are used to predict the emotion according to the subject's questionnaires. Our analysis shows the similarities and differences between dry and wet electrodes by calculating the statistical values and frequency bands. Besides, we further study the relative characteristics by conducting the classification experiments. We proposed the end-to-end models of EEG classification, which are constructed by combining EEG-based feature extractors and classification networks. A deep convolution neural network (Deep ConvNet) and a shallow convolution neural network (Shallow ConvNet) were applied as the feature extractor of temporal and spatial filtering from raw EEG signals. The extracted feature is then forwardly conveyed to a long short-term memory ( LSTM ) to learn the dependencies of convolved features and classify attention states or emotional states. Additionally, transfer learning was utilized to improve the performance of the dry system by using transferred knowledge from the wet system. We applied the model not only on our dataset but also on the existing dataset to verify the model performance compared with the baseline techniques and the-state-of-the-art models. Using our proposed model, the result shows the significant differences between accuracy and chance level in attention classification (92.0%, S.D. 6.8%) and SEED dataset's emotion classification (75.3%, S.D. 9.3%).


2020 ◽  
Vol 8 (4) ◽  
pp. 249 ◽  
Author(s):  
Zhen Zhang ◽  
Xinliang Pan ◽  
Tao Jiang ◽  
Baikai Sui ◽  
Chenxi Liu ◽  
...  

The sea surface temperature (SST) is an important parameter of the energy balance on the Earth’s surface. SST prediction is crucial to marine production, marine protection, and climate prediction. However, the current SST prediction model still has low precision and poor stability. In this study, a medium and long-term SST prediction model is designed on the basis of the gated recurrent unit (GRU) neural network algorithm. This model captures the SST time regularity by using the GRU layer and outputs the predicted results through the fully connected layer. The Bohai Sea, which is characterized by a large annual temperature difference, is selected as the study area, and the SSTs on different time scales (monthly and quarterly) are used to verify the practicability and stability of the model. The results show that the designed SST prediction model can efficiently fit the results of the real sea surface temperature, and the correlation coefficient is above 0.98. Regardless of whether monthly or quarterly data are used, the proposed network model performs better than long short-term memory in terms of stability and accuracy when the length of the prediction increases. The root mean square error and mean absolute error of the predicted SST are mostly within 0–2.5 °C.


2021 ◽  
Author(s):  
Wanjiao Song ◽  
Wenfang Lu ◽  
Qing Dong

<p>El Niño is a large-scale ocean-atmospheric coupling phenomenon in the Pacific. The interaction among marine and atmospheric variables over the tropical Pacific modulate the evolution of El Niño. The latest research shows that machine learning and neural network (NN) have appeared as effective tools to achieve meaningful information from multiple marine and atmospheric parameters. In this paper, we aim to predict the El Niño index more accurately and increase the forecast efficiency of El Niño events. Here, we propose an approach combining a neural network technique with long short-term memory (LSTM) neural network to forecast El Niño phenomenon. The attributes of model are resulted from physical explanation which are tested with the experiments and observations. The neural network represents the connection among multiple variables and machine learning creates models to identify the El Niño events. The preliminary experimental results exhibit that training NN-LSTM model on network metrics time series dataset provides great potential for predicting El Niño phenomenon at lag times of up to more than 6 months.  </p>


Sign in / Sign up

Export Citation Format

Share Document