I. Introduction
Efforts to merge neuroinformatics with artificial intelligence have increased in tandem with the development of AI [1]. Neuroscience is the study of the nervous system from a scientific perspective [2]. It is an interdisciplinary field that integrates computer science in order to comprehend the fundamental and emergent aspects of neurosystems. Due to ongoing efforts to integrate neuroscience and AI, data collecting techniques such as classical data mining in neuroinformatics are now essential for analyzing neuroscience data in business analytics. NSM, also known as neuroscience mining, is a multidisciplinary field that bridges the gap between computational neuroscience and corporate analytics [3]. Notwithstanding, the creative potentials of NSM have never been investigated. Moreover, in order to distinguish themselves from rivals, modern businesses are eager to develop their Business Problem Solving Creativity (BPSC).
BPSC is a special form of imagination. As opposed to conventional creativity, BPSC enables us to handle the issues inherent to business operations. Due to the fact that creativity is an intangible cognitive resource that is difficult to imitate, assessing it has long been viewed as a highly unstructured decision-making activity [4].
In this context, in order to contribute to the NSM and creativity investigations, we present a unique mechanism for integrating deep learning models and attention mechanisms with the objective of more accurately predicting BPSC. Therefore, we utilize the collected fNIRS (funtional near-infrared spectroscopy) experiment dataset to predict the BPSC [5]. This study is, to the best of our knowledge, a pioneering effort to predict the BPSC within the setting of the NSM.
Our proposed mechanism is theoretically novel in that it exploits the robustness of deep learning models to extract a set of critical features from a large number of neuroscience experiment datasets and then assigns attention weights to a handful of relatively more important features in order to improve performance [6]. The fundamental function of the attention mechanisms utilized in our proposed NSM approach is to improve BPSC prediction. Consequently, our proposed research question can be summarized as follow:
RQ: The new incorporation of deep learning models and attention mechanisms can enhance the performance of NSM for BPSC prediction tasks?
The BPSC dataset was garnered from the neuroscience experiments conducted in fNIRS. Estimating cortical hemodynamic activity in response to neural activity, fNIRS measures brain activity. Convolutional Neural Networks (CNN) and Bidirectional Long-Short-Term Memory (BiLSTM) are among the deep learning models utilized to answer the aforementioned RQ.
II. Previous Studies
1. Neuroscience Mining with AI
Conventional neuroscience approaches like Generalized Linear Model(GLM) and Analysis Of Variance(ANOVA) were unable to cover complex patterns included in the data. As GLM has a limitation provoked by loss of data, temporal complexity was lost during it’s own process. On the other hand, NSM allows us to preserve temporal complexity during process. In this regard, NSM is a critical method to be adopted specifically in measuring cognitive methods to be adopted in the business analytics area. Along with the increasing number of insights emerge from integrating neuroinformatics and business analytics, importance of NSM has highly increased in recent days.
NSM is a technique for acquiring data in the field of neuroinformatics. According to the current state of artificial intelligence, Hadeel et al. (2018) conducted a data mining study on Clustering functional magnetic resonance imaging (fMRI) data with a robust unsupervised learning algorithm for neuroscience. Clustering techniques have been used to estimate brain activity in fMRI research [13]. In this regard, the authors implemented a Robust Growing Neural Gas (RGNG) algorithm and compared it to a Growing Neural Gas (GNG) algorithm that had never been used in a medical application before. The proposed algorithm could be used to define the center positions of an output cluster corresponding to the minimal MDL value.
Table 1. Recent Studies Applying AI with Neuroscience
According to recent trends, deep learning outperformed other machine learning methods in terms of extracting features from raw input data and providing superior classification results. Dharmendra et al. (2021) conducted a review on how to classify neuroscience problems using a deep learning framework [14]. The authors used deep learning methods including CNN and LSTM to classify EEG signals with a focus on epilepsy, sleep stage disorders, and mental stage disorders.
The research findings indicate that deep learning methods are a promising option for future researchers conducting classification research on a variety of neuroscience samples, including EEG signals.
Asjid and Jawad (2019) used DNN (deep neural networks) and CNN to improve drowsiness detection using fNIRS data [15]. The drowsy and alert states were classified using DNN. CNN was used to train and test the models on color map images to determine the best channels for detecting brain activity. In the experiment, the CNN architecture model achieved an average accuracy of 99.3 percent.
2. Business Problem Solving Creativity (BPSC)
In contrast to ordinary creativity, business problem solving creativity (BPSC) is constrained by conditions that must be met in real-world situations. To begin, it must be applicable to real-world situations. Unlike conventional creativity, which focuses exclusively on originality and imagination, BPSC is required to provide appropriate and creative alternatives while taking into account the organization's environment. In this regard, BPSC exemplifies practical creativity by taking into account the context of their own organization in order to generate competitive advantage. According to BPSC's characteristic of requiring creative competitive advantage, it must be creative enough to enable subjects to defeat their competitors and provide an appropriate solution to the problems of organization is facing with [16].
Fig. 1. The Architecture of the Proposed NSM Method
Fig. 2. (a) fNIRS device source detector; (b) 30mm sensor; (c)30mm sensors with prefrontal brodmann area
III. Dataset
1. fNIRS Data
Data used in the experiment was obtained by using Functional Near Infrared Spectroscopy (fNIRS). fNIRS measures brain activity by estimating cortical hemodynamic activity in response to neural activity. Along with EEG, fNIRS is one of the most frequently used non-invasive neuroimaging techniques in portable settings. The fNIRS has been shown to accurately reflect mental workload during various tasks [5], also it could be considered an effective method for assessing participants' creativity in a variety of situations. As seen in the Figure. 1, the fNIRS raw data consisted of neuroimages showing brain activity, including oxygen saturation, of the frontal lobe of the cerebrum. From the data of 27 subjects, this study predicts the subject's BPSC by analyzing 68 channels (30mm) and 152,945 measurements (see. figure 2). We trained and tested by 10-cross-validation with the implemented dataset. OBELAB's NIRSIT transcriptional measurement equipment was being used to measure each participants' fNIRS.
2. BPSC Extraction
As a target variable, the BPSC was calculated as follows. Each participant was given a scenario containing a business problem, and they were tasked with creating a cognitive map of the scenario. Experts converted each participant's cognitive map into a score out of 10, leading to the BPSC score. Then, for the sake of computational clarity, the BPSC score was grouped by quartile. Consequently, the BPSC is used as a target variable, which is comprised of four classes based on the quartile of the BPSC score such as very high, high, low and very low.
IV. Methodology
1. Deep learning in neuroscience
Convolutional Neural Network (CNN) is a class of Artificial Neural Network (ANN) in deep learning. It is used mainly for image and video recognition, image classification/segmentation, natural language processing. CNN is regularized version of multilayer perceptrons. As it is the multilayer perceptrons, each neuron in one layer is connected to all neurons in the next layer. BiLSTM (Bidirectional long-short term memory) is the process of making neural network with including the sequence information in both directions backwards (future to past) or forward (past to future). BiLSTM is used primarily on natural language processing. Both CNN and BiLSTM are robust and effective method to be adopted in neuroscience study [17,18].
Fig. 3. Implemented Attention Mechanism
2. Attention Mechanism
Our proposed NSM method is based on the integration of CNN, BiLSTM, and an attention network. The attention mechanism is a method for simulating a human's cognitive attention in an artificial neural network. It enables prediction methods to place greater emphasis on a small but significant subset of input data. For this purpose, the attention mechanism uses gradient descent to train a model to determine which subset of data contains more vital information than others, based on the context. Figure 3 depicts the architecture of the implemented attention mechanism.
3. The Proposed NSM Method
Although conventional deep learning models have achieved many state-of-art results in prediction tasks, they will be able to make better prediction by adopting attention mechanism. The architecture of the proposed NSM method is shown in Fig. 1. After putting fNIRS data consists of 48 channels, the input data flows into each feature extraction layers. After obtaining the output data from feature extraction layers, we add an attention network layer to calculate global weights. After the implemented attention mechanism calculation, DNN with 6 layers makes prediction to classify four classes of BPSC such as very high, high, low and very low.
V. Results and Concluding Remarks
In comparison to other benchmarking methods, our proposed NSM method yields more robust and significantly improved performance, as summarized in Table 2.
As shown in the Table 2, the proposed NSM Method which is based on the integration of CNN, BiLSTM, and attention network made better performance than other implemented methods. In the overall accuracy score, the proposed NSM method shows better accuracy score in every validation sets. Furthermore, average performances of the proposed NSM Method are higher than CNN (increment: 4.43; 4.02; 4.40; 4.68), and BiLSTM (increment: 14.95; 12.65; 14.86; 15.61)
Table 2. BPSC predicting performance
1) Validation : Number of 10-K-Fold Cross validation
2) Acc : Accuracy (%)
3) Pre : Precision (%)
4) Rec : Recall (%)
5) F1 : F1 score (%)
To begin, by incorporating an attention network into CNN and BiLSTM, the RQ was clearly addressed, and the performance of predicting BPSC based on the fNIRS experiment dataset was significantly improved.
Second, our proposed NSM's improved performance was robust even when compared to benchmarking methods such as CNN and BiLSTM.
Third, the findings suggest that incorporating an attention mechanism into multiple deep learning models may help to improve NSM results.
In summary, based on the empirical findings in Table 2, we can conclude that the proposed NSM method, in which the attention network is added to multiple deep learning models such as CNN and BiLSTM, has the potential to improve BPSC predictive accuracy when using the fNIRS dataset. The followings are possible future research topics:
Firstly, our findings are currently limited to fNIRS data from a relatively small number of subjects (less than 30).
Second, beyond fNIRS, the proposed NSM method should be applied to more diverse neuroscience methods such as EEG, ECG, Eye-tracking, and fMRI, among others.
Third, the proposed NSM method can be generalized to include more advanced deep learning models such as RNN, XGBoost, snapshot ensembles, fast geometric ensembles, and HAN (hierarchical attention network), among others.
ACKNOWLEDGEMENT
This work was supported by the National Research Foundation of Korea (NRF) grant funded by the Korea government (MSIT) (No. 2020R1F1A1074808).
참고문헌
- H. Akil, M. E. Martone, and D. C. Van Essen, "Challenges and Opportunities in Mining Neuroscience Data", Science, 11;331(6018): pp. 708-12, Feb. 2011, DOI : 10.1126/science.1199305
- D. Bassett, O. Sporns, "Network neuroscience", Nat Neurosci, 20, pp. 353-364, 2017. DOI : 10.1038/nn.4502
- M. Ramirez, S. Kaheh, and K. George, "Neuromarketing Study Using Machine Learning for Predicting PurchaseDecision," 2021 IEEE 12th Annual Ubiquitous Computing, Electronics, and Mobile Communication Conference, New York, USA, 1-4 Dec. 2021. DOI : 10.1109/UEMCON53757.2021.9666539
- R. Mehta, and M. Zhu. "Creating when you have less: The impact of resource scarcity on product use creativity," Journal of Consumer Research, 42(5), pp. 767-782. 2016. DOI : 10.1093/jcr/ucv051
- J. K. Ryu, and K. C. Lee. "Neuroscience-based Exploratory Approach to Measuring the Business Problem-solving Creativity from the Perspective of SIAM(Search for Ideas Associative Memory) Model: Emphasis on fNIRS(functional near-infrared spectroscopy) Method," Korean Management Review, 47(5), pp. 1111-1137, 2018. DOI : 10.17287/kmr.2018.47.5.1111
- M. Song, H. Park, and K. Shin, "Attention-based long short-term memory network using sentiment lexicon embedding for aspect-level sentiment analysis in Korean," Inf. Process. Manag. 56, pp. 637-653, 2019. DOI : 10.1016/j.ipm.2018.12.005
- H. Jianfeng. "Automated Detection of Driver Fatigue Based on AdaBoost Classifier with EEG Signals," Frontiers in Computational Neuroscience, 11, 2017. DOI : 10.3389/fncom.2017.00072
- W. Zhen, W. Chao, W. Xiaoyi, S. Akara, W. Pan, and G. Yike. "Using Support Vector Machine on EEG for Advertisement Impact Assessment," Frontiers in Computational Neuroscience, 12, 2018. DOI : 10.3389/fnins.2018.00076
- H. Raipal, M. Sas, C. Lockwood, R. Joakim, N. S. Peters, and M. Falkenberg, "Interpretable XGBoost Based Classification of 12-lead ECGs Applying Information Theory Measures From Neuroscience," 2020 Computing in Cardiology, 2020, pp. 1-4, DOI: 10.22489/CinC.2020.185.
- J.L.M. Kumar, M. Rashid, R.M. Musa, M.A.M. Razman, N. Sulaiman, R. Jailani, and A.P.A. Majeed. "The Classification of Eeg-Based Winking Signals: A Transfer Learning and Random Forest Pipeline," PeerJ 2021. DOI: 10.7717/peerj.11182
- X. Li, Y. Li, X. Wang, H. Bai, W. Deng, N. Cai, and W. Hu. "Neural Mechanisms Underlying the Influence of Retrieval Ability on Creating and Recalling Creative Ideas," Neuropsychologia, 2022. DOI : 10.1109/ISCON52037.2021.9702485
- M. Ramirez, S. Kaheh, M. A. Khalil, and K. George, "Application of Convolutional Neural Network for Classification of Consumer Preference from Hybrid EEG and FNIRS Signals," 2022 IEEE 12th Annual Computing and Communication Workshop and Conference (CCWC), pp. 1024-1028, 2022. DOI: 10.1109/CCWC54503.2022.9720831
- H. K. Aljobouri, H. A. Jaber, O. M. Kocak, O. Algin, and I. Cankaya, "Clustering fMRI data with a robust unsupervised learning algorithm for neuroscience data mining," Journal of Neuroscience Methods, Vol. 299, pp. 45-54, Apr. 2018. DOI : 10.1016/j.jneumeth.2018.02.007
- D. Pathak, and Y. Li, "Neural mechanisms underlying the influence of retrieval ability on creating and recalling creative ideas," IEEE, pp. 436-439, 2021 5th International Conference on Information Systems and Computer Networks (ISCON), Oct. 2021. DOI : 10.1109/ISCON52037.2021.9702485
- M. A. Tanveer, and M. J. Khan. "Enhanced Drowsiness Detection Using Deep Learning: An fNIRS Study," IEEE, Vol. 7, pp. 137920-137929. Sep. 2019. DOI : 10.1109/ACCESS.2019.2942838
- D. Y. Choi, and K. C. Lee. "Neuroscience Analysis Approach to Investigating the Effect of Positive and Negative Emotion on Decision-Maker's Business Problem-Solving Creativity under Uncertainty," Korean Management Review, 45(4), pp. 1147-1172. 2016. DOI : 10.1093/jcr/ucv051
- N. Vogt, "Machine learning in neuroscience," Nat Methods, 15(33), 2018. DOI : 10.1038/nmeth.4549
- J. L. Wu, Y. He, L. C. Yu, and K. R. Lai, "Identifying Emotion Labels From Psychiatric Social Texts Using a Bi-Directional LSTM-CNN Model," IEEE, Vol. 8, pp. 66638-66646, 2020. DOI: 10.1109/ACCESS.2020.2985228.