Search Results Heading

MBRLSearchResults

mbrl.module.common.modules.added.book.to.shelf
Title added to your shelf!
View what I already have on My Shelf.
Oops! Something went wrong.
Oops! Something went wrong.
While trying to add the title to your shelf something went wrong :( Kindly try again later!
Are you sure you want to remove the book from the shelf?
Oops! Something went wrong.
Oops! Something went wrong.
While trying to remove the title from your shelf something went wrong :( Kindly try again later!
    Done
    Filters
    Reset
  • Discipline
      Discipline
      Clear All
      Discipline
  • Is Peer Reviewed
      Is Peer Reviewed
      Clear All
      Is Peer Reviewed
  • Item Type
      Item Type
      Clear All
      Item Type
  • Subject
      Subject
      Clear All
      Subject
  • Year
      Year
      Clear All
      From:
      -
      To:
  • More Filters
44 result(s) for "Qiao, Lishan"
Sort by:
Estimating sparse functional brain networks with spatial constraints for MCI identification
Functional brain network (FBN), estimated with functional magnetic resonance imaging (fMRI), has become a potentially useful way of diagnosing neurological disorders in their early stages by comparing the connectivity patterns between different brain regions across subjects. However, this depends, to a great extent, on the quality of the estimated FBNs, indicating that FBN estimation is a key step for the subsequent task of disorder identification. In the past decades, researchers have developed many methods to estimate FBNs, including Pearson's correlation and (regularized) partial correlation, etc. Despite their widespread applications in current studies, most of the existing methods estimate FBNs only based on the dependency between the measured blood oxygen level dependent (BOLD) signals, which ignores spatial relationship of signals associated with different brain regions. Due to the space and material parsimony principle of our brain, we believe that the spatial distance between brain regions has an important influence on FBN topology. Therefore, in this paper, we assume that spatially neighboring brain regions tend to have stronger connections and/or share similar connections with others; based on this assumption, we propose two novel methods to estimate FBNs by incorporating the information of brain region distance into the estimation model. To validate the effectiveness of the proposed methods, we use the estimated FBNs to identify subjects with mild cognitive impairment (MCI) from normal controls (NCs). Experimental results show that the proposed methods are better than the baseline methods in the sense of MCI identification accuracy.
Epileptic seizure prediction using successive variational mode decomposition and transformers deep learning network
As one of the most common neurological disorders, epilepsy causes great physical and psychological damage to the patients. The long-term recurrent and unprovoked seizures make the prediction necessary. In this paper, a novel approach for epileptic seizure prediction based on successive variational mode decomposition (SVMD) and Transformers is proposed. SVMD is extended to multidimensional form for time-frequency analysis of multi-channel signals. It could adaptively extract common band-limited intrinsic modes among all channels on different time scales by solving a variational optimization problem. In the proposed seizure prediction method, data is firstly decomposed into multiple modes at different time scales by multivariate SVMD, and then irrelevant modes are removed for preprocessing. Finally, power spectrum of denoised data is input to a pre-trained Bidirectional Encoder Representations from Transformers (BERT) for prediction. The BERT could identify the mode information related to epileptic seizures in time-frequency domain. It shows fair prediction performance on an intracranial EEG dataset with the average sensitivity of 0.86 and FPR of 0.18/h.
An end-to-end seizure prediction approach using long short-term memory network
There are increasing epilepsy patients suffering from the pain of seizure onsets, and effective prediction of seizures could improve their quality of life. To obtain high sensitivity for epileptic seizure prediction, current studies generally need complex feature extraction operations, which heavily depends on the artificial experience (or domain knowledge) and is highly subjective. To address these issues, in this paper we propose an end-to-end epileptic seizure prediction approach based on the long short-term memory network (LSTM). In the new method, only the gamma band of raw electroencephalography (EEG) signals is extracted as network input directly for seizure prediction, thus avoiding subjective and expensive feature design process. Despite its simplicity, the proposed method achieves the mean sensitivity of 91.76% and false prediction rate (FPR) of 0.29/h on Children’s Hospital Boston-MIT (CHB-MIT) scalp EEG Database, respectively, when identifying the preictal stage from the EEG signals. Furthermore, different from traditional methods that only consider the classification of preictal and interictal EEG, we introduce the postictal stage as an extra class in the proposed method. As a result, the performance of seizure prediction is further improved, obtaining a higher sensitivity of 92.17% and a low FPR of 0.27/h. The mean warning time is 44.46 min, which suggests that sufficient time is reserved for patients to take intervention measures by this prediction method.
A survey on data augmentation for EEG-based emotion recognition and cognitive workload decoding
Electroencephalography (EEG) is extensively employed in emotion recognition and cognitive workload decoding. However, signal characteristics and inter-subject variability pose significant challenges for deep learning models, particularly due to data scarcity and limited generalization. Although data augmentation (DA) is a critical approach to addressing data scarcity, a notable paucity of systematic reviews exists within deep learning frameworks focused exclusively on these two tasks. Through a systematic review of relevant literature, we summarize commonly used public EEG datasets, input representations, and deep learning classifiers. Subsequently, we focus on analyzing the specific applications and effectiveness of seven categories of DA methods in emotion recognition and cognitive workload decoding. The investigation identifies current challenges in this field, explores future research directions, and provides valuable references for researchers seeking to select and apply DA techniques to enhance model performance.
Adaptive Multimodal Neuroimage Integration for Major Depression Disorder Detection
Major depressive disorder (MDD) is one of the most common mental health disorders that can affect sleep, mood, appetite and behavior of people. Multimodal neuroimaging data, such as functional and structural magnetic resonance imaging (MRI) scans, have been widely used in computer-aided detection of MDD. However, previous studies usually treat these two modalities separately, without considering their potentially complementary information. Even though a few studies propose integrating these two modalities, they usually suffer from significant inter-modality data heterogeneity. In this paper, we propose an adaptive multimodal neuroimage integration (AMNI) framework for automated MDD detection based on functional and structural MRIs. The AMNI framework consists of four major components: (1) a graph convolutional network to learn feature representations of functional connectivity networks derived from functional MRIs, (2) a convolutional neural network to learn features of T1-weighted structural MRIs, (3) a feature adaptation module to alleviate inter-modality difference, and (4) a feature fusion module to integrate feature representations extracted from two modalities for classification. To the best of our knowledge, this is among the first attempts to adaptively integrate functional and structural MRIs for neuroimaging-based MDD analysis by explicitly alleviating inter-modality heterogeneity. Extensive evaluations are performed on 533 subjects with resting-state functional MRI and T1-weighted MRI, with results suggesting the efficacy of the proposed method.
Multi-Scale Graph Representation Learning for Autism Identification With Functional MRI
Resting-state functional magnetic resonance imaging (rs-fMRI) has been widely used for early diagnosis of autism spectrum disorder (ASD). With rs-fMRI, the functional connectivity networks (FCNs) is usually constructed for representing each subject, with each element representing the pairwise relationship between brain region-of-interests (ROIs). Previous studies often first extract handcrafted network features (such as node degree and clustering coefficient) from FCNs and then construct a prediction model for ASD diagnosis, which largely requires expert knowledge. Graph convolutional networks (GCNs) have recently been employed to jointly perform FCN feature extraction and ASD identification in a data-driven manner. However, existing studies tend to focus on single-scale topology of FC networks by using one single atlas for ROI partition, thus ignoring potential complementary topology information of FC networks at different spatial scales. In this paper, we develop a multi-scale graph representation learning (MGRL) framework for rs-fMRI based ASD diagnosis. The MGRL consists of three major components: 1) multi-scale FC network construction using multiple brain atlases for ROI partition, 2) FC network representation learning via multi-scale GCNs, and 3) multi-scale feature fusion and classification for ASD diagnosis. The proposed MGRL is evaluated on 184 subjects from the public ABIDEI database with rs-fMRI scans. Experimental results suggest the efficacy of our MGRL in FC network feature extraction and ASD identification, compared with several state-of-the-art methods.
Remodeling Pearson's Correlation for Functional Brain Network Estimation and Autism Spectrum Disorder Identification
Functional brain network (FBN) has been becoming an increasingly important way to model the statistical dependence among neural time courses of brain, and provides effective imaging biomarkers for diagnosis of some neurological or psychological disorders. Currently, Pearson's Correlation (PC) is the simplest and most widely-used method in constructing FBNs. Despite its advantages in statistical meaning and calculated performance, the PC tends to result in a FBN with dense connections. Therefore, in practice, the PC-based FBN needs to be sparsified by removing weak (potential noisy) connections. However, such a scheme depends on a hard-threshold without enough flexibility. Different from this traditional strategy, in this paper, we propose a new approach for estimating FBNs by remodeling PC as an optimization problem, which provides a way to incorporate biological/physical priors into the FBNs. In particular, we introduce an L -norm regularizer into the optimization model for obtaining a sparse solution. Compared with the hard-threshold scheme, the proposed framework gives an elegant mathematical formulation for sparsifying PC-based networks. More importantly, it provides a platform to encode other biological/physical priors into the PC-based FBNs. To further illustrate the flexibility of the proposed method, we extend the model to a weighted counterpart for learning both sparse and scale-free networks, and then conduct experiments to identify autism spectrum disorders (ASD) from normal controls (NC) based on the constructed FBNs. Consequently, we achieved an 81.52% classification accuracy which outperforms the baseline and state-of-the-art methods.
Modularity-Guided Functional Brain Network Analysis for Early-Stage Dementia Identification
Function brain network (FBN) analysis has shown great potential in identifying brain diseases, such as Alzheimer's disease (AD) and its prodromal stage, namely mild cognitive impairment (MCI). It is essential to identify discriminative and interpretable features from function brain networks, so as to improve classification performance and help us understand the pathological mechanism of AD-related brain disorders. Previous studies usually extract node statistics or edge weights from FBNs to represent each subject. However, these methods generally ignore the topological structure (such as modularity) of FBNs. To address this issue, we propose a modular-LASSO feature selection (MLFS) framework that can explicitly model the modularity information to identify discriminative and interpretable features from FBNs for automated AD/MCI classification. Specifically, the proposed MLFS method first searches the modular structure of FBNs through a signed spectral clustering algorithm, and then selects discriminative features via a modularity-induced group LASSO method, followed by a support vector machine (SVM) for classification. To evaluate the effectiveness of the proposed method, extensive experiments are performed on 563 resting-state functional MRI scans from the public ADNI database to identify subjects with AD/MCI from normal controls and predict the future progress of MCI subjects. Experimental results demonstrate that our method is superior to previous methods in both tasks of AD/MCI identification and MCI conversion prediction, and also helps discover discriminative brain regions and functional connectivities associated with AD.
Correction: Estimating sparse functional brain networks with spatial constraints for MCI identification
[This corrects the article DOI: 10.1371/journal.pone.0235039.].[This corrects the article DOI: 10.1371/journal.pone.0235039.].
Brain Function Network: Higher Order vs. More Discrimination
Brain functional network (BFN) has become an increasingly important tool to explore individual differences and identify neurological/mental diseases. For estimating a “good” BFN (with more discriminative information for example), researchers have developed various methods, in which the most popular and simplest is Pearson's correlation (PC). Despite its empirical effectiveness, PC only encodes the low-order (second-order) statistics between brain regions. To model high-order statistics, researchers recently proposed to estimate BFN by conducting two sequential PCs (denoted as PC 2 in this paper), and found that PC 2 -based BFN can provide additional information for group difference analysis. This inspires us to think about (1) what will happen if continuing the correlation operation to construct much higher-order BFN by PC n ( n >2), and (2) whether the higher-order correlation will result in stronger discriminative ability. To answer these questions, we use PC n -based BFNs to predict individual differences (Female vs. Male) as well as identify subjects with mild cognitive impairment (MCI) from healthy controls (HCs). Through experiments, we have the following findings: (1) with the increase of n, the discriminative ability of PC n -based BFNs tends to decrease; (2) fusing the PC n -based BFNs ( n >1) with the PC 1 -based BFN can generally improve the sensitivity for MCI identification, but fail to help the classification accuracy. In addition, we empirically find that the sequence of BFN adjacency matrices estimated by PC n ( n = 1,2,3,⋯ ) will converge to a binary matrix with elements of ± 1.