期刊文献+
共找到1,064篇文章
< 1 2 54 >
每页显示 20 50 100
A New Approach for Topology Control in Software Defined Wireless Sensor Networks Using Soft Actor-Critic
1
作者 Ho Hai Quan Le Huu Binh +1 位作者 Nguyen Dinh Hoa Cuong Le Duc Huy 《Computers, Materials & Continua》 2026年第5期1272-1289,共18页
Wireless Sensor Networks(WSNs)play a crucial role in numerous Internet of Things(IoT)applications and next-generation communication systems,yet they continue to face challenges in balancing energy efficiency and relia... Wireless Sensor Networks(WSNs)play a crucial role in numerous Internet of Things(IoT)applications and next-generation communication systems,yet they continue to face challenges in balancing energy efficiency and reliable connectivity.This study proposes SAC-HTC(Soft Actor-Critic-based High-performance Topology Control),a deep reinforcement learning(DRL)method based on the Actor-Critic framework,implemented within a Software Defined Wireless Sensor Network(SDWSN)architecture.In this approach,sensor nodes periodically transmit state information,including coordinates,node degree,transmission power,and neighbor lists,to a centralized controller.The controller acts as the reinforcement learning(RL)agent,with the Actor generating decisions to adjust transmission ranges,while the Critic evaluates action values to reflect the overall network performance.The bidirectional Node-Controller feedback mechanism enables the controller to issue appropriate control commands to each node,ensuring the maintenance of the desired node degree,reducing energy consumption,and preserving network connectivity.The algorithmfurther incorporates soft entropy adjustment to balance exploration and exploitation,alongwith an off-policy mechanism for efficient data reuse,making it well-suited to the resource-constrained conditions ofWSNs.Simulation results demonstrate that SAC-HTC not only outperforms traditional methods and several existing RL algorithms but also achieves faster convergence,optimized communication range control,global connectivity maintenance,and extended network lifetime.The key novelty of this research lies in the integration of the SAC method with the SDWSN architecture forWSNs topology control,providing an adaptive,efficient,and highly promisingmechanism for large-scale,dynamic,and high-performance sensor networks. 展开更多
关键词 Soft Actor-Critic topology control deep reinforcement learning WSNS energy optimization SDWSN
在线阅读 下载PDF
Semi-Supervised Segmentation Framework for Quantitative Analysis of Material Microstructure Images
2
作者 Yingli Liu Weiyong Tang +2 位作者 Xiao Yang Jiancheng Yin Haihe Zhou 《Computers, Materials & Continua》 2026年第4期596-611,共16页
Quantitative analysis of aluminum-silicon(Al-Si)alloy microstructure is crucial for evaluating and controlling alloy performance.Conventional analysis methods rely on manual segmentation,which is inefficient and subje... Quantitative analysis of aluminum-silicon(Al-Si)alloy microstructure is crucial for evaluating and controlling alloy performance.Conventional analysis methods rely on manual segmentation,which is inefficient and subjective,while fully supervised deep learning approaches require extensive and expensive pixel-level annotated data.Furthermore,existing semi-supervised methods still face challenges in handling the adhesion of adjacent primary silicon particles and effectively utilizing consistency in unlabeled data.To address these issues,this paper proposes a novel semi-supervised framework for Al-Si alloy microstructure image segmentation.First,we introduce a Rotational Uncertainty Correction Strategy(RUCS).This strategy employs multi-angle rotational perturbations andMonte Carlo sampling to assess prediction consistency,generating a pixel-wise confidence weight map.By integrating this map into the loss function,the model dynamically focuses on high-confidence regions,thereby improving generalization ability while reducing manual annotation pressure.Second,we design a Boundary EnhancementModule(BEM)to strengthen boundary feature extraction through erosion difference and multi-scale dilated convolutions.This module guides the model to focus on the boundary regions of adjacent particles,effectively resolving particle adhesion and improving segmentation accuracy.Systematic experiments were conducted on the Aluminum-Silicon Alloy Microstructure Dataset(ASAD).Results indicate that the proposed method performs exceptionally well with scarce labeled data.Specifically,using only 5%labeled data,our method improves the Jaccard index and Adjusted Rand Index(ARI)by 2.84 and 1.57 percentage points,respectively,and reduces the Variation of Information(VI)by 8.65 compared to stateof-the-art semi-supervised models,approaching the performance levels of 10%labeled data.These results demonstrate that the proposed method significantly enhances the accuracy and robustness of quantitative microstructure analysis while reducing annotation costs. 展开更多
关键词 Microstructure alloy semi-supervised segmentation boundary enhancement variation of information
在线阅读 下载PDF
Fixed-Time Zeroing Neural Dynamics for Adaptive Coordination of Multi-Agent Systems
3
作者 Cheng Hua Xinwei Cao +1 位作者 Jianfeng Li Shuai Li 《CAAI Transactions on Intelligence Technology》 2026年第1期267-278,共12页
This paper presents an adaptive multi-agent coordination(AMAC)strategy suitable for complex scenarios,which only requires information exchange between neighbouring robots.Unlike traditional multi-agent coordination me... This paper presents an adaptive multi-agent coordination(AMAC)strategy suitable for complex scenarios,which only requires information exchange between neighbouring robots.Unlike traditional multi-agent coordination methods that are solved by neural dynamics,the proposed strategy displays greater flexibility,adaptability and scalability.Furthermore,the proposed AMAC strategy is reconstructed as a time-varying complex-valued matrix equation.By introducing a dynamic error function,a fixed-time convergent zeroing neural network(FTCZNN)model is designed for the online solution of the AMAC strategy,with its convergence time upper bound derived theoretically.Finally,the effectiveness and applicability of the coordination control method are demonstrated by numerical simulations and physical experiments.Numerical results indicate that this method can reduce the formation error to the order of 10^(-6)within 1.8 s. 展开更多
关键词 fixed-time convergence multi-agent coordination ROBOTICS zeroing neural dynamics
在线阅读 下载PDF
A Novel Unified Framework for Automated Generation and Multimodal Validation of UML Diagrams
4
作者 Van-Viet Nguyen Huu-Khanh Nguyen +4 位作者 Kim-Son Nguyen Thi Minh-Hue Luong Duc-Quang Vu Trung-Nghia Phung The-Vinh Nguyen 《Computer Modeling in Engineering & Sciences》 2026年第1期1023-1050,共28页
It remains difficult to automate the creation and validation of Unified Modeling Language(UML)dia-grams due to unstructured requirements,limited automated pipelines,and the lack of reliable evaluation methods.This stu... It remains difficult to automate the creation and validation of Unified Modeling Language(UML)dia-grams due to unstructured requirements,limited automated pipelines,and the lack of reliable evaluation methods.This study introduces a cohesive architecture that amalgamates requirement development,UML synthesis,and multimodal validation.First,LLaMA-3.2-1B-Instruct was utilized to generate user-focused requirements.Then,DeepSeek-R1-Distill-Qwen-32B applies its reasoning skills to transform these requirements into PlantUML code.Using this dual-LLM pipeline,we constructed a synthetic dataset of 11,997 UML diagrams spanning six major diagram families.Rendering analysis showed that 89.5%of the generated diagrams compile correctly,while invalid cases were detected automatically.To assess quality,we employed a multimodal scoring method that combines Qwen2.5-VL-3B,LLaMA-3.2-11B-Vision-Instruct and Aya-Vision-8B,with weights based on MMMU performance.A study with 94 experts revealed strong alignment between automatic and manual evaluations,yielding a Pearson correlation of r=0.82 and a Fleiss’Kappa of 0.78.This indicates a high degree of concordance between automated metrics and human judgment.Overall,the results demonstrated that our scoring system is effective and that the proposed generation pipeline produces UML diagrams that are both syntactically correct and semantically coherent.More broadly,the system provides a scalable and reproducible foundation for future work in AI-driven software modeling and multimodal verification. 展开更多
关键词 Automated dataset generation vision-language models multimodal validation software engineering automation UMLCode
在线阅读 下载PDF
Data driven vehicular heterogeneity based intelligent collision avoidance system for Internet of Vehicles(IoV)
5
作者 Iqra Adnan Tariq Umer +3 位作者 Ahmad Arsalan Maryam M.Al Dabel Ali Kashif Bashir Arooj Ansif 《Digital Communications and Networks》 2026年第1期180-197,共18页
The Internet of Vehicles(IoV)is an emerging technology that aims to connect vehicles,infrastructure,and other devices to enable intelligent transportation systems.One of the key challenges in IoV is to ensure safe and... The Internet of Vehicles(IoV)is an emerging technology that aims to connect vehicles,infrastructure,and other devices to enable intelligent transportation systems.One of the key challenges in IoV is to ensure safe and efficient communication among vehicles of different types and capabilities.This paper proposes a data-driven vehicular heterogeneity-based intelligent collision avoidance system for IoV.The system leverages Vehicle-to-Vehicle(V2V)and Vehicle-to-Infrastructure(V2I)communication to collect real-time data about the environment and the vehicles.The data is collected to acknowledge the heterogeneity of vehicles and human behavior.The data is analyzed using machine learning algorithms to identify potential collision risks and recommend appropriate actions to avoid collisions.The system takes into account the heterogeneity of vehicles,such as their size,speed,and maneuverability,to optimize collision avoidance strategies.The proposed system is experimented with real-time datasets and compared with existing collision avoidance systems.The results are shown using the evaluation metrics that show the proposed system can significantly reduce the number of collisions and improve the overall safety and efficiency of IoV with an accuracy of 96.5%using the SVM algorithm.The trial outcomes demonstrated that the new system,incorporating vehicular,weather,and human behavior factors,outperformed previous systems that only considered vehicular and weather aspects.This innovative approach is poised to lead transportation efforts,reducing accident rates and improving the quality of transportation systems in smart cities.By offering predictive capabilities,the proposed model not only helps control accident rates but also prevents them in advance,ensuring road safety. 展开更多
关键词 Internet of Vehicles Collision avoidance Machine learning Traffic safety Autonomous vehicles Vehicular networks Vehicular heterogeneity Smart transportation Traffic modeling
在线阅读 下载PDF
Scalable and Resilient AI Framework for Malware Detection in Software-Defined Internet of Things
6
作者 Maha Abdelhaq Ahmad Sami Al-Shamayleh +2 位作者 Adnan Akhunzada Nikola Ivkovi´c Toobah Hasan 《Computers, Materials & Continua》 2026年第4期1307-1321,共15页
The rapid expansion of the Internet of Things(IoT)and Edge Artificial Intelligence(AI)has redefined automation and connectivity acrossmodern networks.However,the heterogeneity and limited resources of IoT devices expo... The rapid expansion of the Internet of Things(IoT)and Edge Artificial Intelligence(AI)has redefined automation and connectivity acrossmodern networks.However,the heterogeneity and limited resources of IoT devices expose them to increasingly sophisticated and persistentmalware attacks.These adaptive and stealthy threats can evade conventional detection,establish remote control,propagate across devices,exfiltrate sensitive data,and compromise network integrity.This study presents a Software-Defined Internet of Things(SD-IoT)control-plane-based,AI-driven framework that integrates Gated Recurrent Units(GRU)and Long Short-TermMemory(LSTM)networks for efficient detection of evolving multi-vector,malware-driven botnet attacks.The proposed CUDA-enabled hybrid deep learning(DL)framework performs centralized real-time detection without adding computational overhead to IoT nodes.A feature selection strategy combining variable clustering,attribute evaluation,one-R attribute evaluation,correlation analysis,and principal component analysis(PCA)enhances detection accuracy and reduces complexity.The framework is rigorously evaluated using the N_BaIoT dataset under k-fold cross-validation.Experimental results achieve 99.96%detection accuracy,a false positive rate(FPR)of 0.0035%,and a detection latency of 0.18 ms,confirming its high efficiency and scalability.The findings demonstrate the framework’s potential as a robust and intelligent security solution for next-generation IoT ecosystems. 展开更多
关键词 AI-driven malware analysis advanced persistent malware(APM) AI-poweredmalware detection deep learning(DL) malware-driven botnets software-defined internet of things(SD-IoT)
在线阅读 下载PDF
Enhanced timing of a 113 km O-TWTFT link with complex maximum likelihood estimation process
7
作者 Yu-Chen Fang Jian-Yu Guan +10 位作者 Qi Shen Jin-Jian Han Lei Hou Meng-Zhe Lian Yong Wang Wei-Yue Liu Ji-Gang Ren Cheng-Zhi Peng Qiang Zhang Hai-Feng Jiang Jian-Wei Pan 《Chinese Physics B》 2026年第1期244-249,共6页
Optical two-way time-frequency transfer(O-TWTFT),utilizing optical frequency comb carriers and linear optical sampling,effectively enables space-to-ground optical frequency standard comparisons.Previously reported det... Optical two-way time-frequency transfer(O-TWTFT),utilizing optical frequency comb carriers and linear optical sampling,effectively enables space-to-ground optical frequency standard comparisons.Previously reported detection sensitivities of O-TWTFTs were typically in the nanoWatt level,necessitating high-power optical frequency combs to compensate for significant losses in high-orbit satellite-to-ground passes.Such hardware-based solutions,while effective,tend to be costly.This paper presents a novel data post-processing algorithm to enhance sensitivity.Unlike previous timing methods,which depend solely on optical phase data and discard intensity information—resulting in elevated errors,especially under low-reception power,our approach employs complex least squares(CLS)estimation in the complex frequency domain.By preserving all intermediate data and avoiding noise from phase unwrapping,it achieves superior sensitivity and accuracy.Experiments over a 113-kilometer free-space link validate the algorithm's robustness,delivering a detection sensitivity of0.1 nanoWatts—over tenfold better than prior techniques—despite a 100-decibel link loss,comparable to Earth-Moon optical links. 展开更多
关键词 optical time-frequency transfer linear optical sampling frequency comb complex least squares
原文传递
Orbit Weighting Scheme in the Context of Vector Space Information Retrieval
8
作者 Ahmad Ababneh Yousef Sanjalawe +2 位作者 Salam Fraihat Salam Al-E’mari Hamzah Alqudah 《Computers, Materials & Continua》 SCIE EI 2024年第7期1347-1379,共33页
This study introduces the Orbit Weighting Scheme(OWS),a novel approach aimed at enhancing the precision and efficiency of Vector Space information retrieval(IR)models,which have traditionally relied on weighting schem... This study introduces the Orbit Weighting Scheme(OWS),a novel approach aimed at enhancing the precision and efficiency of Vector Space information retrieval(IR)models,which have traditionally relied on weighting schemes like tf-idf and BM25.These conventional methods often struggle with accurately capturing document relevance,leading to inefficiencies in both retrieval performance and index size management.OWS proposes a dynamic weighting mechanism that evaluates the significance of terms based on their orbital position within the vector space,emphasizing term relationships and distribution patterns overlooked by existing models.Our research focuses on evaluating OWS’s impact on model accuracy using Information Retrieval metrics like Recall,Precision,InterpolatedAverage Precision(IAP),andMeanAverage Precision(MAP).Additionally,we assessOWS’s effectiveness in reducing the inverted index size,crucial for model efficiency.We compare OWS-based retrieval models against others using different schemes,including tf-idf variations and BM25Delta.Results reveal OWS’s superiority,achieving a 54%Recall and 81%MAP,and a notable 38%reduction in the inverted index size.This highlights OWS’s potential in optimizing retrieval processes and underscores the need for further research in this underrepresented area to fully leverage OWS’s capabilities in information retrieval methodologies. 展开更多
关键词 Information retrieval orbit weighting scheme semantic text analysis Tf-Idf weighting scheme vector space model
在线阅读 下载PDF
A Spatial Cognitive Model that Integrates the Effects of Endogenous and Exogenous Information on the Hippocampus and Striatum
9
作者 Jing Huang He-Yuan Yang +3 位作者 Xiao-Gang Ruan Nai-Gong Yu Guo-Yu Zuo Hao-Meng Liu 《International Journal of Automation and computing》 EI CSCD 2021年第4期632-644,共13页
Reproducing the spatial cognition of animals using computational models that make agents navigate autonomously has attracted much attention. Many biologically inspired models for spatial cognition focus mainly on the ... Reproducing the spatial cognition of animals using computational models that make agents navigate autonomously has attracted much attention. Many biologically inspired models for spatial cognition focus mainly on the simulation of the hippocampus and only consider the effect of external environmental information(i.e., exogenous information) on the hippocampal coding. However, neurophysiological studies have shown that the striatum, which is closely related to the hippocampus, also plays an important role in spatial cognition and that information inside animals(i.e., endogenous information) also affects the encoding of the hippocampus. Inspired by the progress made in neurophysiological studies, we propose a new spatial cognitive model that consists of analogies between the hippocampus and striatum. This model takes into consideration how both exogenous and endogenous information affects coding by the environment. We carried out a series of navigation experiments that simulated a water maze and compared our model with other models. Our model is self-adaptable and robust and has better performance in navigation path length. We also discuss the possible reasons for the results and how our findings may help us understand real mechanisms in the spatial cognition of animals. 展开更多
关键词 Exogenous and endogenous information HIPPOCAMPUS STRIATUM spatial cognition brain-inspired computation
原文传递
Alteration Information Extraction by Applying Synthesis Processing Techniques to Landsat ETM+Data: Case Study of Zhaoyuan Gold Mines, Shandong Province, China
10
作者 刘福江 吴信才 +1 位作者 孙华山 郭艳 《Journal of China University of Geosciences》 SCIE CSCD 2007年第1期72-76,共5页
Satellite remote sensing data are usually used to analyze the spatial distribution pattern of geological structures and generally serve as a significant means for the identification of alteration zones. Based on the L... Satellite remote sensing data are usually used to analyze the spatial distribution pattern of geological structures and generally serve as a significant means for the identification of alteration zones. Based on the Landsat Enhanced Thematic Mapper (ETM+) data, which have better spectral resolution (8 bands) and spatial resolution (15 m in PAN band), the synthesis processing techniques were presented to fulfill alteration information extraction: data preparation, vegetation indices and band ratios, and expert classifier-based classification. These techniques have been implemented in the MapGIS-RSP software (version 1.0), developed by the Wuhan Zondy Cyber Technology Co., Ltd, China. In the study area application of extracting alteration information in the Zhaoyuan (招远) gold mines, Shandong (山东) Province, China, several hydorthermally altered zones (included two new sites) were found after satellite imagery interpretation coupled with field surveys. It is concluded that these synthesis processing techniques are useful approaches and are applicable to a wide range of gold-mineralized alteration information extraction. 展开更多
关键词 alteration information extraction Zhaoyuan gold mines Landsat-7 ETM+ data
在线阅读 下载PDF
Enhanced Kinship Verification through Ear Images:A Comparative Study of CNNs,Attention Mechanisms,and MLP Mixer Models 被引量:1
11
作者 Thien-Tan Cao Huu-Thanh Duong +3 位作者 Viet-Tuan Le Hau Nguyen Trung Vinh Truong Hoang Kiet Tran-Trung 《Computers, Materials & Continua》 2025年第6期4373-4391,共19页
Kinship verification is a key biometric recognition task that determines biological relationships based on physical features.Traditional methods predominantly use facial recognition,leveraging established techniques a... Kinship verification is a key biometric recognition task that determines biological relationships based on physical features.Traditional methods predominantly use facial recognition,leveraging established techniques and extensive datasets.However,recent research has highlighted ear recognition as a promising alternative,offering advantages in robustness against variations in facial expressions,aging,and occlusions.Despite its potential,a significant challenge in ear-based kinship verification is the lack of large-scale datasets necessary for training deep learning models effectively.To address this challenge,we introduce the EarKinshipVN dataset,a novel and extensive collection of ear images designed specifically for kinship verification.This dataset consists of 4876 high-resolution color images from 157 multiracial families across different regions,forming 73,220 kinship pairs.EarKinshipVN,a diverse and large-scale dataset,advances kinship verification research using ear features.Furthermore,we propose the Mixer Attention Inception(MAI)model,an improved architecture that enhances feature extraction and classification accuracy.The MAI model fuses Inceptionv4 and MLP Mixer,integrating four attention mechanisms to enhance spatial and channel-wise feature representation.Experimental results demonstrate that MAI significantly outperforms traditional backbone architectures.It achieves an accuracy of 98.71%,surpassing Vision Transformer models while reducing computational complexity by up to 95%in parameter usage.These findings suggest that ear-based kinship verification,combined with an optimized deep learning model and a comprehensive dataset,holds significant promise for biometric applications. 展开更多
关键词 Biometric analytics ear kin Inceptionv4 kinship verification KIN ear images
在线阅读 下载PDF
Utilizing Fine-Tuning of Large Language Models for Generating Synthetic Payloads:Enhancing Web Application Cybersecurity through Innovative Penetration Testing Techniques 被引量:1
12
作者 Stefan Cirkovic Vladimir Mladenovic +2 位作者 Siniša Tomic Dalibor Drljaca Olga Ristic 《Computers, Materials & Continua》 2025年第3期4409-4430,共22页
With the increasing use of web applications,challenges in the field of cybersecurity are becoming more complex.This paper explores the application of fine-tuned large language models(LLMs)for the automatic generation ... With the increasing use of web applications,challenges in the field of cybersecurity are becoming more complex.This paper explores the application of fine-tuned large language models(LLMs)for the automatic generation of synthetic attacks,including XSS(Cross-Site Scripting),SQL Injections,and Command Injections.A web application has been developed that allows penetration testers to quickly generate high-quality payloads without the need for in-depth knowledge of artificial intelligence.The fine-tuned language model demonstrates the capability to produce synthetic payloads that closely resemble real-world attacks.This approach not only improves the model’s precision and dependability but also serves as a practical resource for cybersecurity professionals to enhance the security of web applications.The methodology and structured implementation underscore the importance and potential of advanced language models in cybersecurity,illustrating their effectiveness in generating high-quality synthetic data for penetration testing purposes.The research results demonstrate that this approach enables the identification of vulnerabilities that traditional methods may not uncover,providing deeper insights into potential threats and enhancing overall security measures.The performance evaluation of the model indicated satisfactory results,while further hyperparameter optimization could improve accuracy and generalization capabilities.This research represents a significant step forward in improving web application security and opens new opportunities for the use of LLMs in security testing,thereby contributing to the development of more effective cybersecurity strategies. 展开更多
关键词 LLM GPT-2 XSS SQL injection command injection evaluation loss perplexity
在线阅读 下载PDF
Evolution characteristics of an induced electric charge signal and identification method of charge for instability failure in loaded coal 被引量:1
13
作者 Wei Wang Like Zhao +6 位作者 Yishan Pan Hongbin Li Hao Luo Xueqi Zhang Yonghui Xiao Shuwei Hu Xiaoliang Li 《Journal of Rock Mechanics and Geotechnical Engineering》 2025年第7期3973-3993,共21页
A coal-loaded charge induction monitoring system is developed to effectively forecast the dynamic disasters caused by coal failure.Specifically,a digital finite impulse response(FIR)filter is designed to denoise and f... A coal-loaded charge induction monitoring system is developed to effectively forecast the dynamic disasters caused by coal failure.Specifically,a digital finite impulse response(FIR)filter is designed to denoise and filter the signal,and the time-frequency domain evolution of induced charge signals is analyzed during coal failure experiments.The quantitative relationships between the induced electric charge and stress-strain energy,and ultimately,between induced electric charge and coal deformation/failure,are revealed.Ultimately,the electric charge sensor exhibits high signal collection frequency and high sensitivity,and the FIR low-pass filter constructed in MATLAB effectively denoises and filters induced charge signals.The main frequency range of the white noise is 50-500 Hz,and the main frequency of the charge signal induced by coal deformation and failure is concentrated in the range of 0-50 Hz.The optimal distances for monitoring cubic and cylindrical raw coal samples using this sensor are 9 mm and 11 mm,respectively.Notably,strain energy is released faster when it can dissipate more readily,and induced charge pulses become denser when more intense signals produce large fluctuations.A method is proposed to identify coal deformation and failure based on changes in the induced electric charge.This study provides a new means of monitoring the early warning signs of dynamic coal mine disasters.Based on our experimental results and conclusions,a new method is proposed to identify coal deformation and failure based on changes in the induced electric charge.The precursor to the moment of coal failure can be identified by monitoring the amplitude of the induced charge,the dynamic trend of fluctuation,and the cumulative number of induced electric charge pulses during the process of coal deformation. 展开更多
关键词 Coal rock loading Induced charge monitoring Timeefrequency domain evolution DENOISING Signal filtering Charge sensor monitoring parameters Mine coalbursts
在线阅读 下载PDF
Recent advances in machine learning for precision diagnosis and treatment of esophageal disorders 被引量:1
14
作者 Shao-Wen Liu Peng Li +5 位作者 Xiao-Qing Li Qi Wang Jin-Yu Duan Jin Chen Ru-Hong Li Yang-Fan Guo 《World Journal of Gastroenterology》 2025年第23期21-37,共17页
The complex pathophysiology and diverse manifestations of esophageal disorders pose challenges in clinical practice,particularly in achieving accurate early diagnosis and risk stratification.While traditional approach... The complex pathophysiology and diverse manifestations of esophageal disorders pose challenges in clinical practice,particularly in achieving accurate early diagnosis and risk stratification.While traditional approaches rely heavily on subjective interpretations and variable expertise,machine learning(ML)has emerged as a transformative tool in healthcare.We conducted a comprehensive review of published literature on ML applications in esophageal diseases,analyzing technical approaches,validation methods,and clinical outcomes.ML demonstrates superior performance:In gastroesophageal reflux disease,ML models achieve 80%-90%accuracy in potential of hydrogen-impedance analysis and endoscopic grading;for Barrett’s esophagus,ML-based approaches show 88%-95% accuracy in invasive diagnostics and 77%-85% accuracy in non-invasive screening.In esophageal cancer,ML improves early detection and survival prediction by 6%-10% compared to traditional methods.Novel applications in achalasia and esophageal varices demonstrate promising results in automated diagnosis and risk stratification,with accuracy rates exceeding 85%.While challenges persist in data standardization,model interpretability,and clinical integration,emerging solutions in federated learning and explainable artificial intelligence offer promising pathways forward.The continued evolution of these technologies,coupled with rigorous validation and thoughtful implementation,may fundamentally transform our approach to esophageal disease management in the era of precision medicine. 展开更多
关键词 Esophageal disorders Machine learning Gastroesophageal reflux disease Esophageal cancer Barrett’s esophagus ACHALASIA Clinical decision support system
在线阅读 下载PDF
Comment on Alhojairi et al. (2024) ‘Assessment of nurses’ workplace silence behavior motives: A cross-sectional study’
15
作者 Tina Vuohijoki 《International Journal of Nursing Sciences》 2025年第2期200-201,共2页
Dear Editor,I am writing in response to the article“Assessment of nurses’workplace silence behavior motives:A cross-sectional study”by Alhojairi et al.published in the September 2024 issue of the International Jour... Dear Editor,I am writing in response to the article“Assessment of nurses’workplace silence behavior motives:A cross-sectional study”by Alhojairi et al.published in the September 2024 issue of the International Journal of Nursing Sciences[1].This is a letter written by a nurse with 10 years of clinical work experience and a personal interest in team dynamics.I appreciate the authors'recommendations on mitigating workplace silence among nurses to enhance clinical work development,and I believe their proposals could be expanded further. 展开更多
关键词 cross sectional study enhance clinical work developmentand motives clinical work development team dynamics workplace silence nurses mitigating workplace silence
暂未订购
A Comprehensive Review of Pill Image Recognition
16
作者 Linh Nguyen Thi My Viet-Tuan Le +1 位作者 Tham Vo Vinh Truong Hoang 《Computers, Materials & Continua》 2025年第3期3693-3740,共48页
Pill image recognition is an important field in computer vision.It has become a vital technology in healthcare and pharmaceuticals due to the necessity for precise medication identification to prevent errors and ensur... Pill image recognition is an important field in computer vision.It has become a vital technology in healthcare and pharmaceuticals due to the necessity for precise medication identification to prevent errors and ensure patient safety.This survey examines the current state of pill image recognition,focusing on advancements,methodologies,and the challenges that remain unresolved.It provides a comprehensive overview of traditional image processing-based,machine learning-based,deep learning-based,and hybrid-based methods,and aims to explore the ongoing difficulties in the field.We summarize and classify the methods used in each article,compare the strengths and weaknesses of traditional image processing-based,machine learning-based,deep learning-based,and hybrid-based methods,and review benchmark datasets for pill image recognition.Additionally,we compare the performance of proposed methods on popular benchmark datasets.This survey applies recent advancements,such as Transformer models and cutting-edge technologies like Augmented Reality(AR),to discuss potential research directions and conclude the review.By offering a holistic perspective,this paper aims to serve as a valuable resource for researchers and practitioners striving to advance the field of pill image recognition. 展开更多
关键词 Pill image recognition pill image identification pill recognition pill identification pill image retrieval pill retrieval computer vision
在线阅读 下载PDF
CSC-YOLO:An Image Recognition Model for Surface Defect Detection of Copper Strip and Plates
17
作者 ZHANG Guo CHEN Tao WANG Jianping 《Journal of Shanghai Jiaotong university(Science)》 2025年第5期1037-1049,共13页
In order to meet the requirements of accurate identification of surface defects on copper strip in industrial production,a detection model of surface defects based on machine vision,CSC-YOLO,is proposed.The model uses... In order to meet the requirements of accurate identification of surface defects on copper strip in industrial production,a detection model of surface defects based on machine vision,CSC-YOLO,is proposed.The model uses YOLOv4-tiny as the benchmark network.First,K-means clustering is introduced into the benchmark network to obtain anchor frames that match the self-built dataset.Second,a cross-region fusion module is introduced in the backbone network to solve the difficult target recognition problem by fusing contextual semantic information.Third,the spatial pyramid pooling-efficient channel attention network(SPP-E)module is introduced in the path aggregation network(PANet)to enhance the extraction of features.Fourth,to prevent the loss of channel information,a lightweight attention mechanism is introduced to improve the performance of the network.Finally,the performance of the model is improved by adding adjustment factors to correct the loss function for the dimensional characteristics of the surface defects.CSC-YOLO was tested on the self-built dataset of surface defects in copper strip,and the experimental results showed that the mAP of the model can reach 93.58%,which is a 3.37% improvement compared with the benchmark network,and FPS,although decreasing compared with the benchmark network,reached 104.CSC-YOLO takes into account the real-time requirements of copper strip production.The comparison experiments with Faster RCNN,SSD300,YOLOv3,YOLOv4,Resnet50-YOLOv4,YOLOv5s,YOLOv7,and other algorithms show that the algorithm obtains a faster computation speed while maintaining a higher detection accuracy. 展开更多
关键词 copper strip surface defect detection K-means clustering cross-region fusion module spatial pyramid pooling-efficient channel attention network(SPP-E)module YOLOv4-tiny
原文传递
Methodology for Detecting Non-Technical Energy Losses Using an Ensemble of Machine Learning Algorithms
18
作者 Irbek Morgoev Roman Klyuev Angelika Morgoeva 《Computer Modeling in Engineering & Sciences》 2025年第5期1381-1399,共19页
Non-technical losses(NTL)of electric power are a serious problem for electric distribution companies.The solution determines the cost,stability,reliability,and quality of the supplied electricity.The widespread use of... Non-technical losses(NTL)of electric power are a serious problem for electric distribution companies.The solution determines the cost,stability,reliability,and quality of the supplied electricity.The widespread use of advanced metering infrastructure(AMI)and Smart Grid allows all participants in the distribution grid to store and track electricity consumption.During the research,a machine learning model is developed that allows analyzing and predicting the probability of NTL for each consumer of the distribution grid based on daily electricity consumption readings.This model is an ensemble meta-algorithm(stacking)that generalizes the algorithms of random forest,LightGBM,and a homogeneous ensemble of artificial neural networks.The best accuracy of the proposed meta-algorithm in comparison to basic classifiers is experimentally confirmed on the test sample.Such a model,due to good accuracy indicators(ROC-AUC-0.88),can be used as a methodological basis for a decision support system,the purpose of which is to form a sample of suspected NTL sources.The use of such a sample will allow the top management of electric distribution companies to increase the efficiency of raids by performers,making them targeted and accurate,which should contribute to the fight against NTL and the sustainable development of the electric power industry. 展开更多
关键词 Non-technical losses smart grid machine learning electricity theft FRAUD ensemble algorithm hybrid method forecasting classification supervised learning
在线阅读 下载PDF
Simulation-based parameter optimization and development of a split-core fluxgate DC current sensor
19
作者 YANG Dechao SHI Junjiang +3 位作者 ZHAO Zhengang HOU Yingjie YANG Kuisong JIANG Xin 《Journal of Measurement Science and Instrumentation》 2025年第4期588-602,共15页
Fluxgate current sensors(FGCSs)are increasingly employed in power systems due to their high-precision characteristics,yet their measurement flexibility remains constrained by conventional closed-core designs.To addres... Fluxgate current sensors(FGCSs)are increasingly employed in power systems due to their high-precision characteristics,yet their measurement flexibility remains constrained by conventional closed-core designs.To address this limitation,we proposed a split-core sensor structure comprising four magnetic core strips,which achieved non-intrusive current measurement while maintaining detection accuracy.An analytical model of the induced electromotive force was established based on the probe’s geometric configuration,followed by finite element simulations to optimize key parameters including core radius,core width,excitation coil turns,and sensing coil configuration.A complete prototype integrating the measurement probe,excitation circuit,and signal processing circuitry was developed and experimentally validated.The experimental results show a sensitivity of 0.1099 V/A,a hysteresis error of 0.559%,and a repeatability error of 1.574%over a measurement range of±10 A.After polynomial fitting-based error compensation,the nonlinearity error was reduced to 0.208%,achieving performance comparable to closed-core sensors.This work provided a practical solution for applications demanding both high measurement accuracy and installation flexibility. 展开更多
关键词 fluxgate current sensor second harmonic method finite element simulation parameter optimization circuit design DC measurement
在线阅读 下载PDF
Improved Sensitivity Encoding Parallel Magnetic Resonance Imaging Reconstruction Algorithm Based on Efficient Sum of Outer Products Dictionary Learning
20
作者 DUAN Jizhong SU Yan 《Journal of Shanghai Jiaotong university(Science)》 2025年第3期561-571,共11页
Sensitivity encoding(SENSE)is a parallel magnetic resonance imaging(MRI)reconstruction model by utilizing the sensitivity information of receiver coils to achieve image reconstruction.The existing SENSE-based reconstr... Sensitivity encoding(SENSE)is a parallel magnetic resonance imaging(MRI)reconstruction model by utilizing the sensitivity information of receiver coils to achieve image reconstruction.The existing SENSE-based reconstruction algorithms usually used nonadaptive sparsifying transforms,resulting in a limited reconstruction accuracy.Therefore,we proposed a new model for accurate parallel MRI reconstruction by combining the L0 norm regularization term based on the efficient sum of outer products dictionary learning(SOUPDIL)with the SENSE model,called SOUPDIL-SENSE.The SOUPDIL-SENSE model is mainly solved by utilizing the variable splitting and alternating direction method of multipliers techniques.The experimental results on four human datasets show that the proposed algorithm effectively promotes the image sparsity,eliminates the noise and artifacts of the reconstructed images,and improves the reconstruction accuracy. 展开更多
关键词 parallel magnetic resonance imaging(MRI) sensitivity encoding(SENSE) efficient sum of outer products dictionary learning(SOUPDIL) alternating direction method of multipliers
原文传递
上一页 1 2 54 下一页 到第
使用帮助 返回顶部