期刊文献+
共找到7篇文章
< 1 >
每页显示 20 50 100
A Real-Time Deep Learning Approach for Electrocardiogram-Based Cardiovascular Disease Prediction with Adaptive Drift Detection and Generative Feature Replay
1
作者 Soumia Zertal Asma Saighi +2 位作者 Sofia Kouah Souham Meshoul Zakaria Laboudi 《Computer Modeling in Engineering & Sciences》 2025年第9期3737-3782,共46页
Cardiovascular diseases(CVDs)continue to present a leading cause ofmortalityworldwide,emphasizing the importance of early and accurate prediction.Electrocardiogram(ECG)signals,central to cardiac monitoring,have increa... Cardiovascular diseases(CVDs)continue to present a leading cause ofmortalityworldwide,emphasizing the importance of early and accurate prediction.Electrocardiogram(ECG)signals,central to cardiac monitoring,have increasingly been integratedwithDeep Learning(DL)for real-time prediction of CVDs.However,DL models are prone to performance degradation due to concept drift and to catastrophic forgetting.To address this issue,we propose a realtime CVDs prediction approach,referred to as ADWIN-GFR that combines Convolutional Neural Network(CNN)layers,for spatial feature extraction,with Gated Recurrent Units(GRU),for temporal modeling,alongside adaptive drift detection and mitigation mechanisms.The proposed approach integratesAdaptiveWindowing(ADWIN)for realtime concept drift detection,a fine-tuning strategy based on Generative Features Replay(GFR)to preserve previously acquired knowledge,and a dynamic replay buffer ensuring variance,diversity,and data distribution coverage.Extensive experiments conducted on the MIT-BIH arrhythmia dataset demonstrate that ADWIN-GFR outperforms standard fine-tuning techniques,achieving an average post-drift accuracy of 95.4%,amacro F1-score of 93.9%,and a remarkably low forgetting score of 0.9%.It also exhibits an average drift detection delay of 12 steps and achieves an adaptation gain of 17.2%.These findings underscore the potential of ADWIN-GFR for deployment in real-world cardiac monitoring systems,including wearable ECG devices and hospital-based patient monitoring platforms. 展开更多
关键词 Real-time cardiovascular disease prediction concept drift detection catastrophic forgetting fine-tuning electrocardiogram convolutional neural networks gated recurrent units adaptive windowing generative feature replay
在线阅读 下载PDF
Features of A New 500 kVAR Static VAR Generator 被引量:1
2
作者 Chen Xianming Xu Heping +2 位作者 Tian Jie Wang Xiaohong Wang Tong (Nanjing Automation Research Institute) 《Electricity》 1998年第4期42-45,共4页
The paper briefly describes the main features of a new 500 kVAR static VAR generator designed and manufactured by NAm for industrial test and trial
关键词 features of A New 500 kVAR Static VAR Generator TLI VAR
在线阅读 下载PDF
SPR:Malicious traffic detection model for CTCS-3 in railways
3
作者 Siyang Zhou Wenjiang Ji +4 位作者 Xinhong Hei Zhongwei Chang Yuan Qiu Lei Zhu Xin Wang 《High-Speed Railway》 2025年第2期105-115,共11页
The increasingly complex and interconnected train control information network is vulnerable to a variety of malicious traffic attacks,and the existing malicious traffic detection methods mainly rely on machine learnin... The increasingly complex and interconnected train control information network is vulnerable to a variety of malicious traffic attacks,and the existing malicious traffic detection methods mainly rely on machine learning,such as poor robustness,weak generalization,and a lack of ability to learn common features.Therefore,this paper proposes a malicious traffic identification method based on stacked sparse denoising autoencoders combined with a regularized extreme learning machine through particle swarm optimization.Firstly,the simulation environment of the Chinese train control system-3,was constructed for data acquisition.Then Pearson coefficient and other methods are used for pre-processing,then a stacked sparse denoising autoencoder is used to achieve nonlinear dimensionality reduction of features,and finally regularization extreme learning machine optimized by particle swarm optimization is used to achieve classification.Experimental data show that the proposed method has good training performance,with an average accuracy of 97.57%and a false negative rate of 2.43%,which is better than other alternative methods.In addition,ablation experiments were performed to evaluate the contribution of each component,and the results showed that the combination of methods was superior to individual methods.To further evaluate the generalization ability of the model in different scenarios,publicly available data sets of industrial control system networks were used.The results show that the model has robust detection capability in various types of network attacks. 展开更多
关键词 CTCS-3 Malicious traffic detection generalized features Stacked sparse denoising autoencoder Regularized extreme learning machine
在线阅读 下载PDF
Improved YOLOv7 Algorithm for Floating Waste Detection Based on GFPN and Long-Range Attention Mechanism 被引量:1
4
作者 PENG Cheng HE Bing +1 位作者 XI Wenqiang LIN Guancheng 《Wuhan University Journal of Natural Sciences》 CAS CSCD 2024年第4期338-348,共11页
Floating wastes in rivers have specific characteristics such as small scale,low pixel density and complex backgrounds.These characteristics make it prone to false and missed detection during image analysis,thus result... Floating wastes in rivers have specific characteristics such as small scale,low pixel density and complex backgrounds.These characteristics make it prone to false and missed detection during image analysis,thus resulting in a degradation of detection performance.In order to tackle these challenges,a floating waste detection algorithm based on YOLOv7 is proposed,which combines the improved GFPN(Generalized Feature Pyramid Network)and a long-range attention mechanism.Firstly,we import the improved GFPN to replace the Neck of YOLOv7,thus providing more effective information transmission that can scale into deeper networks.Secondly,the convolution-based and hardware-friendly long-range attention mechanism is introduced,allowing the algorithm to rapidly generate an attention map with a global receptive field.Finally,the algorithm adopts the WiseIoU optimization loss function to achieve adaptive gradient gain allocation and alleviate the negative impact of low-quality samples on the gradient.The simulation results reveal that the proposed algorithm has achieved a favorable average accuracy of 86.3%in real-time scene detection tasks.This marks a significant enhancement of approximately 6.3%compared with the baseline,indicating the algorithm's good performance in floating waste detection. 展开更多
关键词 floating waste detection YOLOv7 GFPN(generalized feature Pyramid Network) long-range attention
原文传递
Applying Wide & Deep Learning Model for Android Malware Classification
5
作者 Le Duc Thuan Pham Van Huong +1 位作者 Hoang Van Hiep Nguyen Kim Khanh 《Computer Systems Science & Engineering》 SCIE EI 2023年第6期2741-2759,共19页
Android malware has exploded in popularity in recent years,due to the platform’s dominance of the mobile market.With the advancement of deep learning technology,numerous deep learning-based works have been proposed f... Android malware has exploded in popularity in recent years,due to the platform’s dominance of the mobile market.With the advancement of deep learning technology,numerous deep learning-based works have been proposed for the classification of Android malware.Deep learning technology is designed to handle a large amount of raw and continuous data,such as image content data.However,it is incompatible with discrete features,i.e.,features gathered from multiple sources.Furthermore,if the feature set is already well-extracted and sparsely distributed,this technology is less effective than traditional machine learning.On the other hand,a wide learning model can expand the feature set to enhance the classification accuracy.To maximize the benefits of both methods,this study proposes combining the components of deep learning based on multi-branch CNNs(Convolutional Network Neural)with wide learning method.The feature set is evaluated and dynamically partitioned according to its meaning and generalizability to subsets when used as input to the model’s wide or deep component.The proposed model,partition,and feature set quality are all evaluated using the K-fold cross validation method on a composite dataset with three types of features:API,permission,and raw image.The accuracy with Wide and Deep CNN(WDCNN)model is 98.64%,improved by 1.38%compared to RNN(Recurrent Neural Network)model. 展开更多
关键词 Wide and deep(W&D)learning convolutional neural network image feature raw features generalized features
在线阅读 下载PDF
Concurrent Engineering oriented Integrated Product Model Based on STEP
6
作者 Song, Yuying Chu, Xiuping Cai, Fuzhi 《High Technology Letters》 EI CAS 1998年第2期11-16,共6页
In this paper, the generalized feature concept is put forward according to concurrent engineering. An integrated product model is established based on the generalized feature according to STEP in order to provide enri... In this paper, the generalized feature concept is put forward according to concurrent engineering. An integrated product model is established based on the generalized feature according to STEP in order to provide enrichment information for product concurrent development process. The integration of the information and function of CAD/CAPP can be realized based on the integrated product model that supports concurrent engineering. IPM has been used successfully in product concurrent development. 展开更多
关键词 Concurrent engineering generalized feature Integrated product model STEP
在线阅读 下载PDF
EFTGAN:Elemental features and transferring corrected data augmentation for the study of high-entropy alloys
7
作者 Yibo Sun Cong Hou +4 位作者 Nguyen-Dung Tran Yuhang Lu Zimo Li Ying Chen Jun Ni 《npj Computational Materials》 2025年第1期539-549,共11页
Using machine learning to predict and design materials is an important mean of accelerating material development.One way to improve the accuracy of machine learning predictions is to introduce material structures as d... Using machine learning to predict and design materials is an important mean of accelerating material development.One way to improve the accuracy of machine learning predictions is to introduce material structures as descriptors.However,thecomplexity ofcomputing material structures limits the practical use of these models.To address this challenge and improve prediction accuracy in small data sets,we develop a generative network framework:Elemental Features enhanced and Transferring corrected data augmentation in Generative Adversarial Networks(EFTGAN).Combining the elemental convolution technique with Generative Adversarial Networks(GAN),EFTGAN provides a robust and efficient approach for generating data containing elemental and structural information that can be used not only for data augmentation to improve model accuracy,but also for prediction when the structures are unknown.Applying this framework to the FeNiCoCrMn/Pd high-entropy alloys,we successfully improve the prediction accuracy in a small data set and predict the concentrationdependent formation energies,lattices,and magnetic moments in quinary systems.This study provides a new algorithm to improve the performance and usability of deep learning with structures as inputs,which is effective and accurate for the prediction and development of materials for small data sets. 展开更多
关键词 material structures generative network framework elemental features enhanced predict design materials high entropy alloys transferring corrected data augmentation machine learning accelerating material developmentone introduce material structures
原文传递
上一页 1 下一页 到第
使用帮助 返回顶部