Today social media became a communication line among people to share their happiness,sadness,and anger with their end-users.It is necessary to know people’s emotions are very important to identify depressed people fr...Today social media became a communication line among people to share their happiness,sadness,and anger with their end-users.It is necessary to know people’s emotions are very important to identify depressed people from their messages.Early depression detection helps to save people’s lives and other dangerous mental diseases.There are many intelligent algorithms for predicting depression with high accuracy,but they lack the definition of such cases.Several machine learning methods help to identify depressed people.But the accuracy of existing methods was not satisfactory.To overcome this issue,the deep learning method is used in the proposed method for depression detection.In this paper,a novel Deep Learning Multi-Aspect Depression Detection with Hierarchical Atten-tion Network(MDHAN)is used for classifying the depression data.Initially,the Twitter data was preprocessed by tokenization,punctuation mark removal,stop word removal,stemming,and lemmatization.The Adaptive Particle and grey Wolf optimization methods are used for feature selection.The MDHAN classifies the Twitter data and predicts the depressed and non-depressed users.Finally,the proposed method is compared with existing methods such as Convolutional Neur-al Network(CNN),Support Vector Machine(SVM),Minimum Description Length(MDL),and MDHAN.The suggested MDH-PWO architecture gains 99.86%accuracy,more significant than frequency-based deep learning models,with a lower false-positive rate.The experimental result shows that the proposed method achieves better accuracy,precision,recall,and F1-measure.It also mini-mizes the execution time.展开更多
Depression is a mental psychological disorder that may cause a physical disorder or lead to death.It is highly impactful on the socialeconomical life of a person;therefore,its effective and timely detection is needful...Depression is a mental psychological disorder that may cause a physical disorder or lead to death.It is highly impactful on the socialeconomical life of a person;therefore,its effective and timely detection is needful.Despite speech and gait,facial expressions have valuable clues to depression.This study proposes a depression detection system based on facial expression analysis.Facial features have been used for depression detection using Support Vector Machine(SVM)and Convolutional Neural Network(CNN).We extracted micro-expressions using Facial Action Coding System(FACS)as Action Units(AUs)correlated with the sad,disgust,and contempt features for depression detection.A CNN-based model is also proposed in this study to auto classify depressed subjects from images or videos in real-time.Experiments have been performed on the dataset obtained from Bahawal Victoria Hospital,Bahawalpur,Pakistan,as per the patient health questionnaire depression scale(PHQ-8);for inferring the mental condition of a patient.The experiments revealed 99.9%validation accuracy on the proposed CNN model,while extracted features obtained 100%accuracy on SVM.Moreover,the results proved the superiority of the reported approach over state-of-the-art methods.展开更多
Depression is increasingly prevalent among adolescents and can profoundly impact their lives.However,the early detection of depression is often hindered by the timeconsuming diagnostic process and the absence of objec...Depression is increasingly prevalent among adolescents and can profoundly impact their lives.However,the early detection of depression is often hindered by the timeconsuming diagnostic process and the absence of objective biomarkers.In this study,we propose a novel approach for depression detection based on an affective brain-computer interface(aBCI)and the resting-state electroencephalogram(EEG).By fusing EEG features associated with both emotional and resting states,our method captures comprehensive depression-related information.The final depression detection model,derived through decision fusion with multiple independent models,further enhances detection efficacy.Our experiments involved 40 adolescents with depression and 40 matched controls.The proposed model achieved an accuracy of 86.54%on cross-validation and 88.20%on the independent test set,demonstrating the efficiency of multi-modal fusion.In addition,further analysis revealed distinct brain activity patterns between the two groups across different modalities.These findings hold promise for new directions in depression detection and intervention.展开更多
Depression is a common mental health issue that affects a large percentage of people all around the world.Usually,people who suffer from this mood disorder have issues such as low concentration,dementia,mood swings,an...Depression is a common mental health issue that affects a large percentage of people all around the world.Usually,people who suffer from this mood disorder have issues such as low concentration,dementia,mood swings,and even suicide.A social media platform like Twitter allows people to communicate as well as share photos and videos that reflect their moods.Therefore,the analysis of social media content provides insight into individual moods,including depression.Several studies have been conducted on depression detection in English and less in Arabic.The detection of depression from Arabic social media lags behind due the complexity of Arabic language and the lack of resources and techniques available.In this study,we performed a depression analysis on Arabic social media content to understand the feelings of the users.A bidirectional long short-term memory(Bi-LSTM)with an attention mechanism is presented to learn important hidden features for depression detection successfully.The proposed deep learning model combines an attention mechanism with a Bi-LSTM to simultaneously focus on discriminative features and learn significant word weights that contribute highly to depression detection.In order to evaluate our model,we collected a Twitter dataset of approximately 6000 tweets.The data labelling was done by manually classifying tweets as depressed or not depressed.Experimental results showed that the proposed model outperformed state-of-the-art machine learning models in detecting depression.The attention-based BiLSTM model achieved 0.83%accuracy on the depression detection task.展开更多
Globally,depression is perceived as the most recurrent and risky disor-der among young people and adults under the age of 60.Depression has a strong influence on the usage of words which can be observed in the form of ...Globally,depression is perceived as the most recurrent and risky disor-der among young people and adults under the age of 60.Depression has a strong influence on the usage of words which can be observed in the form of written texts or stories posted on social media.With the help of Natural Language Proces-sing(NLP)and Machine Learning(ML)techniques,the depressive signs expressed by people can be identified at the earliest stage from their Social Media posts.The proposed work aims to introduce an efficacious depression detection model unifying an exemplary feature extraction scheme and a hybrid Long Short-Term Memory network(LSTM)model.The feature extraction process combines a novel feature selection method called Elite Term Score(ETS)and Word2Vec to extract the syntactic and semantic information respectively.First,the ETS method leverages the document level,class level,and corpus level prob-abilities for computing the weightage/score of the terms.Then,the ideal and per-tinent set of features with a high ETS score is selected,and the Word2vec model is trained to generate the intense feature vector representation for the set of selected terms.Finally,the resultant word vector obtained is called EliteVec,which is fed to the hybrid LSTM model based on Honey Badger optimizer with population reduction technique(PHB)which predicts whether the input textual content is depressive or not.The PHB algorithm is integrated to explore and exploit the opti-mal hyperparameters for strengthening the performance of the LSTM network.The comprehensive experiments are carried out with two different Twitter depres-sion corpus based on accuracy and Root Mean Square Error(RMSE)metrics.The results demonstrated that the proposed EliteVec+LSTM+PHB model outperforms the state-of-art models with 98.1%accuracy and 0.0559 RMSE.展开更多
Depression is one of the most common mental disorders,and rates of depression in individuals increase each year.Traditional diagnostic methods are primarily based on professional judgment,which is prone to individual ...Depression is one of the most common mental disorders,and rates of depression in individuals increase each year.Traditional diagnostic methods are primarily based on professional judgment,which is prone to individual bias.Therefore,it is crucial to design an effective and robust diagnostic method for automated depression detection.Current artificial intelligence approaches are limited in their abilities to extract features from long sentences.In addition,current models are not as robust with large input dimensions.To solve these concerns,a multimodal fusion model comprised of text,audio,and video for both depression detection and assessment tasks was developed.In the text modality,pre-trained sentence embedding was utilized to extract semantic representation along with Bidirectional long short-term memory(BiLSTM)to predict depression.This study also used Principal component analysis(PCA)to reduce the dimensionality of the input feature space and Support vector machine(SVM)to predict depression based on audio modality.In the video modality,Extreme gradient boosting(XGBoost)was employed to conduct both feature selection and depression detection.The final predictions were given by outputs of the different modalities with an ensemble voting algorithm.Experiments on the Distress analysis interview corpus wizard-of-Oz(DAIC-WOZ)dataset showed a great improvement of performance,with a weighted F1 score of 0.85,a Root mean square error(RMSE)of 5.57,and a Mean absolute error(MAE)of 4.48.Our proposed model outperforms the baseline in both depression detection and assessment tasks,and was shown to perform better than other existing state-of-the-art depression detection methods.展开更多
基金funded by Princess Nourah bint Abdulrahman University Researchers Supporting Project Number(PNURSP2022R300),Princess Nourah bint Abdulrahman University,Riyadh,Saudi Arabia.
文摘Today social media became a communication line among people to share their happiness,sadness,and anger with their end-users.It is necessary to know people’s emotions are very important to identify depressed people from their messages.Early depression detection helps to save people’s lives and other dangerous mental diseases.There are many intelligent algorithms for predicting depression with high accuracy,but they lack the definition of such cases.Several machine learning methods help to identify depressed people.But the accuracy of existing methods was not satisfactory.To overcome this issue,the deep learning method is used in the proposed method for depression detection.In this paper,a novel Deep Learning Multi-Aspect Depression Detection with Hierarchical Atten-tion Network(MDHAN)is used for classifying the depression data.Initially,the Twitter data was preprocessed by tokenization,punctuation mark removal,stop word removal,stemming,and lemmatization.The Adaptive Particle and grey Wolf optimization methods are used for feature selection.The MDHAN classifies the Twitter data and predicts the depressed and non-depressed users.Finally,the proposed method is compared with existing methods such as Convolutional Neur-al Network(CNN),Support Vector Machine(SVM),Minimum Description Length(MDL),and MDHAN.The suggested MDH-PWO architecture gains 99.86%accuracy,more significant than frequency-based deep learning models,with a lower false-positive rate.The experimental result shows that the proposed method achieves better accuracy,precision,recall,and F1-measure.It also mini-mizes the execution time.
文摘Depression is a mental psychological disorder that may cause a physical disorder or lead to death.It is highly impactful on the socialeconomical life of a person;therefore,its effective and timely detection is needful.Despite speech and gait,facial expressions have valuable clues to depression.This study proposes a depression detection system based on facial expression analysis.Facial features have been used for depression detection using Support Vector Machine(SVM)and Convolutional Neural Network(CNN).We extracted micro-expressions using Facial Action Coding System(FACS)as Action Units(AUs)correlated with the sad,disgust,and contempt features for depression detection.A CNN-based model is also proposed in this study to auto classify depressed subjects from images or videos in real-time.Experiments have been performed on the dataset obtained from Bahawal Victoria Hospital,Bahawalpur,Pakistan,as per the patient health questionnaire depression scale(PHQ-8);for inferring the mental condition of a patient.The experiments revealed 99.9%validation accuracy on the proposed CNN model,while extracted features obtained 100%accuracy on SVM.Moreover,the results proved the superiority of the reported approach over state-of-the-art methods.
基金supported by the STI 2030 Major Projects(2022ZD0211700)the Key R&D Program of Guangdong Province,China(2018B030339001)+2 种基金the Key Realm R&D Program of Guangzhou,China(202007030007)the National Natural Science Foundation of China(82371538)The authors gratefully acknowledge the approval granted by the Ethics Committee of the Affiliated Brain Hospital of Guangzhou Medical University for this study involving human participants,with the approval ID(2021)No.071.
文摘Depression is increasingly prevalent among adolescents and can profoundly impact their lives.However,the early detection of depression is often hindered by the timeconsuming diagnostic process and the absence of objective biomarkers.In this study,we propose a novel approach for depression detection based on an affective brain-computer interface(aBCI)and the resting-state electroencephalogram(EEG).By fusing EEG features associated with both emotional and resting states,our method captures comprehensive depression-related information.The final depression detection model,derived through decision fusion with multiple independent models,further enhances detection efficacy.Our experiments involved 40 adolescents with depression and 40 matched controls.The proposed model achieved an accuracy of 86.54%on cross-validation and 88.20%on the independent test set,demonstrating the efficiency of multi-modal fusion.In addition,further analysis revealed distinct brain activity patterns between the two groups across different modalities.These findings hold promise for new directions in depression detection and intervention.
文摘Depression is a common mental health issue that affects a large percentage of people all around the world.Usually,people who suffer from this mood disorder have issues such as low concentration,dementia,mood swings,and even suicide.A social media platform like Twitter allows people to communicate as well as share photos and videos that reflect their moods.Therefore,the analysis of social media content provides insight into individual moods,including depression.Several studies have been conducted on depression detection in English and less in Arabic.The detection of depression from Arabic social media lags behind due the complexity of Arabic language and the lack of resources and techniques available.In this study,we performed a depression analysis on Arabic social media content to understand the feelings of the users.A bidirectional long short-term memory(Bi-LSTM)with an attention mechanism is presented to learn important hidden features for depression detection successfully.The proposed deep learning model combines an attention mechanism with a Bi-LSTM to simultaneously focus on discriminative features and learn significant word weights that contribute highly to depression detection.In order to evaluate our model,we collected a Twitter dataset of approximately 6000 tweets.The data labelling was done by manually classifying tweets as depressed or not depressed.Experimental results showed that the proposed model outperformed state-of-the-art machine learning models in detecting depression.The attention-based BiLSTM model achieved 0.83%accuracy on the depression detection task.
文摘Globally,depression is perceived as the most recurrent and risky disor-der among young people and adults under the age of 60.Depression has a strong influence on the usage of words which can be observed in the form of written texts or stories posted on social media.With the help of Natural Language Proces-sing(NLP)and Machine Learning(ML)techniques,the depressive signs expressed by people can be identified at the earliest stage from their Social Media posts.The proposed work aims to introduce an efficacious depression detection model unifying an exemplary feature extraction scheme and a hybrid Long Short-Term Memory network(LSTM)model.The feature extraction process combines a novel feature selection method called Elite Term Score(ETS)and Word2Vec to extract the syntactic and semantic information respectively.First,the ETS method leverages the document level,class level,and corpus level prob-abilities for computing the weightage/score of the terms.Then,the ideal and per-tinent set of features with a high ETS score is selected,and the Word2vec model is trained to generate the intense feature vector representation for the set of selected terms.Finally,the resultant word vector obtained is called EliteVec,which is fed to the hybrid LSTM model based on Honey Badger optimizer with population reduction technique(PHB)which predicts whether the input textual content is depressive or not.The PHB algorithm is integrated to explore and exploit the opti-mal hyperparameters for strengthening the performance of the LSTM network.The comprehensive experiments are carried out with two different Twitter depres-sion corpus based on accuracy and Root Mean Square Error(RMSE)metrics.The results demonstrated that the proposed EliteVec+LSTM+PHB model outperforms the state-of-art models with 98.1%accuracy and 0.0559 RMSE.
基金Funding China Scholarship Council,201606280044,Wei Zhang.
文摘Depression is one of the most common mental disorders,and rates of depression in individuals increase each year.Traditional diagnostic methods are primarily based on professional judgment,which is prone to individual bias.Therefore,it is crucial to design an effective and robust diagnostic method for automated depression detection.Current artificial intelligence approaches are limited in their abilities to extract features from long sentences.In addition,current models are not as robust with large input dimensions.To solve these concerns,a multimodal fusion model comprised of text,audio,and video for both depression detection and assessment tasks was developed.In the text modality,pre-trained sentence embedding was utilized to extract semantic representation along with Bidirectional long short-term memory(BiLSTM)to predict depression.This study also used Principal component analysis(PCA)to reduce the dimensionality of the input feature space and Support vector machine(SVM)to predict depression based on audio modality.In the video modality,Extreme gradient boosting(XGBoost)was employed to conduct both feature selection and depression detection.The final predictions were given by outputs of the different modalities with an ensemble voting algorithm.Experiments on the Distress analysis interview corpus wizard-of-Oz(DAIC-WOZ)dataset showed a great improvement of performance,with a weighted F1 score of 0.85,a Root mean square error(RMSE)of 5.57,and a Mean absolute error(MAE)of 4.48.Our proposed model outperforms the baseline in both depression detection and assessment tasks,and was shown to perform better than other existing state-of-the-art depression detection methods.