Patients with mild traumatic brain injury have a diverse clinical presentation,and the underlying pathophysiology remains poorly understood.Magnetic resonance imaging is a non-invasive technique that has been widely u...Patients with mild traumatic brain injury have a diverse clinical presentation,and the underlying pathophysiology remains poorly understood.Magnetic resonance imaging is a non-invasive technique that has been widely utilized to investigate neuro biological markers after mild traumatic brain injury.This approach has emerged as a promising tool for investigating the pathogenesis of mild traumatic brain injury.G raph theory is a quantitative method of analyzing complex networks that has been widely used to study changes in brain structure and function.However,most previous mild traumatic brain injury studies using graph theory have focused on specific populations,with limited exploration of simultaneous abnormalities in structural and functional connectivity.Given that mild traumatic brain injury is the most common type of traumatic brain injury encounte red in clinical practice,further investigation of the patient characteristics and evolution of structural and functional connectivity is critical.In the present study,we explored whether abnormal structural and functional connectivity in the acute phase could serve as indicators of longitudinal changes in imaging data and cognitive function in patients with mild traumatic brain injury.In this longitudinal study,we enrolled 46 patients with mild traumatic brain injury who were assessed within 2 wee ks of injury,as well as 36 healthy controls.Resting-state functional magnetic resonance imaging and diffusion-weighted imaging data were acquired for graph theoretical network analysis.In the acute phase,patients with mild traumatic brain injury demonstrated reduced structural connectivity in the dorsal attention network.More than 3 months of followup data revealed signs of recovery in structural and functional connectivity,as well as cognitive function,in 22 out of the 46 patients.Furthermore,better cognitive function was associated with more efficient networks.Finally,our data indicated that small-worldness in the acute stage could serve as a predictor of longitudinal changes in connectivity in patients with mild traumatic brain injury.These findings highlight the importance of integrating structural and functional connectivity in unde rstanding the occurrence and evolution of mild traumatic brain injury.Additionally,exploratory analysis based on subnetworks could serve a predictive function in the prognosis of patients with mild traumatic brain injury.展开更多
Distinct brain remodeling has been found after different nerve reconstruction strategies,including motor representation of the affected limb.However,differences among reconstruction strategies at the brain network lev...Distinct brain remodeling has been found after different nerve reconstruction strategies,including motor representation of the affected limb.However,differences among reconstruction strategies at the brain network level have not been elucidated.This study aimed to explore intranetwork changes related to altered peripheral neural pathways after different nerve reconstruction surgeries,including nerve repair,endto-end nerve transfer,and end-to-side nerve transfer.Sprague–Dawley rats underwent complete left brachial plexus transection and were divided into four equal groups of eight:no nerve repair,grafted nerve repair,phrenic nerve end-to-end transfer,and end-to-side transfer with a graft sutured to the anterior upper trunk.Resting-state brain functional magnetic resonance imaging was obtained 7 months after surgery.The independent component analysis algorithm was utilized to identify group-level network components of interest and extract resting-state functional connectivity values of each voxel within the component.Alterations in intra-network resting-state functional connectivity were compared among the groups.Target muscle reinnervation was assessed by behavioral observation(elbow flexion)and electromyography.The results showed that alterations in the sensorimotor and interoception networks were mostly related to changes in the peripheral neural pathway.Nerve repair was related to enhanced connectivity within the sensorimotor network,while end-to-side nerve transfer might be more beneficial for restoring control over the affected limb by the original motor representation.The thalamic-cortical pathway was enhanced within the interoception network after nerve repair and end-to-end nerve transfer.Brain areas related to cognition and emotion were enhanced after end-to-side nerve transfer.Our study revealed important brain networks related to different nerve reconstructions.These networks may be potential targets for enhancing motor recovery.展开更多
Brain functional networks model the brain's ability to exchange information across different regions,aiding in the understanding of the cognitive process of human visual attention during target searching,thereby c...Brain functional networks model the brain's ability to exchange information across different regions,aiding in the understanding of the cognitive process of human visual attention during target searching,thereby contributing to the advancement of camouflage evaluation.In this study,images with various camouflage effects were presented to observers to generate electroencephalography(EEG)signals,which were then used to construct a brain functional network.The topological parameters of the network were subsequently extracted and input into a machine learning model for training.The results indicate that most of the classifiers achieved accuracy rates exceeding 70%.Specifically,the Logistic algorithm achieved an accuracy of 81.67%.Therefore,it is possible to predict target camouflage effectiveness with high accuracy without the need to calculate discovery probability.The proposed method fully considers the aspects of human visual and cognitive processes,overcomes the subjectivity of human interpretation,and achieves stable and reliable accuracy.展开更多
Background: The mechanisms by which acupuncture affects poststroke cognitive impairment (PSCI) remain unclear. Objective: To investigate brain functional network (BFN) changes in patients with PSCI after acupuncture t...Background: The mechanisms by which acupuncture affects poststroke cognitive impairment (PSCI) remain unclear. Objective: To investigate brain functional network (BFN) changes in patients with PSCI after acupuncture therapy. Methods: Twenty-two PSCI patients who underwent acupuncture therapy in our hospital were enrolled as research subjects. Another 14 people matched for age, sex, and education level were included in the normal control (HC) group. All the subjects underwent resting-state functional magnetic resonance imaging (rs-fMRI) scans;the PSCI patients underwent one scan before acupuncture therapy and another after. The network metric difference between PSCI patients and HCs was analyzed via the independent-sample t test, whereas the paired-sample t test was employed to analyze the network metric changes in PSCI patients before vs. after treatment. Results: Small-world network attributes were observed in both groups for sparsities between 0.1 and 0.28. Compared with the HC group, the PSCI group presented significantly lower values for the global topological properties (γ, Cp, and Eloc) of the brain;significantly greater values for the nodal attributes of betweenness centrality in the CUN. L and the HES. R, degree centrality in the SFGdor. L, PCG. L, IPL. L, and HES. R, and nodal local efficiency in the ORBsup. R, ORBsupmed. R, DCG. L, SMG. R, and TPOsup. L;and decreased degree centrality in the MFG. R, IFGoperc. R, and SOG. R. After treatment, PSCI patients presented increased degree centrality in the LING.L, LING.R, and IOG. L and nodal local efficiency in PHG. L, IOG. R, FFG. L, and the HES. L, and decreased betweenness centrality in the PCG. L and CUN. L, degree centrality in the ORBsupmed. R, and nodal local efficiency in ANG. R. Conclusion: Cognitive decline in PSCI patients may be related to BFN disorders;acupuncture therapy may modulate the topological properties of the BFNs of PSCI patients.展开更多
In the contemporary era, the proliferation of information technology has led to an unprecedented surge in data generation, with this data being dispersed across a multitude of mobile devices. Facing these situations a...In the contemporary era, the proliferation of information technology has led to an unprecedented surge in data generation, with this data being dispersed across a multitude of mobile devices. Facing these situations and the training of deep learning model that needs great computing power support, the distributed algorithm that can carry out multi-party joint modeling has attracted everyone’s attention. The distributed training mode relieves the huge pressure of centralized model on computer computing power and communication. However, most distributed algorithms currently work in a master-slave mode, often including a central server for coordination, which to some extent will cause communication pressure, data leakage, privacy violations and other issues. To solve these problems, a decentralized fully distributed algorithm based on deep random weight neural network is proposed. The algorithm decomposes the original objective function into several sub-problems under consistency constraints, combines the decentralized average consensus (DAC) and alternating direction method of multipliers (ADMM), and achieves the goal of joint modeling and training through local calculation and communication of each node. Finally, we compare the proposed decentralized algorithm with several centralized deep neural networks with random weights, and experimental results demonstrate the effectiveness of the proposed algorithm.展开更多
Non-invasive cerebral neuromodulation technologies are essential for the reorganization of cerebral neural networks,which have been widely applied in the field of central neurological diseases,such as stroke,Parkinson...Non-invasive cerebral neuromodulation technologies are essential for the reorganization of cerebral neural networks,which have been widely applied in the field of central neurological diseases,such as stroke,Parkinson’s disease,and mental disorders.Although significant advances have been made in neuromodulation technologies,the identification of optimal neurostimulation paramete rs including the co rtical target,duration,and inhibition or excitation pattern is still limited due to the lack of guidance for neural circuits.Moreove r,the neural mechanism unde rlying neuromodulation for improved behavioral performance remains poorly understood.Recently,advancements in neuroimaging have provided insight into neuromodulation techniques.Functional near-infrared spectroscopy,as a novel non-invasive optical brain imaging method,can detect brain activity by measuring cerebral hemodynamics with the advantages of portability,high motion tole rance,and anti-electromagnetic interference.Coupling functional near-infra red spectroscopy with neuromodulation technologies offe rs an opportunity to monitor the cortical response,provide realtime feedbac k,and establish a closed-loop strategy integrating evaluation,feedbac k,and intervention for neurostimulation,which provides a theoretical basis for development of individualized precise neuro rehabilitation.We aimed to summarize the advantages of functional near-infra red spectroscopy and provide an ove rview of the current research on functional near-infrared spectroscopy in transcranial magnetic stimulation,transcranial electrical stimulation,neurofeedback,and braincomputer interfaces.Furthermore,the future perspectives and directions for the application of functional near-infrared spectroscopy in neuromodulation are summarized.In conclusion,functional near-infrared spectroscopy combined with neuromodulation may promote the optimization of central pellral reorganization to achieve better functional recovery form central nervous system diseases.展开更多
With the advancements of software defined network(SDN)and network function virtualization(NFV),service function chain(SFC)placement becomes a crucial enabler for flexible resource scheduling in low earth orbit(LEO)sat...With the advancements of software defined network(SDN)and network function virtualization(NFV),service function chain(SFC)placement becomes a crucial enabler for flexible resource scheduling in low earth orbit(LEO)satellite networks.While due to the scarcity of bandwidth resources and dynamic topology of LEO satellites,the static SFC placement schemes may cause performance degradation,resource waste and even service failure.In this paper,we consider migration and establish an online migration model,especially considering the dynamic topology.Given the scarcity of bandwidth resources,the model aims to maximize the total number of accepted SFCs while incurring as little bandwidth cost of SFC transmission and migration as possible.Due to its NP-hardness,we propose a heuristic minimized dynamic SFC migration(MDSM)algorithm that only triggers the migration procedure when new SFCs are rejected.Simulation results demonstrate that MDSM achieves a performance close to the upper bound with lower complexity.展开更多
Hyper-and multi-spectral image fusion is an important technology to produce hyper-spectral and hyper-resolution images,which always depends on the spectral response function andthe point spread function.However,few wo...Hyper-and multi-spectral image fusion is an important technology to produce hyper-spectral and hyper-resolution images,which always depends on the spectral response function andthe point spread function.However,few works have been payed on the estimation of the two degra-dation functions.To learn the two functions from image pairs to be fused,we propose a Dirichletnetwork,where both functions are properly constrained.Specifically,the spatial response function isconstrained with positivity,while the Dirichlet distribution along with a total variation is imposedon the point spread function.To the best of our knowledge,the neural network and the Dirichlet regularization are exclusively investigated,for the first time,to estimate the degradation functions.Both image degradation and fusion experiments demonstrate the effectiveness and superiority of theproposed Dirichlet network.展开更多
The ocean plays an important role in maintaining the equilibrium of Earth’s ecology and providing humans access to a wealth of resources.To obtain a high-precision underwater image classification model,we propose a c...The ocean plays an important role in maintaining the equilibrium of Earth’s ecology and providing humans access to a wealth of resources.To obtain a high-precision underwater image classification model,we propose a classification model that combines an EfficientnetB0 neural network and a two-hidden-layer random vector functional link network(EfficientnetB0-TRVFL).The features of underwater images were extracted using the EfficientnetB0 neural network pretrained via ImageNet,and a new fully connected layer was trained on the underwater image dataset using the transfer learning method.Transfer learning ensures the initial performance of the network and helps in the development of a high-precision classification model.Subsequently,a TRVFL was proposed to improve the classification property of the model.Net construction of the two hidden layers exhibited a high accuracy when the same hidden layer nodes were used.The parameters of the second hidden layer were obtained using a novel calculation method,which reduced the outcome error to improve the performance instability caused by the random generation of parameters of RVFL.Finally,the TRVFL classifier was used to classify features and obtain classification results.The proposed EfficientnetB0-TRVFL classification model achieved 87.28%,74.06%,and 99.59%accuracy on the MLC2008,MLC2009,and Fish-gres datasets,respectively.The best convolutional neural networks and existing methods were stacked up through box plots and Kolmogorov-Smirnov tests,respectively.The increases imply improved systematization properties in underwater image classification tasks.The image classification model offers important performance advantages and better stability compared with existing methods.展开更多
The topological connectivity information derived from the brain functional network can bring new insights for diagnosing and analyzing dementia disorders.The brain functional network is suitable to bridge the correlat...The topological connectivity information derived from the brain functional network can bring new insights for diagnosing and analyzing dementia disorders.The brain functional network is suitable to bridge the correlation between abnormal connectivities and dementia disorders.However,it is challenging to access considerable amounts of brain functional network data,which hinders the widespread application of data-driven models in dementia diagnosis.In this study,a novel distribution-regularized adversarial graph auto-Encoder(DAGAE)with transformer is proposed to generate new fake brain functional networks to augment the brain functional network dataset,improving the dementia diagnosis accuracy of data-driven models.Specifically,the label distribution is estimated to regularize the latent space learned by the graph encoder,which canmake the learning process stable and the learned representation robust.Also,the transformer generator is devised to map the node representations into node-to-node connections by exploring the long-term dependence of highly-correlated distant brain regions.The typical topological properties and discriminative features can be preserved entirely.Furthermore,the generated brain functional networks improve the prediction performance using different classifiers,which can be applied to analyze other cognitive diseases.Attempts on the Alzheimer’s Disease Neuroimaging Initiative(ADNI)dataset demonstrate that the proposed model can generate good brain functional networks.The classification results show adding generated data can achieve the best accuracy value of 85.33%,sensitivity value of 84.00%,specificity value of 86.67%.The proposed model also achieves superior performance compared with other related augmentedmodels.Overall,the proposedmodel effectively improves cognitive disease diagnosis by generating diverse brain functional networks.展开更多
Since the outbreak and spread of corona virus disease 2019(COVID-19),the prevalence of mental disorders,such as depression,has continued to increase.To explore the abnormal changes of brain functional connections in p...Since the outbreak and spread of corona virus disease 2019(COVID-19),the prevalence of mental disorders,such as depression,has continued to increase.To explore the abnormal changes of brain functional connections in patients with depression,this paper proposes a depression analysis method based on brain function network(BFN).To avoid the volume conductor effect,BFN was constructed based on phase lag index(PLI).Then the indicators closely related to depression were selected from weighted BFN based on small-worldness(SW)characteristics and binarization BFN based on the minimum spanning tree(MST).Differences analysis between groups and correlation analysis between these indicators and diagnostic indicators were performed in turn.The resting state electroencephalogram(EEG)data of 24 patients with depression and 29 healthy controls(HC)was used to verify our proposed method.The results showed that compared with HC,the information processing of BFN in patients with depression decreased,and BFN showed a trend of randomization.展开更多
The complex leaf senescence process is governed by various levels of transcriptional and translational regulation.Several features of the leaf senescence process are similar across species,yet the extent to which the ...The complex leaf senescence process is governed by various levels of transcriptional and translational regulation.Several features of the leaf senescence process are similar across species,yet the extent to which the molecular mechanisms underlying the process of leaf senescence are conserved remains unclear.Currently used experimental approaches permit the identification of individual pathways that regulate various physiological and biochemical processes;however,the large-scale regulatory network underpinning intricate processes like leaf senescence cannot be built using these methods.Here,we discovered a series of conserved genes involved in leaf senescence in a common horticultural crop(Solanum lycopersicum),a monocot plant(Oryza sativa),and a eudicot plant(Arabidopsis thaliana)through analyses of the evolutionary relationships and expression patterns among genes.Our analyses revealed that the genetic basis of leaf senescence is largely conserved across species.We also created a multi-omics workf low using data from more than 10000 samples from 85 projects and constructed a leaf senescence-associated co-functional gene network with 2769 conserved,high-confidence functions.Furthermore,we found that the mitochondrial unfolded protein response(UPR^(mt))is the central biological process underlying leaf senescence.Specifically,UPR^(mt) responds to leaf senescence by maintaining mitostasis through a few cross-species conserved transcription factors(e.g.NAC13)and metabolites(e.g.ornithine).The co-functional network built in our study indicates that UPR^(mt) figures prominently in cross-species conserved mechanisms.Generally,the results of our study provide new insights that will aid future studies of leaf senescence.展开更多
The structure and function of brain networks have been altered in patients with end-stage renal disease(ESRD).Manifold regularization(MR)only considers the pairing relationship between two brain regions and cannot rep...The structure and function of brain networks have been altered in patients with end-stage renal disease(ESRD).Manifold regularization(MR)only considers the pairing relationship between two brain regions and cannot represent functional interactions or higher-order relationships between multiple brain regions.To solve this issue,we developed a method to construct a dynamic brain functional network(DBFN)based on dynamic hypergraph MR(DHMR)and applied it to the classification of ESRD associated with mild cognitive impairment(ESRDaMCI).The construction of DBFN with Pearson’s correlation(PC)was transformed into an optimization model.Node convolution and hyperedge convolution superposition were adopted to dynamically modify the hypergraph structure,and then got the dynamic hypergraph to form the manifold regular terms of the dynamic hypergraph.The DHMR and L_(1) norm regularization were introduced into the PC-based optimization model to obtain the final DHMR-based DBFN(DDBFN).Experiment results demonstrated the validity of the DDBFN method by comparing the classification results with several related brain functional network construction methods.Our work not only improves better classification performance but also reveals the discriminative regions of ESRDaMCI,providing a reference for clinical research and auxiliary diagnosis of concomitant cognitive impairments.展开更多
Functional brain networks (FBN) based on resting-state functional magnetic resonance imaging (rs-fMRI) have become an important tool for exploring underlying organization patterns in the brain, which can provide an ob...Functional brain networks (FBN) based on resting-state functional magnetic resonance imaging (rs-fMRI) have become an important tool for exploring underlying organization patterns in the brain, which can provide an objective basis for brain disorders such as autistic spectrum disorder (ASD). Due to its importance, researchers have proposed a number of FBN estimation methods. However, most existing methods only model a type of functional connection relationship between brain regions-of-interest (ROIs), such as partial correlation or full correlation, which is difficult to fully capture the subtle connections among ROIs since these connections are extremely complex. Motivated by the multi-view learning, in this study we propose a novel Consistent and Specific Multi-view FBNs Fusion (CSMF) approach. Concretely, we first construct multi-view FBNs (i.e., multiple types of FBNs modelling various relationships among ROIs), and then these FBNs are decomposed into a consistent representation matrix and their own specific matrices which capture their common and unique information, respectively. Lastly, to obtain a better brain representation, it is fusing the consistent and specific representation matrices in the latent representation spaces of FBNs, but not directly fusing the original FBNs. This potentially makes it more easily to find the comprehensively brain connections. The experimental results of ASD identification on the ABIDE datasets validate the effectiveness of our proposed method compared to several state-of-the-art methods. Our proposed CSMF method achieved 72.8% and 76.67% classification performance on the ABIDE dataset.展开更多
Objective:To explore the main acupoint prescription and mechanism of acupuncture in treating Functional dyspepsia(FD)by analyzing the clinical randomized controlled trial literature on acupoints and targets of acupunc...Objective:To explore the main acupoint prescription and mechanism of acupuncture in treating Functional dyspepsia(FD)by analyzing the clinical randomized controlled trial literature on acupoints and targets of acupuncture in the treatment of FD combined with association rule mining and bioinformatics/network pharmacology methods.Methods:Search relevant clinical randomized controlled trial literature on acupoints and therapeutic targets of acupuncture in the treatment of FD from eight databases from their inception to June 18th,2022.We obtained acupuncture selection points,meridian,and therapeutic targets and established acupoints database for acupuncture treatment of FD.FD-related targets were collected from GeneCards,DisGeNET,OMIM,and DrugBank databases.We obtained the potential targets of acupuncture on FD by taking the intersection of acupuncture for FD therapeutic targets and FD-related targets.We performed the protein-protein interaction network,Gene Ontology(GO)analysis,and Kyoto Encyclopedia of Genes and Genomes(KEGG)pathway enrichment analysis.Results:In this study,26 Randomized Controlled Trials related to acupuncture treatment of FD were retrieved.We obtained 29 acupoints,17 acupuncture for FD therapeutic targets,and 10 intersection targets.Tumor necrosis factor(TNF),Interleukin(IL)-1,and Neuropeptide Y(NPY)are key targets of acupuncture in the treatment of FD.Conclusion:ST36-CV12-PC6-LR3 is the main acupoint prescription for FD.Acupuncture may affect Neuroactive ligand-receptor interaction,Gastric acid secretion,and IL-17,TNF signaling pathways by regulating related key targets,and play a synergistic role in the treatment of FD by inhibiting gastric acid secretion,alleviating inflammatory response,regulating the brain-gut axis,improving mood and other aspects.展开更多
A novel nonlinear adaptive control method is presented for a near-space hypersonic vehicle (NHV) in the presence of strong uncertainties and disturbances. The control law consists of the optimal generalized predicti...A novel nonlinear adaptive control method is presented for a near-space hypersonic vehicle (NHV) in the presence of strong uncertainties and disturbances. The control law consists of the optimal generalized predictive controller (OGPC) and the functional link network (FLN) direct adaptive law. OGPC is a continuous-time nonlinear predictive control law. The FLN adaptive law is used to offset the unknown uncertainties and disturbances in a flight through the online learning. The learning process does not need any offline training phase. The stability analyses of the NHV close-loop system are provided and it is proved that the system error and the weight learning error are uniformly ultimately hounded. Simulation results show the satisfactory performance of the con- troller for the attitude tracking.展开更多
The random delays in a networked control system (NCS) degrade control performance and can even destabilize the control system.To deal with this problem,the time-stamped predictive functional control (PFC) algorithm is...The random delays in a networked control system (NCS) degrade control performance and can even destabilize the control system.To deal with this problem,the time-stamped predictive functional control (PFC) algorithm is proposed,which generalizes the standard PFC algorithm to networked control systems with random delays.The algorithm uses the time-stamp method to estimate the control delay,predicts the future outputs based on a discrete time delay state space model,and drives the control law that applies to an NCS from the idea of a PFC algorithm.A networked control system was constructed based on TrueTime simulator,with which the time-stamped PFC algorithm was compared with the standard PFC algorithm.The response curves show that the proposed algorithm has better control performance.展开更多
The crack fault is one of the most common faults in the rotor system,and researchers have paid close attention to its fault diagnosis.However,most studies focus on discussing the dynamic response characteristics cause...The crack fault is one of the most common faults in the rotor system,and researchers have paid close attention to its fault diagnosis.However,most studies focus on discussing the dynamic response characteristics caused by the crack rather than estimating the crack depth and position based on the obtained vibration signals.In this paper,a novel crack fault diagnosis and location method for a dual-disk hollow shaft rotor system based on the Radial basis function(RBF)network and Pattern recognition neural network(PRNN)is presented.Firstly,a rotor system model with a breathing crack suitable for a short-thick hollow shaft rotor is established based on the finite element method,where the crack's periodic opening and closing pattern and different degrees of crack depth are considered.Then,the dynamic response is obtained by the harmonic balance method.By adjusting the crack parameters,the dynamic characteristics related to the crack depth and position are analyzed through the amplitude-frequency responses and waterfall plots.The analysis results show that the first critical speed,first subcritical speed,first critical speed amplitude,and super-harmonic resonance peak at the first subcritical speed can be utilized for the crack fault diagnosis.Based on this,the RBF network and PRNN are adopted to determine the depth and approximate location of the crack respectively by taking the above dynamic characteristics as input.Test results show that the proposed method has high fault diagnosis accuracy.This research proposes a crack detection method adequate for the hollow shaft rotor system,where the crack depth and position are both unknown.展开更多
Dear Editor, In recent decades, owing to the significance of sampled-data control way on reducing the burden of communication transmission and improving the control capability of networked control systems, the researc...Dear Editor, In recent decades, owing to the significance of sampled-data control way on reducing the burden of communication transmission and improving the control capability of networked control systems, the research of sampled-data systems has become increasingly important(see [1]–[5]).展开更多
Previous studies on brain functional connectivity networks in children have mainly focused on changes in function in specific brain regions, as opposed to whole brain connectivity in healthy children. By analyzing the...Previous studies on brain functional connectivity networks in children have mainly focused on changes in function in specific brain regions, as opposed to whole brain connectivity in healthy children. By analyzing the independent components of activation and network connectivity between brain regions, we examined brain activity status and development trends in children aged 3 and 5 years. These data could provide a reference for brain function rehabilitation in children with illness or abnormal function. We acquired functional magnetic resonance images from 15 3-year-old children and 15 5-year-old children under natural sleep cond让ions. The participants were recruited from five kindergartens in the Nanshan District of Shenzhen City, China. The parents of the participants signed an informed consent form with the premise that they had been fully informed regarding the experimental protocol. We used masked independent component analysis and BrainNet Viewer software to explore the independent components of the brain and correlation connections between brain regions. We identified seven independent components in the two groups of children, including the executive control network, the dorsal attention network, the default mode network, the left frontoparietal network, the right frontoparietal network, the salience network, and the motor network. In the default mode network, the posterior cingulate cortex, medial frontal gyrus, and inferior parietal lobule were activated in both 3- and 5-year-old children, supporting the "three-brain region theory” of the default mode network. In the frontoparietal network, the frontal and parietal gyri were activated in the two groups of children, and functional connectivity was strengthened in 5-year-olds compared with 3-year-olds, although the nodes and network connections were not yet mature. The high-correlation network connections in the default mode networks and dorsal attention networks had been significantly strengthened in 5-year-olds vs. 3-year-olds. Further, the salience network in the 3-year-old children included an activated insula/inferior frontal gyrus-anterior cingulate cortex network circu让 and an activated thalamus-parahippocampal-posterior cingulate cortex-subcortical regions network circuit. By the age of 5 years, no des and high-correlation network connections (edges) were reduced in the salience network. Overall, activation of the dorsal attention network, default mode network, left frontoparietal network, and right frontoparietal network increased (the volume of activation increased, the signals strengthened, and the high-correlation connections increased and strengthened) in 5-year-olds compared with 3-year-olds, but activation in some brain nodes weakened or disappeared in the salience network, and the network connections (edges) were reduced. Between the ages of 3 and 5 years, we observed a tendency for function in some brain regions to be strengthened and for the generalization of activation to be reduced, indicating that specialization begins to develop at this time. The study protocol was approved by the local ethics committee of the Shenzhen Institute of Advanced Technology, Chinese Academy of Sciences in China with approval No. SIAT-IRB- 131115-H0075 on November 15, 2013.展开更多
基金supported by the National Natural Science Foundation of China,Nos.81671671(to JL),61971451(to JL),U22A2034(to XK),62177047(to XK)the National Defense Science and Technology Collaborative Innovation Major Project of Central South University,No.2021gfcx05(to JL)+6 种基金Clinical Research Cen terfor Medical Imaging of Hunan Province,No.2020SK4001(to JL)Key Emergency Project of Pneumonia Epidemic of Novel Coronavirus Infection of Hu nan Province,No.2020SK3006(to JL)Innovative Special Construction Foundation of Hunan Province,No.2019SK2131(to JL)the Science and Technology lnnovation Program of Hunan Province,Nos.2021RC4016(to JL),2021SK53503(to ML)Scientific Research Program of Hunan Commission of Health,No.202209044797(to JL)Central South University Research Program of Advanced Interdisciplinary Studies,No.2023Q YJC020(to XK)the Natural Science Foundation of Hunan Province,No.2022JJ30814(to ML)。
文摘Patients with mild traumatic brain injury have a diverse clinical presentation,and the underlying pathophysiology remains poorly understood.Magnetic resonance imaging is a non-invasive technique that has been widely utilized to investigate neuro biological markers after mild traumatic brain injury.This approach has emerged as a promising tool for investigating the pathogenesis of mild traumatic brain injury.G raph theory is a quantitative method of analyzing complex networks that has been widely used to study changes in brain structure and function.However,most previous mild traumatic brain injury studies using graph theory have focused on specific populations,with limited exploration of simultaneous abnormalities in structural and functional connectivity.Given that mild traumatic brain injury is the most common type of traumatic brain injury encounte red in clinical practice,further investigation of the patient characteristics and evolution of structural and functional connectivity is critical.In the present study,we explored whether abnormal structural and functional connectivity in the acute phase could serve as indicators of longitudinal changes in imaging data and cognitive function in patients with mild traumatic brain injury.In this longitudinal study,we enrolled 46 patients with mild traumatic brain injury who were assessed within 2 wee ks of injury,as well as 36 healthy controls.Resting-state functional magnetic resonance imaging and diffusion-weighted imaging data were acquired for graph theoretical network analysis.In the acute phase,patients with mild traumatic brain injury demonstrated reduced structural connectivity in the dorsal attention network.More than 3 months of followup data revealed signs of recovery in structural and functional connectivity,as well as cognitive function,in 22 out of the 46 patients.Furthermore,better cognitive function was associated with more efficient networks.Finally,our data indicated that small-worldness in the acute stage could serve as a predictor of longitudinal changes in connectivity in patients with mild traumatic brain injury.These findings highlight the importance of integrating structural and functional connectivity in unde rstanding the occurrence and evolution of mild traumatic brain injury.Additionally,exploratory analysis based on subnetworks could serve a predictive function in the prognosis of patients with mild traumatic brain injury.
基金supported by the National Natural Science Foundation of China,Nos.81871836(to MZ),82172554(to XH),and 81802249(to XH),81902301(to JW)the National Key R&D Program of China,Nos.2018YFC2001600(to JX)and 2018YFC2001604(to JX)+3 种基金Shanghai Rising Star Program,No.19QA1409000(to MZ)Shanghai Municipal Commission of Health and Family Planning,No.2018YQ02(to MZ)Shanghai Youth Top Talent Development PlanShanghai“Rising Stars of Medical Talent”Youth Development Program,No.RY411.19.01.10(to XH)。
文摘Distinct brain remodeling has been found after different nerve reconstruction strategies,including motor representation of the affected limb.However,differences among reconstruction strategies at the brain network level have not been elucidated.This study aimed to explore intranetwork changes related to altered peripheral neural pathways after different nerve reconstruction surgeries,including nerve repair,endto-end nerve transfer,and end-to-side nerve transfer.Sprague–Dawley rats underwent complete left brachial plexus transection and were divided into four equal groups of eight:no nerve repair,grafted nerve repair,phrenic nerve end-to-end transfer,and end-to-side transfer with a graft sutured to the anterior upper trunk.Resting-state brain functional magnetic resonance imaging was obtained 7 months after surgery.The independent component analysis algorithm was utilized to identify group-level network components of interest and extract resting-state functional connectivity values of each voxel within the component.Alterations in intra-network resting-state functional connectivity were compared among the groups.Target muscle reinnervation was assessed by behavioral observation(elbow flexion)and electromyography.The results showed that alterations in the sensorimotor and interoception networks were mostly related to changes in the peripheral neural pathway.Nerve repair was related to enhanced connectivity within the sensorimotor network,while end-to-side nerve transfer might be more beneficial for restoring control over the affected limb by the original motor representation.The thalamic-cortical pathway was enhanced within the interoception network after nerve repair and end-to-end nerve transfer.Brain areas related to cognition and emotion were enhanced after end-to-side nerve transfer.Our study revealed important brain networks related to different nerve reconstructions.These networks may be potential targets for enhancing motor recovery.
基金sponsored by the National Defense Science and Technology Key Laboratory Fund(Grant No.61422062205)the Equipment Pre-Research Fund(Grant No.JCKYS2022LD9)。
文摘Brain functional networks model the brain's ability to exchange information across different regions,aiding in the understanding of the cognitive process of human visual attention during target searching,thereby contributing to the advancement of camouflage evaluation.In this study,images with various camouflage effects were presented to observers to generate electroencephalography(EEG)signals,which were then used to construct a brain functional network.The topological parameters of the network were subsequently extracted and input into a machine learning model for training.The results indicate that most of the classifiers achieved accuracy rates exceeding 70%.Specifically,the Logistic algorithm achieved an accuracy of 81.67%.Therefore,it is possible to predict target camouflage effectiveness with high accuracy without the need to calculate discovery probability.The proposed method fully considers the aspects of human visual and cognitive processes,overcomes the subjectivity of human interpretation,and achieves stable and reliable accuracy.
文摘Background: The mechanisms by which acupuncture affects poststroke cognitive impairment (PSCI) remain unclear. Objective: To investigate brain functional network (BFN) changes in patients with PSCI after acupuncture therapy. Methods: Twenty-two PSCI patients who underwent acupuncture therapy in our hospital were enrolled as research subjects. Another 14 people matched for age, sex, and education level were included in the normal control (HC) group. All the subjects underwent resting-state functional magnetic resonance imaging (rs-fMRI) scans;the PSCI patients underwent one scan before acupuncture therapy and another after. The network metric difference between PSCI patients and HCs was analyzed via the independent-sample t test, whereas the paired-sample t test was employed to analyze the network metric changes in PSCI patients before vs. after treatment. Results: Small-world network attributes were observed in both groups for sparsities between 0.1 and 0.28. Compared with the HC group, the PSCI group presented significantly lower values for the global topological properties (γ, Cp, and Eloc) of the brain;significantly greater values for the nodal attributes of betweenness centrality in the CUN. L and the HES. R, degree centrality in the SFGdor. L, PCG. L, IPL. L, and HES. R, and nodal local efficiency in the ORBsup. R, ORBsupmed. R, DCG. L, SMG. R, and TPOsup. L;and decreased degree centrality in the MFG. R, IFGoperc. R, and SOG. R. After treatment, PSCI patients presented increased degree centrality in the LING.L, LING.R, and IOG. L and nodal local efficiency in PHG. L, IOG. R, FFG. L, and the HES. L, and decreased betweenness centrality in the PCG. L and CUN. L, degree centrality in the ORBsupmed. R, and nodal local efficiency in ANG. R. Conclusion: Cognitive decline in PSCI patients may be related to BFN disorders;acupuncture therapy may modulate the topological properties of the BFNs of PSCI patients.
文摘In the contemporary era, the proliferation of information technology has led to an unprecedented surge in data generation, with this data being dispersed across a multitude of mobile devices. Facing these situations and the training of deep learning model that needs great computing power support, the distributed algorithm that can carry out multi-party joint modeling has attracted everyone’s attention. The distributed training mode relieves the huge pressure of centralized model on computer computing power and communication. However, most distributed algorithms currently work in a master-slave mode, often including a central server for coordination, which to some extent will cause communication pressure, data leakage, privacy violations and other issues. To solve these problems, a decentralized fully distributed algorithm based on deep random weight neural network is proposed. The algorithm decomposes the original objective function into several sub-problems under consistency constraints, combines the decentralized average consensus (DAC) and alternating direction method of multipliers (ADMM), and achieves the goal of joint modeling and training through local calculation and communication of each node. Finally, we compare the proposed decentralized algorithm with several centralized deep neural networks with random weights, and experimental results demonstrate the effectiveness of the proposed algorithm.
文摘Non-invasive cerebral neuromodulation technologies are essential for the reorganization of cerebral neural networks,which have been widely applied in the field of central neurological diseases,such as stroke,Parkinson’s disease,and mental disorders.Although significant advances have been made in neuromodulation technologies,the identification of optimal neurostimulation paramete rs including the co rtical target,duration,and inhibition or excitation pattern is still limited due to the lack of guidance for neural circuits.Moreove r,the neural mechanism unde rlying neuromodulation for improved behavioral performance remains poorly understood.Recently,advancements in neuroimaging have provided insight into neuromodulation techniques.Functional near-infrared spectroscopy,as a novel non-invasive optical brain imaging method,can detect brain activity by measuring cerebral hemodynamics with the advantages of portability,high motion tole rance,and anti-electromagnetic interference.Coupling functional near-infra red spectroscopy with neuromodulation technologies offe rs an opportunity to monitor the cortical response,provide realtime feedbac k,and establish a closed-loop strategy integrating evaluation,feedbac k,and intervention for neurostimulation,which provides a theoretical basis for development of individualized precise neuro rehabilitation.We aimed to summarize the advantages of functional near-infra red spectroscopy and provide an ove rview of the current research on functional near-infrared spectroscopy in transcranial magnetic stimulation,transcranial electrical stimulation,neurofeedback,and braincomputer interfaces.Furthermore,the future perspectives and directions for the application of functional near-infrared spectroscopy in neuromodulation are summarized.In conclusion,functional near-infrared spectroscopy combined with neuromodulation may promote the optimization of central pellral reorganization to achieve better functional recovery form central nervous system diseases.
基金supported in part by the National Natural Science Foundation of China(NSFC)under grant numbers U22A2007 and 62171010the Open project of Satellite Internet Key Laboratory in 2022(Project 3:Research on Spaceborne Lightweight Core Network and Intelligent Collaboration)the Beijing Natural Science Foundation under grant number L212003.
文摘With the advancements of software defined network(SDN)and network function virtualization(NFV),service function chain(SFC)placement becomes a crucial enabler for flexible resource scheduling in low earth orbit(LEO)satellite networks.While due to the scarcity of bandwidth resources and dynamic topology of LEO satellites,the static SFC placement schemes may cause performance degradation,resource waste and even service failure.In this paper,we consider migration and establish an online migration model,especially considering the dynamic topology.Given the scarcity of bandwidth resources,the model aims to maximize the total number of accepted SFCs while incurring as little bandwidth cost of SFC transmission and migration as possible.Due to its NP-hardness,we propose a heuristic minimized dynamic SFC migration(MDSM)algorithm that only triggers the migration procedure when new SFCs are rejected.Simulation results demonstrate that MDSM achieves a performance close to the upper bound with lower complexity.
基金the Postdoctoral ScienceFoundation of China(No.2023M730156)the NationalNatural Foundation of China(No.62301012).
文摘Hyper-and multi-spectral image fusion is an important technology to produce hyper-spectral and hyper-resolution images,which always depends on the spectral response function andthe point spread function.However,few works have been payed on the estimation of the two degra-dation functions.To learn the two functions from image pairs to be fused,we propose a Dirichletnetwork,where both functions are properly constrained.Specifically,the spatial response function isconstrained with positivity,while the Dirichlet distribution along with a total variation is imposedon the point spread function.To the best of our knowledge,the neural network and the Dirichlet regularization are exclusively investigated,for the first time,to estimate the degradation functions.Both image degradation and fusion experiments demonstrate the effectiveness and superiority of theproposed Dirichlet network.
基金support of the National Key R&D Program of China(No.2022YFC2803903)the Key R&D Program of Zhejiang Province(No.2021C03013)the Zhejiang Provincial Natural Science Foundation of China(No.LZ20F020003).
文摘The ocean plays an important role in maintaining the equilibrium of Earth’s ecology and providing humans access to a wealth of resources.To obtain a high-precision underwater image classification model,we propose a classification model that combines an EfficientnetB0 neural network and a two-hidden-layer random vector functional link network(EfficientnetB0-TRVFL).The features of underwater images were extracted using the EfficientnetB0 neural network pretrained via ImageNet,and a new fully connected layer was trained on the underwater image dataset using the transfer learning method.Transfer learning ensures the initial performance of the network and helps in the development of a high-precision classification model.Subsequently,a TRVFL was proposed to improve the classification property of the model.Net construction of the two hidden layers exhibited a high accuracy when the same hidden layer nodes were used.The parameters of the second hidden layer were obtained using a novel calculation method,which reduced the outcome error to improve the performance instability caused by the random generation of parameters of RVFL.Finally,the TRVFL classifier was used to classify features and obtain classification results.The proposed EfficientnetB0-TRVFL classification model achieved 87.28%,74.06%,and 99.59%accuracy on the MLC2008,MLC2009,and Fish-gres datasets,respectively.The best convolutional neural networks and existing methods were stacked up through box plots and Kolmogorov-Smirnov tests,respectively.The increases imply improved systematization properties in underwater image classification tasks.The image classification model offers important performance advantages and better stability compared with existing methods.
基金This paper is partially supported by the British Heart Foundation Accelerator Award,UK(AA\18\3\34220)Royal Society International Exchanges Cost Share Award,UK(RP202G0230)+9 种基金Hope Foundation for Cancer Research,UK(RM60G0680)Medical Research Council Confidence in Concept Award,UK(MC_PC_17171)Sino-UK Industrial Fund,UK(RP202G0289)Global Challenges Research Fund(GCRF),UK(P202PF11)LIAS Pioneering Partnerships Award,UK(P202ED10)Data Science Enhancement Fund,UK(P202RE237)Fight for Sight,UK(24NN201)Sino-UK Education Fund,UK(OP202006)Biotechnology and Biological Sciences Research Council,UK(RM32G0178B8)LIAS Seed Corn,UK(P202RE969).
文摘The topological connectivity information derived from the brain functional network can bring new insights for diagnosing and analyzing dementia disorders.The brain functional network is suitable to bridge the correlation between abnormal connectivities and dementia disorders.However,it is challenging to access considerable amounts of brain functional network data,which hinders the widespread application of data-driven models in dementia diagnosis.In this study,a novel distribution-regularized adversarial graph auto-Encoder(DAGAE)with transformer is proposed to generate new fake brain functional networks to augment the brain functional network dataset,improving the dementia diagnosis accuracy of data-driven models.Specifically,the label distribution is estimated to regularize the latent space learned by the graph encoder,which canmake the learning process stable and the learned representation robust.Also,the transformer generator is devised to map the node representations into node-to-node connections by exploring the long-term dependence of highly-correlated distant brain regions.The typical topological properties and discriminative features can be preserved entirely.Furthermore,the generated brain functional networks improve the prediction performance using different classifiers,which can be applied to analyze other cognitive diseases.Attempts on the Alzheimer’s Disease Neuroimaging Initiative(ADNI)dataset demonstrate that the proposed model can generate good brain functional networks.The classification results show adding generated data can achieve the best accuracy value of 85.33%,sensitivity value of 84.00%,specificity value of 86.67%.The proposed model also achieves superior performance compared with other related augmentedmodels.Overall,the proposedmodel effectively improves cognitive disease diagnosis by generating diverse brain functional networks.
基金supported by the National Natural Science Foundation of China(Nos.61962034,61862058)Longyuan Youth Innovation and Entrepreneurship Talent(Individual)Project and Tianyou Youth Talent Lift Program of Lanzhou Jiaotong Univesity。
文摘Since the outbreak and spread of corona virus disease 2019(COVID-19),the prevalence of mental disorders,such as depression,has continued to increase.To explore the abnormal changes of brain functional connections in patients with depression,this paper proposes a depression analysis method based on brain function network(BFN).To avoid the volume conductor effect,BFN was constructed based on phase lag index(PLI).Then the indicators closely related to depression were selected from weighted BFN based on small-worldness(SW)characteristics and binarization BFN based on the minimum spanning tree(MST).Differences analysis between groups and correlation analysis between these indicators and diagnostic indicators were performed in turn.The resting state electroencephalogram(EEG)data of 24 patients with depression and 29 healthy controls(HC)was used to verify our proposed method.The results showed that compared with HC,the information processing of BFN in patients with depression decreased,and BFN showed a trend of randomization.
基金This research was sponsored by the National Natural Sci-ence Foundation of China(32071160,32161133021,32101682)Shanghai Association for Science and Technology(20ZR14279,20YF1422000)Shanghai Jiao Tong University(20X100040052).
文摘The complex leaf senescence process is governed by various levels of transcriptional and translational regulation.Several features of the leaf senescence process are similar across species,yet the extent to which the molecular mechanisms underlying the process of leaf senescence are conserved remains unclear.Currently used experimental approaches permit the identification of individual pathways that regulate various physiological and biochemical processes;however,the large-scale regulatory network underpinning intricate processes like leaf senescence cannot be built using these methods.Here,we discovered a series of conserved genes involved in leaf senescence in a common horticultural crop(Solanum lycopersicum),a monocot plant(Oryza sativa),and a eudicot plant(Arabidopsis thaliana)through analyses of the evolutionary relationships and expression patterns among genes.Our analyses revealed that the genetic basis of leaf senescence is largely conserved across species.We also created a multi-omics workf low using data from more than 10000 samples from 85 projects and constructed a leaf senescence-associated co-functional gene network with 2769 conserved,high-confidence functions.Furthermore,we found that the mitochondrial unfolded protein response(UPR^(mt))is the central biological process underlying leaf senescence.Specifically,UPR^(mt) responds to leaf senescence by maintaining mitostasis through a few cross-species conserved transcription factors(e.g.NAC13)and metabolites(e.g.ornithine).The co-functional network built in our study indicates that UPR^(mt) figures prominently in cross-species conserved mechanisms.Generally,the results of our study provide new insights that will aid future studies of leaf senescence.
基金supported by the National Natural Science Foundation of China (No.51877013),(ZJ),(http://www.nsfc.gov.cn/)the Jiangsu Provincial Key Research and Development Program (No.BE2021636),(ZJ),(http://kxjst.jiangsu.gov.cn/)+1 种基金the Science and Technology Project of Changzhou City (No.CE20205056),(ZJ),(http://kjj.changzhou.gov.cn/)by Qing Lan Project of Jiangsu Province (no specific grant number),(ZJ),(http://jyt.jiangsu.gov.cn/).
文摘The structure and function of brain networks have been altered in patients with end-stage renal disease(ESRD).Manifold regularization(MR)only considers the pairing relationship between two brain regions and cannot represent functional interactions or higher-order relationships between multiple brain regions.To solve this issue,we developed a method to construct a dynamic brain functional network(DBFN)based on dynamic hypergraph MR(DHMR)and applied it to the classification of ESRD associated with mild cognitive impairment(ESRDaMCI).The construction of DBFN with Pearson’s correlation(PC)was transformed into an optimization model.Node convolution and hyperedge convolution superposition were adopted to dynamically modify the hypergraph structure,and then got the dynamic hypergraph to form the manifold regular terms of the dynamic hypergraph.The DHMR and L_(1) norm regularization were introduced into the PC-based optimization model to obtain the final DHMR-based DBFN(DDBFN).Experiment results demonstrated the validity of the DDBFN method by comparing the classification results with several related brain functional network construction methods.Our work not only improves better classification performance but also reveals the discriminative regions of ESRDaMCI,providing a reference for clinical research and auxiliary diagnosis of concomitant cognitive impairments.
文摘Functional brain networks (FBN) based on resting-state functional magnetic resonance imaging (rs-fMRI) have become an important tool for exploring underlying organization patterns in the brain, which can provide an objective basis for brain disorders such as autistic spectrum disorder (ASD). Due to its importance, researchers have proposed a number of FBN estimation methods. However, most existing methods only model a type of functional connection relationship between brain regions-of-interest (ROIs), such as partial correlation or full correlation, which is difficult to fully capture the subtle connections among ROIs since these connections are extremely complex. Motivated by the multi-view learning, in this study we propose a novel Consistent and Specific Multi-view FBNs Fusion (CSMF) approach. Concretely, we first construct multi-view FBNs (i.e., multiple types of FBNs modelling various relationships among ROIs), and then these FBNs are decomposed into a consistent representation matrix and their own specific matrices which capture their common and unique information, respectively. Lastly, to obtain a better brain representation, it is fusing the consistent and specific representation matrices in the latent representation spaces of FBNs, but not directly fusing the original FBNs. This potentially makes it more easily to find the comprehensively brain connections. The experimental results of ASD identification on the ABIDE datasets validate the effectiveness of our proposed method compared to several state-of-the-art methods. Our proposed CSMF method achieved 72.8% and 76.67% classification performance on the ABIDE dataset.
文摘Objective:To explore the main acupoint prescription and mechanism of acupuncture in treating Functional dyspepsia(FD)by analyzing the clinical randomized controlled trial literature on acupoints and targets of acupuncture in the treatment of FD combined with association rule mining and bioinformatics/network pharmacology methods.Methods:Search relevant clinical randomized controlled trial literature on acupoints and therapeutic targets of acupuncture in the treatment of FD from eight databases from their inception to June 18th,2022.We obtained acupuncture selection points,meridian,and therapeutic targets and established acupoints database for acupuncture treatment of FD.FD-related targets were collected from GeneCards,DisGeNET,OMIM,and DrugBank databases.We obtained the potential targets of acupuncture on FD by taking the intersection of acupuncture for FD therapeutic targets and FD-related targets.We performed the protein-protein interaction network,Gene Ontology(GO)analysis,and Kyoto Encyclopedia of Genes and Genomes(KEGG)pathway enrichment analysis.Results:In this study,26 Randomized Controlled Trials related to acupuncture treatment of FD were retrieved.We obtained 29 acupoints,17 acupuncture for FD therapeutic targets,and 10 intersection targets.Tumor necrosis factor(TNF),Interleukin(IL)-1,and Neuropeptide Y(NPY)are key targets of acupuncture in the treatment of FD.Conclusion:ST36-CV12-PC6-LR3 is the main acupoint prescription for FD.Acupuncture may affect Neuroactive ligand-receptor interaction,Gastric acid secretion,and IL-17,TNF signaling pathways by regulating related key targets,and play a synergistic role in the treatment of FD by inhibiting gastric acid secretion,alleviating inflammatory response,regulating the brain-gut axis,improving mood and other aspects.
基金Supported by the National Nature Science Foundation of China (90716028)~~
文摘A novel nonlinear adaptive control method is presented for a near-space hypersonic vehicle (NHV) in the presence of strong uncertainties and disturbances. The control law consists of the optimal generalized predictive controller (OGPC) and the functional link network (FLN) direct adaptive law. OGPC is a continuous-time nonlinear predictive control law. The FLN adaptive law is used to offset the unknown uncertainties and disturbances in a flight through the online learning. The learning process does not need any offline training phase. The stability analyses of the NHV close-loop system are provided and it is proved that the system error and the weight learning error are uniformly ultimately hounded. Simulation results show the satisfactory performance of the con- troller for the attitude tracking.
文摘The random delays in a networked control system (NCS) degrade control performance and can even destabilize the control system.To deal with this problem,the time-stamped predictive functional control (PFC) algorithm is proposed,which generalizes the standard PFC algorithm to networked control systems with random delays.The algorithm uses the time-stamp method to estimate the control delay,predicts the future outputs based on a discrete time delay state space model,and drives the control law that applies to an NCS from the idea of a PFC algorithm.A networked control system was constructed based on TrueTime simulator,with which the time-stamped PFC algorithm was compared with the standard PFC algorithm.The response curves show that the proposed algorithm has better control performance.
基金Supported by National Natural Science Foundation of China (Grant No.11972129)National Science and Technology Major Project of China (Grant No.2017-IV-0008-0045)+1 种基金Heilongjiang Provincial Natural Science Foundation (Grant No.YQ2022A008)the Fundamental Research Funds for the Central Universities。
文摘The crack fault is one of the most common faults in the rotor system,and researchers have paid close attention to its fault diagnosis.However,most studies focus on discussing the dynamic response characteristics caused by the crack rather than estimating the crack depth and position based on the obtained vibration signals.In this paper,a novel crack fault diagnosis and location method for a dual-disk hollow shaft rotor system based on the Radial basis function(RBF)network and Pattern recognition neural network(PRNN)is presented.Firstly,a rotor system model with a breathing crack suitable for a short-thick hollow shaft rotor is established based on the finite element method,where the crack's periodic opening and closing pattern and different degrees of crack depth are considered.Then,the dynamic response is obtained by the harmonic balance method.By adjusting the crack parameters,the dynamic characteristics related to the crack depth and position are analyzed through the amplitude-frequency responses and waterfall plots.The analysis results show that the first critical speed,first subcritical speed,first critical speed amplitude,and super-harmonic resonance peak at the first subcritical speed can be utilized for the crack fault diagnosis.Based on this,the RBF network and PRNN are adopted to determine the depth and approximate location of the crack respectively by taking the above dynamic characteristics as input.Test results show that the proposed method has high fault diagnosis accuracy.This research proposes a crack detection method adequate for the hollow shaft rotor system,where the crack depth and position are both unknown.
基金supported in part by the National Natural Science Foundation of China (61873137, 61973179)the Shandong Taishan Scholar Project (ts20190930)。
文摘Dear Editor, In recent decades, owing to the significance of sampled-data control way on reducing the burden of communication transmission and improving the control capability of networked control systems, the research of sampled-data systems has become increasingly important(see [1]–[5]).
基金supported by the Natural Science Foundation of Guangdong Province,No.2016A030313180(to FCJ)
文摘Previous studies on brain functional connectivity networks in children have mainly focused on changes in function in specific brain regions, as opposed to whole brain connectivity in healthy children. By analyzing the independent components of activation and network connectivity between brain regions, we examined brain activity status and development trends in children aged 3 and 5 years. These data could provide a reference for brain function rehabilitation in children with illness or abnormal function. We acquired functional magnetic resonance images from 15 3-year-old children and 15 5-year-old children under natural sleep cond让ions. The participants were recruited from five kindergartens in the Nanshan District of Shenzhen City, China. The parents of the participants signed an informed consent form with the premise that they had been fully informed regarding the experimental protocol. We used masked independent component analysis and BrainNet Viewer software to explore the independent components of the brain and correlation connections between brain regions. We identified seven independent components in the two groups of children, including the executive control network, the dorsal attention network, the default mode network, the left frontoparietal network, the right frontoparietal network, the salience network, and the motor network. In the default mode network, the posterior cingulate cortex, medial frontal gyrus, and inferior parietal lobule were activated in both 3- and 5-year-old children, supporting the "three-brain region theory” of the default mode network. In the frontoparietal network, the frontal and parietal gyri were activated in the two groups of children, and functional connectivity was strengthened in 5-year-olds compared with 3-year-olds, although the nodes and network connections were not yet mature. The high-correlation network connections in the default mode networks and dorsal attention networks had been significantly strengthened in 5-year-olds vs. 3-year-olds. Further, the salience network in the 3-year-old children included an activated insula/inferior frontal gyrus-anterior cingulate cortex network circu让 and an activated thalamus-parahippocampal-posterior cingulate cortex-subcortical regions network circuit. By the age of 5 years, no des and high-correlation network connections (edges) were reduced in the salience network. Overall, activation of the dorsal attention network, default mode network, left frontoparietal network, and right frontoparietal network increased (the volume of activation increased, the signals strengthened, and the high-correlation connections increased and strengthened) in 5-year-olds compared with 3-year-olds, but activation in some brain nodes weakened or disappeared in the salience network, and the network connections (edges) were reduced. Between the ages of 3 and 5 years, we observed a tendency for function in some brain regions to be strengthened and for the generalization of activation to be reduced, indicating that specialization begins to develop at this time. The study protocol was approved by the local ethics committee of the Shenzhen Institute of Advanced Technology, Chinese Academy of Sciences in China with approval No. SIAT-IRB- 131115-H0075 on November 15, 2013.