The ability to accurately predict urban traffic flows is crucial for optimising city operations.Consequently,various methods for forecasting urban traffic have been developed,focusing on analysing historical data to u...The ability to accurately predict urban traffic flows is crucial for optimising city operations.Consequently,various methods for forecasting urban traffic have been developed,focusing on analysing historical data to understand complex mobility patterns.Deep learning techniques,such as graph neural networks(GNNs),are popular for their ability to capture spatio-temporal dependencies.However,these models often become overly complex due to the large number of hyper-parameters involved.In this study,we introduce Dynamic Multi-Graph Spatial-Temporal Graph Neural Ordinary Differential Equation Networks(DMST-GNODE),a framework based on ordinary differential equations(ODEs)that autonomously discovers effective spatial-temporal graph neural network(STGNN)architectures for traffic prediction tasks.The comparative analysis of DMST-GNODE and baseline models indicates that DMST-GNODE model demonstrates superior performance across multiple datasets,consistently achieving the lowest Root Mean Square Error(RMSE)and Mean Absolute Error(MAE)values,alongside the highest accuracy.On the BKK(Bangkok)dataset,it outperformed other models with an RMSE of 3.3165 and an accuracy of 0.9367 for a 20-min interval,maintaining this trend across 40 and 60 min.Similarly,on the PeMS08 dataset,DMST-GNODE achieved the best performance with an RMSE of 19.4863 and an accuracy of 0.9377 at 20 min,demonstrating its effectiveness over longer periods.The Los_Loop dataset results further emphasise this model’s advantage,with an RMSE of 3.3422 and an accuracy of 0.7643 at 20 min,consistently maintaining superiority across all time intervals.These numerical highlights indicate that DMST-GNODE not only outperforms baseline models but also achieves higher accuracy and lower errors across different time intervals and datasets.展开更多
The increasing popularity of the Internet and the widespread use of information technology have led to a rise in the number and sophistication of network attacks and security threats.Intrusion detection systems are cr...The increasing popularity of the Internet and the widespread use of information technology have led to a rise in the number and sophistication of network attacks and security threats.Intrusion detection systems are crucial to network security,playing a pivotal role in safeguarding networks from potential threats.However,in the context of an evolving landscape of sophisticated and elusive attacks,existing intrusion detection methodologies often overlook critical aspects such as changes in network topology over time and interactions between hosts.To address these issues,this paper proposes a real-time network intrusion detection method based on graph neural networks.The proposedmethod leverages the advantages of graph neural networks and employs a straightforward graph construction method to represent network traffic as dynamic graph-structured data.Additionally,a graph convolution operation with a multi-head attention mechanism is utilized to enhance the model’s ability to capture the intricate relationships within the graph structure comprehensively.Furthermore,it uses an integrated graph neural network to address dynamic graphs’structural and topological changes at different time points and the challenges of edge embedding in intrusion detection data.The edge classification problem is effectively transformed into node classification by employing a line graph data representation,which facilitates fine-grained intrusion detection tasks on dynamic graph node feature representations.The efficacy of the proposed method is evaluated using two commonly used intrusion detection datasets,UNSW-NB15 and NF-ToN-IoT-v2,and results are compared with previous studies in this field.The experimental results demonstrate that our proposed method achieves 99.3%and 99.96%accuracy on the two datasets,respectively,and outperforms the benchmark model in several evaluation metrics.展开更多
The pH-sensitive hydrogels play a crucial role in applications such as soft robotics,drug delivery,and biomedical sensors,as they require precise control of swelling behaviors and stress distributions.Traditional expe...The pH-sensitive hydrogels play a crucial role in applications such as soft robotics,drug delivery,and biomedical sensors,as they require precise control of swelling behaviors and stress distributions.Traditional experimental methods struggle to capture stress distributions due to technical limitations,while numerical approaches are often computationally intensive.This study presents a hybrid framework combining analytical modeling and machine learning(ML)to overcome these challenges.An analytical model is used to simulate transient swelling behaviors and stress distributions,and is confirmed to be viable through the comparison of the obtained simulation results with the existing experimental swelling data.The predictions from this model are used to train neural networks,including a two-step augmented architecture.The initial neural network predicts hydration values,which are then fed into a second network to predict stress distributions,effectively capturing nonlinear interdependencies.This approach achieves mean absolute errors(MAEs)as low as 0.031,with average errors of 1.9%for the radial stress and 2.55%for the hoop stress.This framework significantly enhances the predictive accuracy and reduces the computational complexity,offering actionable insights for optimizing hydrogel-based systems.展开更多
Recent advances in statistical physics highlight the significant potential of machine learning for phase transition recognition.This study introduces a deep learning framework based on graph neural network to investig...Recent advances in statistical physics highlight the significant potential of machine learning for phase transition recognition.This study introduces a deep learning framework based on graph neural network to investigate non-equilibrium phase transitions,specifically focusing on the directed percolation process.By converting lattices with varying dimensions and connectivity schemes into graph structures and embedding the temporal evolution of the percolation process into node features,our approach enables unified analysis across diverse systems.The framework utilizes a multi-layer graph attention mechanism combined with global pooling to autonomously extract critical features from local dynamics to global phase transition signatures.The model successfully predicts percolation thresholds without relying on lattice geometry,demonstrating its robustness and versatility.Our approach not only offers new insights into phase transition studies but also provides a powerful tool for analyzing complex dynamical systems across various domains.展开更多
As lithium-ion batteries become increasingly prevalent in electric scooters,vehicles,mobile devices,and energy storage systems,accurate estimation of remaining battery capacity is crucial for optimizing system perform...As lithium-ion batteries become increasingly prevalent in electric scooters,vehicles,mobile devices,and energy storage systems,accurate estimation of remaining battery capacity is crucial for optimizing system performance and reliability.Unlike traditional methods that rely on static alternating internal resistance(SAIR)measurements in an open-circuit state,this study presents a real-time state of charge(SOC)estimation method combining dynamic alternating internal resistance(DAIR)with artificial neural networks(ANN).The system simultaneously measures electrochemical impedance various frequencies,discharge C-rate,and battery surface temperature during the∣Z∣atdischarge process,using these parameters for ANN training.The ANN,leveraging its superior nonlinear system modeling capabilities,effectively captures the complex nonlinear relationships between AC impedance and SOC through iterative training.Compared to other machine learning approaches,the proposed ANN features a simpler architecture and lower computational overhead,making it more suitable for integration into battery management system(BMS)microcontrollers.In tests conducted with Samsung batteries using lithium cobalt oxide cathode material,the method achieved an overall average error of merely 0.42%in self-validation,with mean absolute errors(MAE)for individual SOCs not exceeding 1%.Secondary validation demonstrated an overall average error of 1.24%,with MAE for individual SOCs below 2.5%.This integrated DAIR-ANN approach not only provides enhanced estimation accuracy but also simplifies computational requirements,offering a more effective solution for battery management in practical applications.展开更多
Appropriately characterising the mixed space-time relations of the contagion process caused by hybrid space and time factors remains the primary challenge in COVID-19 forecasting.However,in previous deep learning mode...Appropriately characterising the mixed space-time relations of the contagion process caused by hybrid space and time factors remains the primary challenge in COVID-19 forecasting.However,in previous deep learning models for epidemic forecasting,spatial and temporal variations are captured separately.A unified model is developed to cover all spatio-temporal relations.However,this measure is insufficient for modelling the complex spatio-temporal relations of infectious disease transmission.A dynamic adaptive spatio-temporal graph network(DASTGN)is proposed based on attention mechanisms to improve prediction accuracy.In DASTGN,complex spatio-temporal relations are depicted by adaptively fusing the mixed space-time effects and dynamic space-time dependency structure.This dual-scale model considers the time-specific,space-specific,and direct effects of the propagation process at the fine-grained level.Furthermore,the model characterises impacts from various space-time neighbour blocks under time-varying interventions at the coarse-grained level.The performance comparisons on the three COVID-19 datasets reveal that DASTGN achieves state-of-the-art results with a maximum improvement of 17.092%in the root mean-square error and 11.563%in the mean absolute error.Experimental results indicate that the mechanisms of designing DASTGN can effectively detect some spreading characteristics of COVID-19.The spatio-temporal weight matrices learned in each proposed module reveal diffusion patterns in various scenarios.In conclusion,DASTGN has successfully captured the dynamic spatio-temporal variations of COVID-19,and considering multiple dynamic space-time relationships is essential in epidemic forecasting.展开更多
This paper investigates the problem of the model validation in identifying discrete-time-nonlinear dynamic systems by using neural networks with a single hidden layer.Based on the estimation theory,a synthetic error-i...This paper investigates the problem of the model validation in identifying discrete-time-nonlinear dynamic systems by using neural networks with a single hidden layer.Based on the estimation theory,a synthetic error-index(SEI)criterion for the neural network models has been developed.By using the powerful training algorithm of recursive prediction error (RPE),two simulated non-linear systems are studied,and the results show that the synthetic error-index criterion can be used to verify the dynamic neural network models.Furthermore,the proposed technique is much simple in calculation than that of the effective correlation tests.Finally,some problems required by further study are discussed.展开更多
Knowledge graphs often suffer from sparsity and incompleteness.Knowledge graph reasoning is an effective way to address these issues.Unlike static knowledge graph reasoning,which is invariant over time,dynamic knowled...Knowledge graphs often suffer from sparsity and incompleteness.Knowledge graph reasoning is an effective way to address these issues.Unlike static knowledge graph reasoning,which is invariant over time,dynamic knowledge graph reasoning is more challenging due to its temporal nature.In essence,within each time step in a dynamic knowledge graph,there exists structural dependencies among entities and relations,whereas between adjacent time steps,there exists temporal continuity.Based on these structural and temporal characteristics,we propose a model named“DKGR-DR”to learn distributed representations of entities and relations by combining recurrent neural networks and graph neural networks to capture structural dependencies and temporal continuity in DKGs.In addition,we construct a static attribute graph to represent entities’inherent properties.DKGR-DR is capable of modeling both dynamic and static aspects of entities,enabling effective entity prediction and relation prediction.We conduct experiments on ICEWS05-15,ICEWS18,and ICEWS14 to demonstrate that DKGR-DR achieves competitive performance.展开更多
Partial least squares (PLS) model maximizes the covariance between process variables and quality variables,making it widely used in quality-related fault detection.However,traditional PLS methods focus primarily on li...Partial least squares (PLS) model maximizes the covariance between process variables and quality variables,making it widely used in quality-related fault detection.However,traditional PLS methods focus primarily on linear processes,leading to poor performance in dynamic nonlinear processes.In this paper,a novel quality-related fault detection method,named DiCAE-PLS,is developed by combining dynamic-inner convolutional autoencoder with PLS.In the proposed DiCAE-PLS method,latent features are first extracted through dynamic-inner convolutional autoencoder (DiCAE) to capture process dynamics and nonlinearity from process variables.Then,a PLS model is established to build the relationship between the extracted latent features and the final product quality.To detect quality-related faults,Hotelling's T^(2) statistic is employed.The developed quality-related fault detection is applied to the widely used industrial benchmark of the Tennessee.展开更多
It is well known that aluminum and copper exhibit structural phase transformations in quasi-static and dynamic measurements,including shock wave loading.However,the dependence of phase transformations in a wide range ...It is well known that aluminum and copper exhibit structural phase transformations in quasi-static and dynamic measurements,including shock wave loading.However,the dependence of phase transformations in a wide range of crystallographic directions of shock loading has not been revealed.In this work,we calculated the shock Hugoniot for aluminum and copper in different crystallographic directions([100],[110],[111],[112],[102],[114],[123],[134],[221]and[401])of shock compression using molecular dynamics(MD)simulations.The results showed a high pressure(>160 GPa for Cu and>40 GPa for Al)of the FCC-to-BCC transition.In copper,different characteristics of the phase transition are observed depending on the loading direction with the[100]compression direction being the weakest.The FCC-to-BCC transition for copper is in the range of 150–220 GPa,which is consistent with the existing experimental data.Due to the high transition pressure,the BCC phase transition in copper competes with melting.In aluminum,the FCC-to-BCC transition is observed for all studied directions at pressures between 40 and 50 GPa far beyond the melting.In all considered cases we observe the coexistence of HCP and BCC phases during the FCC-to-BCC transition,which is consistent with the experimental data and atomistic calculations;this HCP phase forms in the course of accompanying plastic deformation with dislocation activity in the parent FCC phase.The plasticity incipience is also anisotropic in bothmetals,which is due to the difference in the projections of stress on the slip plane for different orientations of the FCC crystal.MD modeling results demonstrate a strong dependence of the FCC-to-BCC transition on the crystallographic direction,in which the material is loaded in the copper crystals.However,MD simulations data can only be obtained for specific points in the stereographic direction space;therefore,for more comprehensive understanding of the phase transition process,a feed-forward neural network was trained using MD modeling data.The trained machine learning model allowed us to construct continuous stereographic maps of phase transitions as a function of stress in the shock-compressed state of metal.Due to appearance and growth of multiple centers of new phase,the FCC-to-BCC transition leads to formation of a polycrystalline structure from the parent single crystal.展开更多
Astrocytes, the major component of blood-brain barriers, have presented paradoxical profiles after cerebral ischemia and reperfusion in vivo and in vitro. Our previous study showed that sevoflurane preconditioning imp...Astrocytes, the major component of blood-brain barriers, have presented paradoxical profiles after cerebral ischemia and reperfusion in vivo and in vitro. Our previous study showed that sevoflurane preconditioning improved the integrity of blood-brain barriers after ischemia and reperfusion injury in rats. This led us to investigate the effects of sevoflurane preconditioning on the astrocytic dynamics in ischemia and reperfusion rats, in order to explore astrocytic cell-based mechanisms of sevoflurane preconditioning. In the present study, 2,3,5-triphenyltetrazolium chloride staining and Garcia behavioral scores were utilized to evaluate cerebral infarction and neurological outcome from day 1 to day 3 after transient middle cerebral artery occlusion surgery. Using immunofluorescent staining, we found that sevoflurane preconditioning substantially promoted the astrocytic activation and migration from the penumbra to the infarct with microglial activation from day 3 after middle cerebral artery occlusion. The formation of astrocytic scaffolds facilitated neuroblasts migrating from the subventricular zone to the lesion sites on day 14 after injury. Neural networks increased in the infarct of sevoflurane preconditioned rats, consistent with decreased infarct volume and improved neurological scores after ischemia and reperfusion injury. These findings demonstrate that sevoflurane preconditioning confers neuroprotection, not only by accelerating astrocytic spatial and temporal dynamics, but also providing astrocytic scaffolds for neuroblasts migration to ischemic regions, which facilitates neural reconstruction after brain ischemia.展开更多
In this paper we study the dynamic properties and stabilities of neural networks with delay-time (which includes the time-varying case) by differential inequalities and Lyapunov function approaches. The criteria of co...In this paper we study the dynamic properties and stabilities of neural networks with delay-time (which includes the time-varying case) by differential inequalities and Lyapunov function approaches. The criteria of connective stability, robust stability, Lyapunov stability, asymptotic atability, exponential stability and Lagrange stability of neural networks with delay-time are established, and the results obtained are very useful for the design, implementation and application of adaptive learning neural networks.展开更多
Rolling dynamic compaction(RDC),which involves the towing of a noncircular module,is now widespread and accepted among many other soil compaction methods.However,to date,there is no accurate method for reliable predic...Rolling dynamic compaction(RDC),which involves the towing of a noncircular module,is now widespread and accepted among many other soil compaction methods.However,to date,there is no accurate method for reliable prediction of the densification of soil and the extent of ground improvement by means of RDC.This study presents the application of artificial neural networks(ANNs) for a priori prediction of the effectiveness of RDC.The models are trained with in situ dynamic cone penetration(DCP) test data obtained from previous civil projects associated with the 4-sided impact roller.The predictions from the ANN models are in good agreement with the measured field data,as indicated by the model correlation coefficient of approximately 0.8.It is concluded that the ANN models developed in this study can be successfully employed to provide more accurate prediction of the performance of the RDC on a range of soil types.展开更多
In order to solve the problem of trajectory tracking for a class of novel serial-parallel hybrid humanoid arm(HHA), which has parameters uncertainty, frictions, disturbance, abrasion and pulse forces derived from mo...In order to solve the problem of trajectory tracking for a class of novel serial-parallel hybrid humanoid arm(HHA), which has parameters uncertainty, frictions, disturbance, abrasion and pulse forces derived from motors, a multistep dynamics modeling strategy is proposed and a robust controller based on neural network(NN)-adaptive algorithm is designed. At the first step of dynamics modeling, the dynamics model of the reduced HHA is established by Lagrange method. At the second step of dynamics modeling, the parameter uncertain part resulting mainly from the idealization of the HHA is learned by adaptive algorithm. In the trajectory tracking controller, the radial basis function(RBF) NN, whose optimal weights are learned online by adaptive algorithm, is used to learn the upper limit function of the total uncertainties including frictions, disturbances, abrasion and pulse forces. To a great extent, the conservatism of this robust trajectory tracking controller is reduced, and by this controller the HHA can impersonate mostly human actions. The proof and simulation results testify the validity of the adaptive strategy for parameter learning and the neural network-adaptive strategy for the trajectory tracking control.展开更多
The nonlinear dynamical behaviors of artificial neural network (ANN) and their application to science and engineering were summarized. The mechanism of two kinds of dynamical processes, i.e. weight dynamics and activa...The nonlinear dynamical behaviors of artificial neural network (ANN) and their application to science and engineering were summarized. The mechanism of two kinds of dynamical processes, i.e. weight dynamics and activation dynamics in neural networks, and the stability of computing in structural analysis and design were stated briefly. It was successfully applied to nonlinear neural network to evaluate the stability of underground stope structure in a gold mine. With the application of BP network, it is proven that the neuro-com- puting is a practical and advanced tool for solving large-scale underground rock engineering problems.展开更多
Mapping crop distribution with remote sensing data is of great importance for agricultural production, food security and agricultural sustainability. Winter rape is an important oil crop, which plays an important role...Mapping crop distribution with remote sensing data is of great importance for agricultural production, food security and agricultural sustainability. Winter rape is an important oil crop, which plays an important role in the cooking oil market of China. The Jianghan Plain and Dongting Lake Plain (JPDLP) are major agricultural production areas in China. Essential changes in winter rape distribution have taken place in this area during the 21st century. However, the pattern of these changes remains unknown. In this study, the spatial and temporal dynamics of winter rape from 2000 to 2017 on the JPDLP were analyzed. An artificial neural network (ANN)-based classification method was proposed to map fractional winter rape distribution by fusing moderate resolution imaging spectrometer (MODIS) data and high-resolution imagery. The results are as follows:(1) The total winter rape acreages on the JPDLP dropped significantly, especially on the Jianghan Plain with a decline of about 45% during 2000 and 2017.(2) The winter rape abundance keeps changing with about 20–30% croplands changing their abundance drastically in every two consecutive observation years.(3) The winter rape has obvious regional differentiation for the trend of its change at the county level, and the decreasing trend was observed more strongly in the traditionally dominant agricultural counties.展开更多
This paper develops a nonlinear mathematical model to simulate the dynamic motion behavior of the barge equipped with the portable outboard Dynamic Positioning (DP) system in short-crested waves. The self-tuning Pro...This paper develops a nonlinear mathematical model to simulate the dynamic motion behavior of the barge equipped with the portable outboard Dynamic Positioning (DP) system in short-crested waves. The self-tuning Proportional- Derivative (PD) controller based on the neural network algorithm is applied to control the thrusters for optimal adjustment of the barge position in waves. In addition to the wave, the current, the wind and the nonlinear drift force are also considered in the calculations. The time domain simulations for the six-degree-of-freedom motions of the barge with the DP system are solved by the 4th order Runge-Kutta method which can compromise the efficiency and the accuracy of the simulations. The technique of the portable alternative DP system developed here can serve as a practical tool to assist those ships without being equipped with the DP facility while the dynamic positioning missions are needed.展开更多
This paper presents a solution to tracking control problem for a class of nonlinear systems with unknown parameters ana uncertain time-varying delays. A new adaptive neural network (NN) dynamic surface controller (...This paper presents a solution to tracking control problem for a class of nonlinear systems with unknown parameters ana uncertain time-varying delays. A new adaptive neural network (NN) dynamic surface controller (DSC) is developed. Some assumptions on uncertain time delays, which were required to be satisfied in previous works, are removed by introducing a novel indirect neural network algorithm into dynamic surface control framework. Also, the designed controller is independent of the time delays. Moreover, the dynamic compensation terms are introduced to facilitate the controller design. It is shown that the closed-loop tracking error converges to a small neighborhood of zero. Finally, a chaotic circuit system is initially bench tested to show the effectiveness of the proposed method.展开更多
This paper proposes an adaptive neural network control method for a class of perturbed strict-feedback nonlinear systems with unknown time delays. Radial basis function neural networks are used to approximate unknown ...This paper proposes an adaptive neural network control method for a class of perturbed strict-feedback nonlinear systems with unknown time delays. Radial basis function neural networks are used to approximate unknown intermediate control signals. By constructing appropriate Lyapunov-Krasovskii functionals, the unknown time delay terms have been compensated. Dynamic surface control technique is used to overcome the problem of "explosion of complexity" in backstepping design procedure. In addition, the semiglobal uniform ultimate boundedness of all the signals in the closed-loop system is proved. A main advantage of the proposed controller is that both problems of "curse of dimensionality" and "explosion of complexity" are avoided simultaneously. Finally, simulation results are presented to demonstrate the effectiveness of the approach.展开更多
文摘The ability to accurately predict urban traffic flows is crucial for optimising city operations.Consequently,various methods for forecasting urban traffic have been developed,focusing on analysing historical data to understand complex mobility patterns.Deep learning techniques,such as graph neural networks(GNNs),are popular for their ability to capture spatio-temporal dependencies.However,these models often become overly complex due to the large number of hyper-parameters involved.In this study,we introduce Dynamic Multi-Graph Spatial-Temporal Graph Neural Ordinary Differential Equation Networks(DMST-GNODE),a framework based on ordinary differential equations(ODEs)that autonomously discovers effective spatial-temporal graph neural network(STGNN)architectures for traffic prediction tasks.The comparative analysis of DMST-GNODE and baseline models indicates that DMST-GNODE model demonstrates superior performance across multiple datasets,consistently achieving the lowest Root Mean Square Error(RMSE)and Mean Absolute Error(MAE)values,alongside the highest accuracy.On the BKK(Bangkok)dataset,it outperformed other models with an RMSE of 3.3165 and an accuracy of 0.9367 for a 20-min interval,maintaining this trend across 40 and 60 min.Similarly,on the PeMS08 dataset,DMST-GNODE achieved the best performance with an RMSE of 19.4863 and an accuracy of 0.9377 at 20 min,demonstrating its effectiveness over longer periods.The Los_Loop dataset results further emphasise this model’s advantage,with an RMSE of 3.3422 and an accuracy of 0.7643 at 20 min,consistently maintaining superiority across all time intervals.These numerical highlights indicate that DMST-GNODE not only outperforms baseline models but also achieves higher accuracy and lower errors across different time intervals and datasets.
文摘The increasing popularity of the Internet and the widespread use of information technology have led to a rise in the number and sophistication of network attacks and security threats.Intrusion detection systems are crucial to network security,playing a pivotal role in safeguarding networks from potential threats.However,in the context of an evolving landscape of sophisticated and elusive attacks,existing intrusion detection methodologies often overlook critical aspects such as changes in network topology over time and interactions between hosts.To address these issues,this paper proposes a real-time network intrusion detection method based on graph neural networks.The proposedmethod leverages the advantages of graph neural networks and employs a straightforward graph construction method to represent network traffic as dynamic graph-structured data.Additionally,a graph convolution operation with a multi-head attention mechanism is utilized to enhance the model’s ability to capture the intricate relationships within the graph structure comprehensively.Furthermore,it uses an integrated graph neural network to address dynamic graphs’structural and topological changes at different time points and the challenges of edge embedding in intrusion detection data.The edge classification problem is effectively transformed into node classification by employing a line graph data representation,which facilitates fine-grained intrusion detection tasks on dynamic graph node feature representations.The efficacy of the proposed method is evaluated using two commonly used intrusion detection datasets,UNSW-NB15 and NF-ToN-IoT-v2,and results are compared with previous studies in this field.The experimental results demonstrate that our proposed method achieves 99.3%and 99.96%accuracy on the two datasets,respectively,and outperforms the benchmark model in several evaluation metrics.
文摘The pH-sensitive hydrogels play a crucial role in applications such as soft robotics,drug delivery,and biomedical sensors,as they require precise control of swelling behaviors and stress distributions.Traditional experimental methods struggle to capture stress distributions due to technical limitations,while numerical approaches are often computationally intensive.This study presents a hybrid framework combining analytical modeling and machine learning(ML)to overcome these challenges.An analytical model is used to simulate transient swelling behaviors and stress distributions,and is confirmed to be viable through the comparison of the obtained simulation results with the existing experimental swelling data.The predictions from this model are used to train neural networks,including a two-step augmented architecture.The initial neural network predicts hydration values,which are then fed into a second network to predict stress distributions,effectively capturing nonlinear interdependencies.This approach achieves mean absolute errors(MAEs)as low as 0.031,with average errors of 1.9%for the radial stress and 2.55%for the hoop stress.This framework significantly enhances the predictive accuracy and reduces the computational complexity,offering actionable insights for optimizing hydrogel-based systems.
基金supported by the Fund from the Science and Technology Department of Henan Province,China(Grant Nos.222102210233 and 232102210064)the National Natural Science Foundation of China(Grant Nos.62373169 and 72474086)+5 种基金the Young and Midcareer Academic Leader of Jiangsu Province,China(Grant No.Qinglan Project in 2024)the National Statistical Science Research Project(Grant No.2022LZ03)Shaanxi Provincial Soft Science Project(Grant No.2022KRM111)Shaanxi Provincial Social Science Foundation(Grant No.2022R016)the Special Project for Philosophical and Social Sciences Research in Shaanxi Province,China(Grant No.2024QN018)the Fund from the Henan Office of Philosophy and Social Science(Grant No.2023CJJ112).
文摘Recent advances in statistical physics highlight the significant potential of machine learning for phase transition recognition.This study introduces a deep learning framework based on graph neural network to investigate non-equilibrium phase transitions,specifically focusing on the directed percolation process.By converting lattices with varying dimensions and connectivity schemes into graph structures and embedding the temporal evolution of the percolation process into node features,our approach enables unified analysis across diverse systems.The framework utilizes a multi-layer graph attention mechanism combined with global pooling to autonomously extract critical features from local dynamics to global phase transition signatures.The model successfully predicts percolation thresholds without relying on lattice geometry,demonstrating its robustness and versatility.Our approach not only offers new insights into phase transition studies but also provides a powerful tool for analyzing complex dynamical systems across various domains.
文摘As lithium-ion batteries become increasingly prevalent in electric scooters,vehicles,mobile devices,and energy storage systems,accurate estimation of remaining battery capacity is crucial for optimizing system performance and reliability.Unlike traditional methods that rely on static alternating internal resistance(SAIR)measurements in an open-circuit state,this study presents a real-time state of charge(SOC)estimation method combining dynamic alternating internal resistance(DAIR)with artificial neural networks(ANN).The system simultaneously measures electrochemical impedance various frequencies,discharge C-rate,and battery surface temperature during the∣Z∣atdischarge process,using these parameters for ANN training.The ANN,leveraging its superior nonlinear system modeling capabilities,effectively captures the complex nonlinear relationships between AC impedance and SOC through iterative training.Compared to other machine learning approaches,the proposed ANN features a simpler architecture and lower computational overhead,making it more suitable for integration into battery management system(BMS)microcontrollers.In tests conducted with Samsung batteries using lithium cobalt oxide cathode material,the method achieved an overall average error of merely 0.42%in self-validation,with mean absolute errors(MAE)for individual SOCs not exceeding 1%.Secondary validation demonstrated an overall average error of 1.24%,with MAE for individual SOCs below 2.5%.This integrated DAIR-ANN approach not only provides enhanced estimation accuracy but also simplifies computational requirements,offering a more effective solution for battery management in practical applications.
基金Youth Innovation Promotion Association CAS,Grant/Award Number:2021103Strategic Priority Research Program of Chinese Academy of Sciences,Grant/Award Number:XDC02060500。
文摘Appropriately characterising the mixed space-time relations of the contagion process caused by hybrid space and time factors remains the primary challenge in COVID-19 forecasting.However,in previous deep learning models for epidemic forecasting,spatial and temporal variations are captured separately.A unified model is developed to cover all spatio-temporal relations.However,this measure is insufficient for modelling the complex spatio-temporal relations of infectious disease transmission.A dynamic adaptive spatio-temporal graph network(DASTGN)is proposed based on attention mechanisms to improve prediction accuracy.In DASTGN,complex spatio-temporal relations are depicted by adaptively fusing the mixed space-time effects and dynamic space-time dependency structure.This dual-scale model considers the time-specific,space-specific,and direct effects of the propagation process at the fine-grained level.Furthermore,the model characterises impacts from various space-time neighbour blocks under time-varying interventions at the coarse-grained level.The performance comparisons on the three COVID-19 datasets reveal that DASTGN achieves state-of-the-art results with a maximum improvement of 17.092%in the root mean-square error and 11.563%in the mean absolute error.Experimental results indicate that the mechanisms of designing DASTGN can effectively detect some spreading characteristics of COVID-19.The spatio-temporal weight matrices learned in each proposed module reveal diffusion patterns in various scenarios.In conclusion,DASTGN has successfully captured the dynamic spatio-temporal variations of COVID-19,and considering multiple dynamic space-time relationships is essential in epidemic forecasting.
文摘This paper investigates the problem of the model validation in identifying discrete-time-nonlinear dynamic systems by using neural networks with a single hidden layer.Based on the estimation theory,a synthetic error-index(SEI)criterion for the neural network models has been developed.By using the powerful training algorithm of recursive prediction error (RPE),two simulated non-linear systems are studied,and the results show that the synthetic error-index criterion can be used to verify the dynamic neural network models.Furthermore,the proposed technique is much simple in calculation than that of the effective correlation tests.Finally,some problems required by further study are discussed.
基金supported byNationalNatural Science Foundation of China(GrantNos.62071098,U24B20128)Sichuan Science and Technology Program(Grant No.2022YFG0319).
文摘Knowledge graphs often suffer from sparsity and incompleteness.Knowledge graph reasoning is an effective way to address these issues.Unlike static knowledge graph reasoning,which is invariant over time,dynamic knowledge graph reasoning is more challenging due to its temporal nature.In essence,within each time step in a dynamic knowledge graph,there exists structural dependencies among entities and relations,whereas between adjacent time steps,there exists temporal continuity.Based on these structural and temporal characteristics,we propose a model named“DKGR-DR”to learn distributed representations of entities and relations by combining recurrent neural networks and graph neural networks to capture structural dependencies and temporal continuity in DKGs.In addition,we construct a static attribute graph to represent entities’inherent properties.DKGR-DR is capable of modeling both dynamic and static aspects of entities,enabling effective entity prediction and relation prediction.We conduct experiments on ICEWS05-15,ICEWS18,and ICEWS14 to demonstrate that DKGR-DR achieves competitive performance.
基金supported in part by the National Natural Science Foundation of China(62573387)the Natural Science Foundation of Zhejiang province,China(LY24F030004)the Fundamental Research Funds of Zhejiang Sci-Tech University(25222139-Y).
文摘Partial least squares (PLS) model maximizes the covariance between process variables and quality variables,making it widely used in quality-related fault detection.However,traditional PLS methods focus primarily on linear processes,leading to poor performance in dynamic nonlinear processes.In this paper,a novel quality-related fault detection method,named DiCAE-PLS,is developed by combining dynamic-inner convolutional autoencoder with PLS.In the proposed DiCAE-PLS method,latent features are first extracted through dynamic-inner convolutional autoencoder (DiCAE) to capture process dynamics and nonlinearity from process variables.Then,a PLS model is established to build the relationship between the extracted latent features and the final product quality.To detect quality-related faults,Hotelling's T^(2) statistic is employed.The developed quality-related fault detection is applied to the widely used industrial benchmark of the Tennessee.
基金founded by the Ministry of Science and Higher Education of the Russian Federation,State assignments for research,registration No.1024032600084-8-1.3.2Study of the grain growth and the formation of polycrystalline structure as a result of phase transition(Section 6)was founded by the Russian Science Foundation,Project No.24-71-00078+3 种基金https://rscf.ru/en/project/24-71-00078/(accessed on 01 December 2025).Study of the orientation dependence of the phase transition of aluminum in Section 3 was founded by the Russian Science Foundation,Project No.24-19-00684https://rscf.ru/en/project/24-19-00684/(accessed on 01 December 2025).
文摘It is well known that aluminum and copper exhibit structural phase transformations in quasi-static and dynamic measurements,including shock wave loading.However,the dependence of phase transformations in a wide range of crystallographic directions of shock loading has not been revealed.In this work,we calculated the shock Hugoniot for aluminum and copper in different crystallographic directions([100],[110],[111],[112],[102],[114],[123],[134],[221]and[401])of shock compression using molecular dynamics(MD)simulations.The results showed a high pressure(>160 GPa for Cu and>40 GPa for Al)of the FCC-to-BCC transition.In copper,different characteristics of the phase transition are observed depending on the loading direction with the[100]compression direction being the weakest.The FCC-to-BCC transition for copper is in the range of 150–220 GPa,which is consistent with the existing experimental data.Due to the high transition pressure,the BCC phase transition in copper competes with melting.In aluminum,the FCC-to-BCC transition is observed for all studied directions at pressures between 40 and 50 GPa far beyond the melting.In all considered cases we observe the coexistence of HCP and BCC phases during the FCC-to-BCC transition,which is consistent with the experimental data and atomistic calculations;this HCP phase forms in the course of accompanying plastic deformation with dislocation activity in the parent FCC phase.The plasticity incipience is also anisotropic in bothmetals,which is due to the difference in the projections of stress on the slip plane for different orientations of the FCC crystal.MD modeling results demonstrate a strong dependence of the FCC-to-BCC transition on the crystallographic direction,in which the material is loaded in the copper crystals.However,MD simulations data can only be obtained for specific points in the stereographic direction space;therefore,for more comprehensive understanding of the phase transition process,a feed-forward neural network was trained using MD modeling data.The trained machine learning model allowed us to construct continuous stereographic maps of phase transitions as a function of stress in the shock-compressed state of metal.Due to appearance and growth of multiple centers of new phase,the FCC-to-BCC transition leads to formation of a polycrystalline structure from the parent single crystal.
基金supported by the National Natural Science Foundation of China,No.81200937(to QY)
文摘Astrocytes, the major component of blood-brain barriers, have presented paradoxical profiles after cerebral ischemia and reperfusion in vivo and in vitro. Our previous study showed that sevoflurane preconditioning improved the integrity of blood-brain barriers after ischemia and reperfusion injury in rats. This led us to investigate the effects of sevoflurane preconditioning on the astrocytic dynamics in ischemia and reperfusion rats, in order to explore astrocytic cell-based mechanisms of sevoflurane preconditioning. In the present study, 2,3,5-triphenyltetrazolium chloride staining and Garcia behavioral scores were utilized to evaluate cerebral infarction and neurological outcome from day 1 to day 3 after transient middle cerebral artery occlusion surgery. Using immunofluorescent staining, we found that sevoflurane preconditioning substantially promoted the astrocytic activation and migration from the penumbra to the infarct with microglial activation from day 3 after middle cerebral artery occlusion. The formation of astrocytic scaffolds facilitated neuroblasts migrating from the subventricular zone to the lesion sites on day 14 after injury. Neural networks increased in the infarct of sevoflurane preconditioned rats, consistent with decreased infarct volume and improved neurological scores after ischemia and reperfusion injury. These findings demonstrate that sevoflurane preconditioning confers neuroprotection, not only by accelerating astrocytic spatial and temporal dynamics, but also providing astrocytic scaffolds for neuroblasts migration to ischemic regions, which facilitates neural reconstruction after brain ischemia.
文摘In this paper we study the dynamic properties and stabilities of neural networks with delay-time (which includes the time-varying case) by differential inequalities and Lyapunov function approaches. The criteria of connective stability, robust stability, Lyapunov stability, asymptotic atability, exponential stability and Lagrange stability of neural networks with delay-time are established, and the results obtained are very useful for the design, implementation and application of adaptive learning neural networks.
基金supported under Australian Research Council's Discovery Projects funding scheme(project No.DP120101761)
文摘Rolling dynamic compaction(RDC),which involves the towing of a noncircular module,is now widespread and accepted among many other soil compaction methods.However,to date,there is no accurate method for reliable prediction of the densification of soil and the extent of ground improvement by means of RDC.This study presents the application of artificial neural networks(ANNs) for a priori prediction of the effectiveness of RDC.The models are trained with in situ dynamic cone penetration(DCP) test data obtained from previous civil projects associated with the 4-sided impact roller.The predictions from the ANN models are in good agreement with the measured field data,as indicated by the model correlation coefficient of approximately 0.8.It is concluded that the ANN models developed in this study can be successfully employed to provide more accurate prediction of the performance of the RDC on a range of soil types.
基金supported by National Basic Research and Development Program of China (973 Program, Grant No. 2006CB705402)
文摘In order to solve the problem of trajectory tracking for a class of novel serial-parallel hybrid humanoid arm(HHA), which has parameters uncertainty, frictions, disturbance, abrasion and pulse forces derived from motors, a multistep dynamics modeling strategy is proposed and a robust controller based on neural network(NN)-adaptive algorithm is designed. At the first step of dynamics modeling, the dynamics model of the reduced HHA is established by Lagrange method. At the second step of dynamics modeling, the parameter uncertain part resulting mainly from the idealization of the HHA is learned by adaptive algorithm. In the trajectory tracking controller, the radial basis function(RBF) NN, whose optimal weights are learned online by adaptive algorithm, is used to learn the upper limit function of the total uncertainties including frictions, disturbances, abrasion and pulse forces. To a great extent, the conservatism of this robust trajectory tracking controller is reduced, and by this controller the HHA can impersonate mostly human actions. The proof and simulation results testify the validity of the adaptive strategy for parameter learning and the neural network-adaptive strategy for the trajectory tracking control.
基金This work was financially supported by the Key Project for National Science of "9.5" (Reward Ⅱ for National Science and Technol
文摘The nonlinear dynamical behaviors of artificial neural network (ANN) and their application to science and engineering were summarized. The mechanism of two kinds of dynamical processes, i.e. weight dynamics and activation dynamics in neural networks, and the stability of computing in structural analysis and design were stated briefly. It was successfully applied to nonlinear neural network to evaluate the stability of underground stope structure in a gold mine. With the application of BP network, it is proven that the neuro-com- puting is a practical and advanced tool for solving large-scale underground rock engineering problems.
基金supported by the Natural Science Foundation of Hubei Province, China (2017CFB434)the National Natural Science Foundation of China (41506208 and 61501200)the Basic Research Funds for Yellow River Institute of Hydraulic Research, China (HKYJBYW-2016-06)
文摘Mapping crop distribution with remote sensing data is of great importance for agricultural production, food security and agricultural sustainability. Winter rape is an important oil crop, which plays an important role in the cooking oil market of China. The Jianghan Plain and Dongting Lake Plain (JPDLP) are major agricultural production areas in China. Essential changes in winter rape distribution have taken place in this area during the 21st century. However, the pattern of these changes remains unknown. In this study, the spatial and temporal dynamics of winter rape from 2000 to 2017 on the JPDLP were analyzed. An artificial neural network (ANN)-based classification method was proposed to map fractional winter rape distribution by fusing moderate resolution imaging spectrometer (MODIS) data and high-resolution imagery. The results are as follows:(1) The total winter rape acreages on the JPDLP dropped significantly, especially on the Jianghan Plain with a decline of about 45% during 2000 and 2017.(2) The winter rape abundance keeps changing with about 20–30% croplands changing their abundance drastically in every two consecutive observation years.(3) The winter rape has obvious regional differentiation for the trend of its change at the county level, and the decreasing trend was observed more strongly in the traditionally dominant agricultural counties.
基金financially supported by the Science Council Taiwan (Grant No. NSC-96-2221-E006-329-MY3)partly supported by the Research Center of Ocean Environment and Technology NCKU
文摘This paper develops a nonlinear mathematical model to simulate the dynamic motion behavior of the barge equipped with the portable outboard Dynamic Positioning (DP) system in short-crested waves. The self-tuning Proportional- Derivative (PD) controller based on the neural network algorithm is applied to control the thrusters for optimal adjustment of the barge position in waves. In addition to the wave, the current, the wind and the nonlinear drift force are also considered in the calculations. The time domain simulations for the six-degree-of-freedom motions of the barge with the DP system are solved by the 4th order Runge-Kutta method which can compromise the efficiency and the accuracy of the simulations. The technique of the portable alternative DP system developed here can serve as a practical tool to assist those ships without being equipped with the DP facility while the dynamic positioning missions are needed.
基金supported by Natural Science Foundation of Hebe Province(No.F2014208119)Doctoral Foundation of Hebei University of Science and Technology(No.010075)
文摘This paper presents a solution to tracking control problem for a class of nonlinear systems with unknown parameters ana uncertain time-varying delays. A new adaptive neural network (NN) dynamic surface controller (DSC) is developed. Some assumptions on uncertain time delays, which were required to be satisfied in previous works, are removed by introducing a novel indirect neural network algorithm into dynamic surface control framework. Also, the designed controller is independent of the time delays. Moreover, the dynamic compensation terms are introduced to facilitate the controller design. It is shown that the closed-loop tracking error converges to a small neighborhood of zero. Finally, a chaotic circuit system is initially bench tested to show the effectiveness of the proposed method.
文摘This paper proposes an adaptive neural network control method for a class of perturbed strict-feedback nonlinear systems with unknown time delays. Radial basis function neural networks are used to approximate unknown intermediate control signals. By constructing appropriate Lyapunov-Krasovskii functionals, the unknown time delay terms have been compensated. Dynamic surface control technique is used to overcome the problem of "explosion of complexity" in backstepping design procedure. In addition, the semiglobal uniform ultimate boundedness of all the signals in the closed-loop system is proved. A main advantage of the proposed controller is that both problems of "curse of dimensionality" and "explosion of complexity" are avoided simultaneously. Finally, simulation results are presented to demonstrate the effectiveness of the approach.